Hi everyone,
I'm running Enhance on a Digital Ocean droplet and need some guidance on the safest way to expand storage. Here's my current situation:
Current Setup:
- Ubuntu 22.04.5 LTS
- Root partition (/dev/vda1): 160GB total, 141GB used (91% full)
- Have a new 100GB volume attached but not yet integrated
- /var/www is on the root partition and running out of space
My Requirements:
- Need to expand storage for /var/www
- Prefer minimal to no downtime
- Have backups in place
- Service is currently running in production
Technical Details:
df -h /var/www
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 155G 141G 15G 91% /
I've already attached a 100GB volume through Digital Ocean's dashboard, but I need advice on the best way to integrate it with my running Enhance instance.
What's the recommended approach for expanding storage on a running Enhance instance?
Any guidance or experiences would be greatly appreciated. Thank you!