We recently decided to move our Discourse forum from a multisite setup to a single-site setup. Here’s what I did:
- Removed the multisite configuration file (
multisite.yml
) - Deleted the related databases from PostgreSQL
- Migrated to a new server
- Ran
discourse-setup
to configure the forum as a single site - Updated the site settings for a single-site installation
I did not run any additional commands after this.
Question:
Are there any additional steps I should take to ensure a smooth transition?
- Do I need to manually clean up anything else in the database or config files?
- Are there potential issues I should check for after migrating from a multisite setup?
Would appreciate any guidance from the community!