Skip to content

Instantly share code, notes, and snippets.

@Akkiesoft
Created March 30, 2022 14:22
Show Gist options
  • Save Akkiesoft/8ea79fd29a42d86d25fdbf55c55655a0 to your computer and use it in GitHub Desktop.
Save Akkiesoft/8ea79fd29a42d86d25fdbf55c55655a0 to your computer and use it in GitHub Desktop.
db_1 | 2022-03-30 14:19:58.075 UTC [65] ERROR: role "postgres" already exists
db_1 | 2022-03-30 14:19:58.075 UTC [65] STATEMENT: CREATE ROLE postgres;
db_1 | 2022-03-30 14:20:23.142 UTC [53] LOG: checkpoints are occurring too frequently (13 seconds apart)
db_1 | 2022-03-30 14:20:23.142 UTC [53] HINT: Consider increasing the configuration parameter "max_wal_size".
db_1 | 2022-03-30 14:20:36.837 UTC [113] ERROR: canceling autovacuum task
db_1 | 2022-03-30 14:20:36.837 UTC [113] CONTEXT: while scanning block 4451 of relation "public.statuses"
db_1 | automatic vacuum of table "postgres.public.statuses"
db_1 | 2022-03-30 14:20:40.182 UTC [113] ERROR: canceling autovacuum task
db_1 | 2022-03-30 14:20:40.182 UTC [113] CONTEXT: while scanning block 12381 of relation "public.conversations"
db_1 | automatic vacuum of table "postgres.public.conversations"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment