I want to perform an in-place upgrade of Plesk on a single Server from 12.5.30 Update 61 to Onyx 17.0.17.
[1] says that I had to check that "there are at least 3 gigabytes of free disk space on the server in each of the following directories: /root/parallels and /usr/local/psa and /tmp"
According to df -lh (I'm omitting the unrelated mount points)
I have only 2,1G on / available :-/
As I see it, resizing /dev/xvda1 is not an option.
Is it a reasonable solution to do instead the following:
Thanks for the help.
[1] https://support.plesk.com/hc/en-us/articles/213411749-Plesk-Upgrade-Guide
[1] says that I had to check that "there are at least 3 gigabytes of free disk space on the server in each of the following directories: /root/parallels and /usr/local/psa and /tmp"
According to df -lh (I'm omitting the unrelated mount points)
Code:
Filesystem Size Used Avail Use% Mounted on
/dev/xvda1 4,0G 2,0G 2,1G 49% /
I have only 2,1G on / available :-/
As I see it, resizing /dev/xvda1 is not an option.
Is it a reasonable solution to do instead the following:
- Stop Plesk.
- copy -a /root/parallels to eg. /var/pleskinplaceupgrade
- mount --bind /var/pleskinplaceupgrade /root/parallels
- Start Plesk.
- Perform in-place Upgrade
- Stop Plesk
- umount /root/parallels
- mv /root/parallels /root/parallels_old_can_be_deleted
- mv /var/pleskinplaceupgrade back to /root/parallels
- Start Plesk and happily ever after
Thanks for the help.
[1] https://support.plesk.com/hc/en-us/articles/213411749-Plesk-Upgrade-Guide