We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
i use everest 1.3.0
I am encountering a difficulty when creating a database.
If I do this:
it works.
But as soon as I use the template0 to modify the collation:
I get this message:
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?
The text was updated successfully, but these errors were encountered: