Results

By type

          The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale "en_US.utf8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".

Data page checksums are disabled.

fixing permissions on existing directory /var/lib/postgresql/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting dynamic shared memory implementation ... posix
creating configuration files ... ok
running bootstrap script ... ok
sh: locale: not found
2021-07-26 16:06:34.647 UTC [26] WARNING:  no usable system locales were found
performing post-bootstrap initialization ... ok
syncing data to disk ... ok

Success. You can now start the database server using:

    pg_ctl -D /var/lib/postgresql/data -l logfile start


WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
waiting for server to start....2021-07-26 16:06:44.462 UTC [30] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2021-07-26 16:06:44.623 UTC [31] LOG:  database system was shut down at 2021-07-26 16:06:35 UTC
2021-07-26 16:06:44.644 UTC [30] LOG:  database system is ready to accept connections
 done
server started
CREATE DATABASE

CREATE ROLE


/usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*

waiting for server to shut down....2021-07-26 16:06:47.303 UTC [30] LOG:  received fast shutdown request
2021-07-26 16:06:47.307 UTC [30] LOG:  aborting any active transactions
2021-07-26 16:06:47.308 UTC [30] LOG:  worker process: logical replication launcher (PID 37) exited with exit code 1
2021-07-26 16:06:47.308 UTC [32] LOG:  shutting down
2021-07-26 16:06:47.428 UTC [30] LOG:  database system is shut down
 done
server stopped

PostgreSQL init process complete; ready for start up.

