Discourse keeps a backup schema so it can roll back when a restore goes bad.
You can go into your Postgres and issue drop schema backup cascade;
If you don’t know how to do that you shouldn’t probably be doing it.
Discourse keeps a backup schema so it can roll back when a restore goes bad.
You can go into your Postgres and issue drop schema backup cascade;
If you don’t know how to do that you shouldn’t probably be doing it.