• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question Moving entire /var

yoyo

New Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
Obsidian
I am using Ubuntu 22.04 and need to move /var to a new RAID array (/dev/md0)

I have already mounted /dev/md0 and updated /etc/fstab

What is the best way?
 
Mount the new /var somewhere, shutdown database, copy everything over (cp -ai or rsync -avP), reboot to change everything to the new location.
 
Back
Top