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.
×OK, so I have an operational Confluence server, running on database(psql) abcd;
I ran this command to copy it;
CREATE DATABASE abcd_19_dec_19 WITH TEMPLATE abcd OWNER dbowner;
I ran an automated upgrade with a response.varfile to facilitate rapidity, but when I visit my confluence server it now reports {
}
When I run \l+ it shows encoding of UTF8, but also collate of 'C', which worked perfectly for 6.12.1, so I need to know if my db is no longer compatible with Confluence, or if there is additional configuration that my server requires;
abcd | abcdowner | UTF8 | C | C | dbowner | 1000MB | pg_default | This is my vanilla db
Hi @admin admin
please verify this article and follow the discussion on the collation issue.
https://jira.atlassian.com/browse/CONFSERVER-57749?attachmentSortBy=fileName
https://confluence.atlassian.com/doc/configuring-database-character-encoding-177698.html
Thanks
Yoga
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.