Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I got an error message stating that
" Database: The database collation 'English_United States.1252 is not supported by Confluence. You need to use 'utf-8'
and most of my data is no longer there.
Please have a look at this articles (depending on your database)
Do you still have a recent backup so that you can make the collation change before the upgrade?
Hi Rayaldo,
we don't have this upgrade done in our environment yet. But a few questions from my side.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have this exact same problem. I have UTF8 encoding, but the collation types are English_United States.1252. My Windows Postgres 9.4 install won't accept any other collation types complaining about an incorrect locale. Encoding is already UTF8. The confluence articles referenced below by Tilo did not help me.
postgres=# create collation en_US (LOCALE='en_US.utf-8');
ERROR: could not create locale "en_US.utf-8": No error
Attempted to reinitialize the DB:
initdb: invalid locale name "en_US.UTF-8"
My plan now is to move to Linux hoping that solves the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tilo,
I am way late on my reply but I was able to upgrade it on my second attempt.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.