Applicable to:
- SolusVM
Question
How to create a backup of SolusVM database?
Answer
- Connect to Master node via SSH
- Execute the following command in bash console:
# curl -o svmdbdump.sh https://raw.githubusercontent.com/solusvm-support/helpers/master/svmdbdump.sh && sh svmdbdump.sh
Script
svmdbdump.sh
creates a SQL dump of SolusVM database and puts it into /root/ directory, e.g.:# ls -l /root/solusvm2019-09-17_08.28.sql
-rw-r--r-- 1 root root 1090931 Sep 17 08:28 /root/solusvm2019-09-17_08.28.sql
Comments
0 commentsPlease sign in to leave a comment.