• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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