-
-
Notifications
You must be signed in to change notification settings - Fork 0
Migrating Discourse
FarisZR edited this page Oct 24, 2024
·
2 revisions
How to migrate Discourse (the official way)
- update discourse and the db to the latest version on the old server
- add a global notice about the move
- create and download a new backup
- bootstrap a new db and app instance on the new server (disable S3)
- upload the backup
- restore backup
- enable S3 and rebuild the app container.
https://meta.discourse.org/t/move-your-discourse-instance-to-a-different-server/15721
(the cursed way) copy the bind volumes and wing it.