Migrate Server

Automatic backups

  • Create folders ~/batch, ~/site-backup and ~/logs and give them correct permissions
  • Add your user to group www-data with one of below commands then logout and login again:
    sudo adduser <user> <group>
    sudo usermod -aG groupname username
  • Create a SSH keypair and copy the public key to your receiving server
  • Modify access parameters in task for our receiving server