2021-07-26 16:06:47.560 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2021-07-26 16:06:47.560 UTC [1] LOG:  listening on IPv6 address "::", port 5432
2021-07-26 16:06:47.565 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2021-07-26 16:06:47.619 UTC [49] LOG:  database system was shut down at 2021-07-26 16:06:47 UTC
2021-07-26 16:06:47.647 UTC [1] LOG:  database system is ready to accept connections
2021-07-26 16:23:14.256 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.256 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'OAUTH2_PROVIDER' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.264 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.264 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'OAUTH2_PROVIDER' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.272 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.272 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'OAUTH2_PROVIDER' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.292 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.292 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'AUTH_LDAP_SERVER_URI' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.298 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.298 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'AUTH_LDAP_1_SERVER_URI' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.302 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.302 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'AUTH_LDAP_2_SERVER_URI' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.306 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.306 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'AUTH_LDAP_3_SERVER_URI' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.311 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.311 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'AUTH_LDAP_4_SERVER_URI' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.315 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.315 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'AUTH_LDAP_5_SERVER_URI' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.318 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.318 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'RADIUS_SERVER' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.321 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.321 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_GOOGLE_OAUTH2_KEY' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.329 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.329 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.334 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.334 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_GITHUB_KEY' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.337 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.337 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_GITHUB_SECRET' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.340 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.340 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_GITHUB_ORG_KEY' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.344 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.344 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_GITHUB_ORG_SECRET' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.347 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.347 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_GITHUB_ORG_NAME' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.352 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.352 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_GITHUB_TEAM_KEY' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.356 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.356 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_GITHUB_TEAM_SECRET' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.359 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.359 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_GITHUB_TEAM_ID' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.362 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.362 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_AZUREAD_OAUTH2_KEY' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.365 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.365 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.369 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.369 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_SAML_SP_ENTITY_ID' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.373 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.373 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_SAML_SP_PUBLIC_CERT' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.376 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.376 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_SAML_SP_PRIVATE_KEY' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.380 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.380 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_SAML_ORG_INFO' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.383 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.383 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_SAML_TECHNICAL_CONTACT' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.386 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.386 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_SAML_SUPPORT_CONTACT' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.390 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.390 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'SOCIAL_AUTH_SAML_ENABLED_IDPS' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.795 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.795 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'OAUTH2_PROVIDER' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.800 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.800 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'OAUTH2_PROVIDER' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.804 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.804 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'OAUTH2_PROVIDER' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.807 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.807 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'OAUTH2_PROVIDER' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.812 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.812 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'OAUTH2_PROVIDER' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.817 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.817 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'OAUTH2_PROVIDER' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.829 UTC [681] ERROR:  relation "conf_setting" does not exist at character 158
2021-07-26 16:23:14.829 UTC [681] STATEMENT:  SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'OAUTH2_PROVIDER' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC  LIMIT 1
2021-07-26 16:23:14.874 UTC [681] ERROR:  relation "django_migrations" does not exist at character 124
2021-07-26 16:23:14.874 UTC [681] STATEMENT:  SELECT "django_migrations"."id", "django_migrations"."app", "django_migrations"."name", "django_migrations"."applied" FROM "django_migrations" WHERE ("django_migrations"."app" = 'main' AND "django_migrations"."name" IN ('0005a_squashed_v310_v313_updates', '0005b_squashed_v310_v313_updates'))
2021-07-26 16:23:14.893 UTC [681] ERROR:  relation "django_migrations" does not exist at character 124
2021-07-26 16:23:14.893 UTC [681] STATEMENT:  SELECT "django_migrations"."id", "django_migrations"."app", "django_migrations"."name", "django_migrations"."applied" FROM "django_migrations" WHERE ("django_migrations"."app" = 'main' AND NOT ("django_migrations"."name"::text LIKE '%squashed%')) ORDER BY "django_migrations"."id" DESC  LIMIT 1
2021-07-26 16:23:14.895 UTC [681] ERROR:  relation "django_migrations" does not exist at character 124
2021-07-26 16:23:14.895 UTC [681] STATEMENT:  SELECT "django_migrations"."id", "django_migrations"."app", "django_migrations"."name", "django_migrations"."applied" FROM "django_migrations" WHERE ("django_migrations"."app" = 'main' AND NOT ("django_migrations"."name"::text LIKE '%squashed%')) ORDER BY "django_migrations"."id" DESC  LIMIT 1
2021-07-26 16:23:14.919 UTC [681] ERROR:  relation "django_migrations" does not exist at character 124
2021-07-26 16:23:14.919 UTC [681] STATEMENT:  SELECT "django_migrations"."id", "django_migrations"."app", "django_migrations"."name", "django_migrations"."applied" FROM "django_migrations" WHERE ("django_migrations"."app" = 'main' AND NOT ("django_migrations"."name"::text LIKE '%squashed%')) ORDER BY "django_migrations"."id" DESC  LIMIT 1
2021-07-26 16:23:14.933 UTC [681] ERROR:  relation "django_migrations" does not exist at character 124
2021-07-26 16:23:14.933 UTC [681] STATEMENT:  SELECT "django_migrations"."id", "django_migrations"."app", "django_migrations"."name", "django_migrations"."applied" FROM "django_migrations" WHERE ("django_migrations"."app" = 'main' AND NOT ("django_migrations"."name"::text LIKE '%squashed%')) ORDER BY "django_migrations"."id" DESC  LIMIT 1
2021-07-26 16:23:14.959 UTC [681] ERROR:  relation "django_migrations" does not exist at character 124
2021-07-26 16:23:14.959 UTC [681] STATEMENT:  SELECT "django_migrations"."id", "django_migrations"."app", "django_migrations"."name", "django_migrations"."applied" FROM "django_migrations" WHERE ("django_migrations"."app" = 'main' AND NOT ("django_migrations"."name"::text LIKE '%squashed%')) ORDER BY "django_migrations"."id" DESC  LIMIT 1
2021-07-26 16:23:14.963 UTC [681] ERROR:  relation "django_migrations" does not exist at character 124
2021-07-26 16:23:14.963 UTC [681] STATEMENT:  SELECT "django_migrations"."id", "django_migrations"."app", "django_migrations"."name", "django_migrations"."applied" FROM "django_migrations" WHERE ("django_migrations"."app" = 'main' AND NOT ("django_migrations"."name"::text LIKE '%squashed%')) ORDER BY "django_migrations"."id" DESC  LIMIT 1
2021-07-26 16:28:30.110 UTC [898] LOG:  incomplete startup packet
2021-07-26 16:28:33.900 UTC [899] LOG:  incomplete startup packet