Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

can't create new space anymore

kedar.roy@amlogic.com
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 12, 2019

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?

2 answers

0 votes
Gerald MURIEL March 21, 2019

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.

0 votes
Edwin Kyalangalilwa
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 12, 2019

Hi kedar.roy@amlogic.com ,

This is due to corrupted data. Please follow the steps.

Creating new page or space loads forever

kedar.roy@amlogic.com
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 14, 2019

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

David Bond September 29, 2020

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";

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events