Migrating from Multisite to Single-Site Setup

We recently decided to move our Discourse forum from a multisite setup to a single-site setup. Here’s what I did:

  1. Removed the multisite configuration file (multisite.yml)
  2. Deleted the related databases from PostgreSQL
  3. Migrated to a new server
  4. Ran discourse-setup to configure the forum as a single site
  5. 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!