Skip to content

Instantly share code, notes, and snippets.

@dmpanch
Created June 11, 2020 13:59
Show Gist options
  • Save dmpanch/904c559b5e65a64417d4f35a919034c1 to your computer and use it in GitHub Desktop.
Save dmpanch/904c559b5e65a64417d4f35a919034c1 to your computer and use it in GitHub Desktop.
PostgreSQL Database directory appears to contain a database; Skipping initialization
2020-06-11 13:36:37.393 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2020-06-11 13:36:37.394 UTC [1] LOG: listening on IPv6 address "::", port 5432
2020-06-11 13:36:37.402 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2020-06-11 13:36:37.462 UTC [20] LOG: database system was shut down at 2020-06-11 13:36:30 UTC
2020-06-11 13:36:37.477 UTC [1] LOG: database system is ready to accept connections
2020-06-11 13:36:37.685 UTC [27] ERROR: database "homer_data" already exists
2020-06-11 13:36:37.685 UTC [27] STATEMENT: CREATE DATABASE homer_data
2020-06-11 13:36:37.685 UTC [27] ERROR: role "homer_user" already exists
2020-06-11 13:36:37.685 UTC [27] STATEMENT: CREATE USER homer_user WITH PASSWORD 'homer_password';
2020-06-11 13:36:37.687 UTC [27] ERROR: role "postgres" does not exist
2020-06-11 13:36:37.687 UTC [27] STATEMENT: GRANT postgres to homer_user;
2020-06-11 13:36:37.709 UTC [29] ERROR: database "homer_data" already exists
2020-06-11 13:36:37.709 UTC [29] STATEMENT: CREATE DATABASE homer_data OWNER root
2020-06-11 13:39:40.539 UTC [43] ERROR: relation "hep_proto_34_default" does not exist at character 15
2020-06-11 13:39:40.539 UTC [43] STATEMENT: SELECT * FROM "hep_proto_34_default" WHERE (create_date between $1 AND $2) LIMIT 200
2020-06-11 13:39:51.893 UTC [43] ERROR: relation "hep_proto_34_default" does not exist at character 15
2020-06-11 13:39:51.893 UTC [43] STATEMENT: SELECT * FROM "hep_proto_34_default" WHERE (create_date between $1 AND $2) LIMIT 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment