-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Hello,
I have this error for PostgreSQL 9.6 on a kubernetes cluster:
LOG: database system was shut down at 2020-04-20 21:25:08 UTC
LOG: MultiXact member wraparound protections are now enabled
LOG: autovacuum launcher started
LOG: database system is ready to accept connections
LOG: incomplete startup packet
FATAL: database "fusionauth" does not exist
LOG: incomplete startup packet
FATAL: database "fusionauth" does not exist
LOG: incomplete startup packet
ERROR: duplicate key value violates unique constraint "pg_database_datname_index"
DETAIL: Key (datname)=(fusionauth) already exists.
STATEMENT: CREATE DATABASE fusionauth ENCODING 'UTF-8' LC_CTYPE 'en_US.UTF-8' LC_COLLATE 'en_US.UTF-8' TEMPLATE template0
ERROR: invalid locale name: "English_United States"
STATEMENT: CREATE DATABASE fusionauth ENCODING 'UTF-8' LC_CTYPE 'English_United States' LC_COLLATE 'English_United States' TEMPLATE template0
LOG: incomplete startup packet
ERROR: relation "version" does not exist at character 21
STATEMENT: select version from version
LOG: incomplete startup packet
LOG: incomplete startup packet
Do you have an idea to how can i fix it ? Or maybe a workaround ?
Metadata
Metadata
Assignees
Labels
No labels