Backup and restore or migrate a Snap based installation of Rocket.Chat
This is a simple tutorial to backup and restore, or backup and migrate a Snap based installation of Rocket.Chat. First you’ll need to stop the Rocket.Chat server. service snap.rocketchat-server.rocketchat-server stop Note that we’re only stopping the rocketchat-server service, not the MongoDB service, which should still be running. Check with: service snap.rocketchat-server.rocketchat-mongo status | grep -i active Active: active (running) (…) Create a backup. snap run rocketchat-server.backupdb # You should see output similar to this: [+] A backup of your data can be found at /var/snap/rocketchat-server/common/backup/rocketchat_backup_<timestamp>.tar.gz Download that backup file over SFTP for instance, or transfer it to the server you’re…
Read more →