Articles in this section

How to create a backup of SolusVM database?

Applicable to:

  • SolusVM

Question

How to create a backup of SolusVM database?

Answer

  1. Connect to Master node via SSH
  2. 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

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.