In case you need to recover your node from backups, or transfer data to another node - this guide will lay out some guidelines and principles to hopefully make the process easier. The guide will be broken out into two parts to cover “daemon/game server” data and MySQL data respectively.
The files and folders you’d need to backup for the daemon and game server are as follows:
/home/wisp/
/var/lib/wisp/daemon/config/wisp.yaml
/var/lib/wisp/daemon/config/servers
folderMySQL dump all databases, and the user
and db
databases at least. You can alternatively dump the whole MySQL server with this command:
mysqldump [options] --all-databases > all_databases_dump.sql