Title here
Summary here
Notice: This is the legacy documentation. For the latest features and updates, refer to our current SolusVM documentation.
Go to SolusVM > Tools > Database
Click Download or Send to Email
Database backup will be downloaded or sent to admin email
Login to the Master node via SSH as root
Execute the following command to create a backup:
MYSQL_PWD=`cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":"
'{print $3}'` \
mysqldump -u`cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $2}'` \
`cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print
$1}'` > solusvmdb.sqlAlternatively, use the automated script as per instruction: How to create a backup of SolusVM database