I can't create space anymore for some unknown reason, when I click "Create Space", page shows "An unknown server error has occurred"..
do you know why?
Hello Edwin, I am on the same boat and still waiting for support to reply. I migrated last week from 6.10.0 to 6.13.0.
This is due to corrupted data. Please follow the steps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
get errors when I try the commands, I am using postgresql.
confluence=> DROP TABLE AO_54C900_SPACE_BLUEPRINT_AO;
ERROR: table "ao_54c900_space_blueprint_ao" does not exist
confluence=> DROP TABLE AO_54C900_C_TEMPLATE_REF;
ERROR: table "ao_54c900_c_template_ref" does not exist
confluence=> DROP TABLE AO_54C900_CONTENT_BLUEPRINT_AO;
ERROR: table "ao_54c900_content_blueprint_ao" does not exist
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You likely have a later version of Postgres that is case sensitive.
Try:
DROP TABLE "AO_54C900_SPACE_BLUEPRINT_AO";
DROP TABLE "AO_54C900_C_TEMPLATE_REF";
DROP TABLE "AO_54C900_CONTENT_BLUEPRINT_AO";
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.