david
(David Taylor)
July 29, 2018, 9:24pm
14
To copy the backup to the current folder on your local computer, the command would look something like this: (replace your server domain name, and the name of the backup file)
scp root@myforum.com:/var/discourse/shared/standalone/backups/default/backup-2018-07-29-033126-v20180621013807.tar.gz .
Once that’s done, follow these instructions starting from “Log In and Restore Backup”:
In this guide we’ll move an existing Discourse instance on Linode (source) to a new Discourse instance on Digital Ocean (destination), but of course these steps will work on any other cloud providers that support Docker.
If you are using the same domain name and moving servers, you should set the TTL (time to live) on your DNS entry to a very low value in advance of the change. If you are using different domain names, this won’t matter.
Log In and Update
Only admins can perform backu…
3 Likes