Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database creation issue with fr_FR encoding in a PostgreSQL cluster #955

Open
oavril opened this issue Dec 20, 2024 · 0 comments
Open

Database creation issue with fr_FR encoding in a PostgreSQL cluster #955

oavril opened this issue Dec 20, 2024 · 0 comments

Comments

@oavril
Copy link

oavril commented Dec 20, 2024

Hello,

i use everest 1.3.0

I am encountering a difficulty when creating a database.

If I do this:

CREATE DATABASE "test1" 
\c test3

it works.

But as soon as I use the template0 to modify the collation:

CREATE DATABASE "test2" WITH OWNER "postgres" ENCODING 'UTF8' LC_COLLATE = 'fr_FR.UTF-8' LC_CTYPE = 'fr_FR.UTF-8' TEMPLATE template0; 
\c test2

I get this message:

The connection to the server on "xxx.xxx.xxx.xxx", port 5432 failed: FATAL: bouncer config error 
Previous connection kept.

the displayed IP corresponds to the external IP of the cluster

Can you tell me what is wrong or if there is an action I need to perform beforehand?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant