Raph
Version 0.34 migration causing issues on production deployment due to subdomain
I also ran into this issue, but also with a foreign key constraint on a user that was used to create the user workspace. In that case I wasn’t able to delete the workspace. If the workspace has a user associated with the workspace you will not be able to delete the workspace.
So, obviously you should back up your db before performing any manual queries.
After you’ve backed up you can run a pg query like:
You would need to do this BEFORE running @AMoreaux ’s query to delete the workspace only if a user is associated with it:
5 replies
Version 0.34 migration causing issues on production deployment due to subdomain
Hey @ParallelPlatypus I had a similar issue. It stemmed from having multiple workspaces in your DB (probably by accident or through experimentation). You'll need to delete the other workspaces that you're not using.
5 replies