• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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