Resetting Discourse Instance

This will delete all data including the database and recreate the Docker container.

cd /var/discourse
./launcher stop app
rm -rf shared/standalone
./launcher rebuild app
10 Likes