Skip to content

Instantly share code, notes, and snippets.

@alisonamerico
Created August 7, 2020 13:34
Show Gist options
  • Save alisonamerico/1c73661a26917bf21f3fd4aa066576a8 to your computer and use it in GitHub Desktop.
Save alisonamerico/1c73661a26917bf21f3fd4aa066576a8 to your computer and use it in GitHub Desktop.
touristspots_database | PostgreSQL Database directory appears to contain a database; Skipping initialization
touristspots_database |
touristspots_database | 2020-08-07 01:46:03.510 UTC [1] LOG: starting PostgreSQL 12.3 (Debian 12.3-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
touristspots_database | 2020-08-07 01:46:03.530 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
touristspots_database | 2020-08-07 01:46:03.530 UTC [1] LOG: listening on IPv6 address "::", port 5432
touristspots_database | 2020-08-07 01:46:03.737 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
touristspots_database | 2020-08-07 01:46:04.282 UTC [27] LOG: database system was interrupted; last known up at 2020-08-07 01:28:55 UTC
touristspots_database | 2020-08-07 01:46:08.861 UTC [27] LOG: database system was not properly shut down; automatic recovery in progress
touristspots_database | 2020-08-07 01:46:08.909 UTC [27] LOG: redo starts at 0/4E3DBE60
touristspots_database | 2020-08-07 01:46:08.909 UTC [27] LOG: invalid record length at 0/4E3DBF48: wanted 24, got 0
touristspots_database | 2020-08-07 01:46:08.909 UTC [27] LOG: redo done at 0/4E3DBF10
touristspots_database | 2020-08-07 01:46:09.188 UTC [1] LOG: database system is ready to accept connections
touristspots_database | 2020-08-07 01:47:52.912 UTC [39] ERROR: null value in column "owner_id" violates not-null constraint
touristspots_database | 2020-08-07 01:47:52.912 UTC [39] DETAIL: Failing row contains (2, , 0101000020E610000000000000000000000000000000000000, , 2020-08-07 01:47:52.911415+00, 2020-08-07 01:47:52.911459+00, null).
touristspots_database | 2020-08-07 01:47:52.912 UTC [39] STATEMENT: INSERT INTO "api_touristspot" ("name", "geographical_location", "category", "owner_id", "created", "modified") VALUES ('', ST_GeogFromWKB('\x0101000020e610000000000000000000000000000000000000'::bytea), '', NULL, '2020-08-07T01:47:52.911415+00:00'::timestamptz, '2020-08-07T01:47:52.911459+00:00'::timestamptz) RETURNING "api_touristspot"."id"
touristspots_database | 2020-08-07 01:47:54.468 UTC [39] ERROR: null value in column "owner_id" violates not-null constraint
touristspots_database | 2020-08-07 01:47:54.468 UTC [39] DETAIL: Failing row contains (3, , 0101000020E610000000000000000000000000000000000000, , 2020-08-07 01:47:54.467432+00, 2020-08-07 01:47:54.467476+00, null).
touristspots_database | 2020-08-07 01:47:54.468 UTC [39] STATEMENT: INSERT INTO "api_touristspot" ("name", "geographical_location", "category", "owner_id", "created", "modified") VALUES ('', ST_GeogFromWKB('\x0101000020e610000000000000000000000000000000000000'::bytea), '', NULL, '2020-08-07T01:47:54.467432+00:00'::timestamptz, '2020-08-07T01:47:54.467476+00:00'::timestamptz) RETURNING "api_touristspot"."id"
touristspots_database | 2020-08-07 01:59:41.096 UTC [65] ERROR: null value in column "owner_id" violates not-null constraint
touristspots_database | 2020-08-07 01:59:41.096 UTC [65] DETAIL: Failing row contains (2, , 0101000020E610000000000000000000000000000000000000, , 2020-08-07 01:59:41.09492+00, 2020-08-07 01:59:41.094988+00, null).
touristspots_database | 2020-08-07 01:59:41.096 UTC [65] STATEMENT: INSERT INTO "api_touristspot" ("name", "geographical_location", "category", "owner_id", "created", "modified") VALUES ('', ST_GeogFromWKB('\x0101000020e610000000000000000000000000000000000000'::bytea), '', NULL, '2020-08-07T01:59:41.094920+00:00'::timestamptz, '2020-08-07T01:59:41.094988+00:00'::timestamptz) RETURNING "api_touristspot"."id"
touristspots_database | 2020-08-07 01:59:43.181 UTC [65] ERROR: null value in column "owner_id" violates not-null constraint
touristspots_database | 2020-08-07 01:59:43.181 UTC [65] DETAIL: Failing row contains (3, , 0101000020E610000000000000000000000000000000000000, , 2020-08-07 01:59:43.180714+00, 2020-08-07 01:59:43.180784+00, null).
touristspots_database | 2020-08-07 01:59:43.181 UTC [65] STATEMENT: INSERT INTO "api_touristspot" ("name", "geographical_location", "category", "owner_id", "created", "modified") VALUES ('', ST_GeogFromWKB('\x0101000020e610000000000000000000000000000000000000'::bytea), '', NULL, '2020-08-07T01:59:43.180714+00:00'::timestamptz, '2020-08-07T01:59:43.180784+00:00'::timestamptz) RETURNING "api_touristspot"."id"
touristspots_database | 2020-08-07 02:01:14.128 UTC [71] ERROR: null value in column "owner_id" violates not-null constraint
touristspots_database | 2020-08-07 02:01:14.128 UTC [71] DETAIL: Failing row contains (1, , 0101000020E610000000000000000000000000000000000000, , 2020-08-07 02:01:14.072522+00, 2020-08-07 02:01:14.072593+00, null).
touristspots_database | 2020-08-07 02:01:14.128 UTC [71] STATEMENT: INSERT INTO "api_touristspot" ("name", "geographical_location", "category", "owner_id", "created", "modified") VALUES ('', ST_GeogFromWKB('\x0101000020e610000000000000000000000000000000000000'::bytea), '', NULL, '2020-08-07T02:01:14.072522+00:00'::timestamptz, '2020-08-07T02:01:14.072593+00:00'::timestamptz) RETURNING "api_touristspot"."id"
touristspots_database | 2020-08-07 02:01:15.274 UTC [71] ERROR: null value in column "owner_id" violates not-null constraint
touristspots_database | 2020-08-07 02:01:15.274 UTC [71] DETAIL: Failing row contains (2, , 0101000020E610000000000000000000000000000000000000, , 2020-08-07 02:01:15.274078+00, 2020-08-07 02:01:15.274122+00, null).
touristspots_database | 2020-08-07 02:01:15.274 UTC [71] STATEMENT: INSERT INTO "api_touristspot" ("name", "geographical_location", "category", "owner_id", "created", "modified") VALUES ('', ST_GeogFromWKB('\x0101000020e610000000000000000000000000000000000000'::bytea), '', NULL, '2020-08-07T02:01:15.274078+00:00'::timestamptz, '2020-08-07T02:01:15.274122+00:00'::timestamptz) RETURNING "api_touristspot"."id"
touristspots_database | 2020-08-07 02:02:47.113 UTC [77] ERROR: null value in column "owner_id" violates not-null constraint
touristspots_database | 2020-08-07 02:02:47.113 UTC [77] DETAIL: Failing row contains (2, , 0101000020E610000000000000000000000000000000000000, , 2020-08-07 02:02:47.112112+00, 2020-08-07 02:02:47.112185+00, null).
touristspots_database | 2020-08-07 02:02:47.113 UTC [77] STATEMENT: INSERT INTO "api_touristspot" ("name", "geographical_location", "category", "owner_id", "created", "modified") VALUES ('', ST_GeogFromWKB('\x0101000020e610000000000000000000000000000000000000'::bytea), '', NULL, '2020-08-07T02:02:47.112112+00:00'::timestamptz, '2020-08-07T02:02:47.112185+00:00'::timestamptz) RETURNING "api_touristspot"."id"
touristspots_database | 2020-08-07 02:02:48.967 UTC [77] ERROR: null value in column "owner_id" violates not-null constraint
touristspots_database | 2020-08-07 02:02:48.967 UTC [77] DETAIL: Failing row contains (3, , 0101000020E610000000000000000000000000000000000000, , 2020-08-07 02:02:48.966366+00, 2020-08-07 02:02:48.966405+00, null).
touristspots_database | 2020-08-07 02:02:48.967 UTC [77] STATEMENT: INSERT INTO "api_touristspot" ("name", "geographical_location", "category", "owner_id", "created", "modified") VALUES ('', ST_GeogFromWKB('\x0101000020e610000000000000000000000000000000000000'::bytea), '', NULL, '2020-08-07T02:02:48.966366+00:00'::timestamptz, '2020-08-07T02:02:48.966405+00:00'::timestamptz) RETURNING "api_touristspot"."id"
touristspots_database | 2020-08-07 02:04:26.634 UTC [85] ERROR: null value in column "owner_id" violates not-null constraint
touristspots_database | 2020-08-07 02:04:26.634 UTC [85] DETAIL: Failing row contains (2, , 0101000020E610000000000000000000000000000000000000, , 2020-08-07 02:04:26.633568+00, 2020-08-07 02:04:26.633613+00, null).
touristspots_database | 2020-08-07 02:04:26.634 UTC [85] STATEMENT: INSERT INTO "api_touristspot" ("name", "geographical_location", "category", "owner_id", "created", "modified") VALUES ('', ST_GeogFromWKB('\x0101000020e610000000000000000000000000000000000000'::bytea), '', NULL, '2020-08-07T02:04:26.633568+00:00'::timestamptz, '2020-08-07T02:04:26.633613+00:00'::timestamptz) RETURNING "api_touristspot"."id"
touristspots_database | 2020-08-07 02:04:27.981 UTC [85] ERROR: null value in column "owner_id" violates not-null constraint
touristspots_database | 2020-08-07 02:04:27.981 UTC [85] DETAIL: Failing row contains (3, , 0101000020E610000000000000000000000000000000000000, , 2020-08-07 02:04:27.980602+00, 2020-08-07 02:04:27.980643+00, null).
touristspots_database | 2020-08-07 02:04:27.981 UTC [85] STATEMENT: INSERT INTO "api_touristspot" ("name", "geographical_location", "category", "owner_id", "created", "modified") VALUES ('', ST_GeogFromWKB('\x0101000020e610000000000000000000000000000000000000'::bytea), '', NULL, '2020-08-07T02:04:27.980602+00:00'::timestamptz, '2020-08-07T02:04:27.980643+00:00'::timestamptz) RETURNING "api_touristspot"."id"
touristspots_database | 2020-08-07 02:08:37.046 UTC [98] ERROR: null value in column "owner_id" violates not-null constraint
touristspots_database | 2020-08-07 02:08:37.046 UTC [98] DETAIL: Failing row contains (2, , 0101000020E610000000000000000000000000000000000000, , 2020-08-07 02:08:37.045229+00, 2020-08-07 02:08:37.04527+00, null).
touristspots_database | 2020-08-07 02:08:37.046 UTC [98] STATEMENT: INSERT INTO "api_touristspot" ("name", "geographical_location", "category", "owner_id", "created", "modified") VALUES ('', ST_GeogFromWKB('\x0101000020e610000000000000000000000000000000000000'::bytea), '', NULL, '2020-08-07T02:08:37.045229+00:00'::timestamptz, '2020-08-07T02:08:37.045270+00:00'::timestamptz) RETURNING "api_touristspot"."id"
touristspots_database | 2020-08-07 02:08:38.395 UTC [98] ERROR: null value in column "owner_id" violates not-null constraint
touristspots_database | 2020-08-07 02:08:38.395 UTC [98] DETAIL: Failing row contains (3, , 0101000020E610000000000000000000000000000000000000, , 2020-08-07 02:08:38.394956+00, 2020-08-07 02:08:38.394999+00, null).
touristspots_database | 2020-08-07 02:08:38.395 UTC [98] STATEMENT: INSERT INTO "api_touristspot" ("name", "geographical_location", "category", "owner_id", "created", "modified") VALUES ('', ST_GeogFromWKB('\x0101000020e610000000000000000000000000000000000000'::bytea), '', NULL, '2020-08-07T02:08:38.394956+00:00'::timestamptz, '2020-08-07T02:08:38.394999+00:00'::timestamptz) RETURNING "api_touristspot"."id"
touristspots_database | 2020-08-07 02:19:08.007 UTC [136] ERROR: null value in column "owner_id" violates not-null constraint
touristspots_database | 2020-08-07 02:19:08.007 UTC [136] DETAIL: Failing row contains (2, , 0101000020E610000000000000000000000000000000000000, , 2020-08-07 02:19:08.007045+00, 2020-08-07 02:19:08.007089+00, null).
touristspots_database | 2020-08-07 02:19:08.007 UTC [136] STATEMENT: INSERT INTO "api_touristspot" ("name", "geographical_location", "category", "owner_id", "created", "modified") VALUES ('', ST_GeogFromWKB('\x0101000020e610000000000000000000000000000000000000'::bytea), '', NULL, '2020-08-07T02:19:08.007045+00:00'::timestamptz, '2020-08-07T02:19:08.007089+00:00'::timestamptz) RETURNING "api_touristspot"."id"
touristspots_database | 2020-08-07 02:19:09.394 UTC [136] ERROR: null value in column "owner_id" violates not-null constraint
touristspots_database | 2020-08-07 02:19:09.394 UTC [136] DETAIL: Failing row contains (3, , 0101000020E610000000000000000000000000000000000000, , 2020-08-07 02:19:09.393884+00, 2020-08-07 02:19:09.393929+00, null).
touristspots_database | 2020-08-07 02:19:09.394 UTC [136] STATEMENT: INSERT INTO "api_touristspot" ("name", "geographical_location", "category", "owner_id", "created", "modified") VALUES ('', ST_GeogFromWKB('\x0101000020e610000000000000000000000000000000000000'::bytea), '', NULL, '2020-08-07T02:19:09.393884+00:00'::timestamptz, '2020-08-07T02:19:09.393929+00:00'::timestamptz) RETURNING "api_touristspot"."id"
touristspots_database | 2020-08-07 02:19:10.328 UTC [137] FATAL: terminating autovacuum process due to administrator command
touristspots_database | 2020-08-07 03:10:02.494 UTC [1] LOG: received smart shutdown request
touristspots_database | 2020-08-07 03:10:02.667 UTC [1] LOG: background worker "logical replication launcher" (PID 33) exited with exit code 1
touristspots_database | 2020-08-07 03:10:12.747 UTC [28] LOG: shutting down
touristspots_database |
touristspots_database | PostgreSQL Database directory appears to contain a database; Skipping initialization
touristspots_database |
touristspots_database | 2020-08-07 12:59:58.841 UTC [1] LOG: starting PostgreSQL 12.3 (Debian 12.3-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
touristspots_database | 2020-08-07 12:59:58.851 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
touristspots_database | 2020-08-07 12:59:58.851 UTC [1] LOG: listening on IPv6 address "::", port 5432
touristspots_database | 2020-08-07 12:59:58.953 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
touristspots_database | 2020-08-07 12:59:59.209 UTC [26] LOG: database system shutdown was interrupted; last known up at 2020-08-07 03:10:12 UTC
touristspots_database | 2020-08-07 13:00:00.035 UTC [26] LOG: database system was not properly shut down; automatic recovery in progress
touristspots_database | 2020-08-07 13:00:00.072 UTC [26] LOG: redo starts at 0/52B491F0
touristspots_database | 2020-08-07 13:00:00.072 UTC [26] LOG: invalid record length at 0/52B492D8: wanted 24, got 0
touristspots_database | 2020-08-07 13:00:00.072 UTC [26] LOG: redo done at 0/52B492A0
touristspots_database | 2020-08-07 13:00:00.287 UTC [1] LOG: database system is ready to accept connections
web_1 | Operations to perform:
web_1 | Apply all migrations: account, admin, api, auth, authtoken, base, contenttypes, sessions, sites, socialaccount
web_1 | Running migrations:
web_1 | No migrations to apply.
web_1 | Watching for file changes with StatReloader
web_1 | Performing system checks...
web_1 |
web_1 | System check identified no issues (0 silenced).
web_1 | August 07, 2020 - 13:09:45
web_1 | Django version 3.0.8, using settings 'touristspots.settings'
web_1 | Starting development server at http://0.0.0.0:8000/
web_1 | Quit the server with CONTROL-C.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment