Deleting an Emergence Site

To delete a site from emergence complete the following steps:

  1. ssh into server and remove the applicable site directory - /emergence/mysitename (you’ll need sudo privileges)

  2. Remove the database from mysql using either pma or mysql command

  3. Remove the mysql user for that database

  4. Restart php using hostname:9083

That’s it!

You’ll want to restart nginx too to completely flush out the old site’s configuration, and you’ll need to restart emergence-kernel before restarting either nginx or php

Removing the folder in /emergence/sql-backups will save some space too.