BUG #16874: Postgres Server crashes at commit

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: thomas(dot)trenz(at)jdisc(dot)com
Subject: BUG #16874: Postgres Server crashes at commit
Date: 2021-02-19 10:00:38
Message-ID: 16874-c3eecd319e36a2bf@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16874
Logged by: Thomas Trenz
Email address: thomas(dot)trenz(at)jdisc(dot)com
PostgreSQL version: 13.2
Operating system: Windows 2012 R2
Description:

We have an application which performs quite a lot of database operations and
in some cases some larger transactions. So far, everything was working fine
with previous Postgres versions.

Since we migrated to Postgres 13, we experience a crash of the database
server.

This is the log from the server:
2021-02-16 08:00:08.854 CET [7188] LOG: starting PostgreSQL 13.2, compiled
by Visual C++ build 1914, 64-bit
2021-02-16 08:00:08.856 CET [7188] LOG: listening on IPv6 address "::",
port 25321
2021-02-16 08:00:08.857 CET [7188] LOG: listening on IPv4 address
"0.0.0.0", port 25321
2021-02-16 08:00:08.900 CET [7464] LOG: database system was shut down at
2021-02-16 07:59:22 CET
2021-02-16 08:00:08.931 CET [7188] LOG: database system is ready to accept
connections
2021-02-16 08:01:32.536 CET [5332] FATAL: password authentication failed
for user "postgres"
2021-02-16 08:01:32.536 CET [5332] DETAIL: Password does not match for user
"postgres".
Connection matched pg_hba.conf line 86: "host all all 0.0.0.0/0 md5"
2021-02-16 08:01:58.800 CET [7188] LOG: received SIGHUP, reloading
configuration files
2021-02-16 08:04:44.911 CET [4732] ERROR: canceling autovacuum task
2021-02-16 08:04:44.911 CET [4732] CONTEXT: while scanning block 946 of
relation "public.serviceoperatingsystemrelation"
automatic vacuum of table
"inventory.public.serviceoperatingsystemrelation"
2021-02-16 08:04:44.919 CET [4732] ERROR: canceling autovacuum task
2021-02-16 08:04:47.098 CET [9044] ERROR: canceling autovacuum task
2021-02-16 08:04:47.098 CET [9044] CONTEXT: while scanning block 494 of
relation "public.service"
automatic vacuum of table "inventory.public.service"
2021-02-16 08:05:07.045 CET [9044] ERROR: canceling autovacuum task
2021-02-16 08:05:07.045 CET [9044] CONTEXT: while scanning block 1384 of
relation "public.executablefile"
automatic vacuum of table "inventory.public.executablefile"
2021-02-16 08:05:07.070 CET [9044] ERROR: canceling autovacuum task
2021-02-16 08:05:47.386 CET [8672] ERROR: canceling autovacuum task
2021-02-16 08:05:47.386 CET [8672] CONTEXT: while scanning block 960 of
relation "public.service"
automatic vacuum of table "inventory.public.service"
2021-02-16 08:05:49.715 CET [8672] ERROR: canceling autovacuum task
2021-02-16 08:05:49.715 CET [8672] CONTEXT: while scanning block 1055 of
relation "public.processmodulerelation"
automatic vacuum of table "inventory.public.processmodulerelation"
2021-02-16 08:05:52.496 CET [8672] ERROR: canceling autovacuum task
2021-02-16 08:05:52.496 CET [8672] CONTEXT: while cleaning up index
"executablefile_uniqueindex" of relation "public.executablefile"
automatic vacuum of table "inventory.public.executablefile"
2021-02-16 08:05:55.660 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 08:12:32.956 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 08:35:18.762 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 08:35:29.699 CET [5508] LOG: could not rename file
"pg_wal/00000001000000000000006F": Permission denied
2021-02-16 08:47:33.094 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 08:52:31.711 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 08:57:32.109 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 09:02:32.048 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 09:07:31.878 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 09:10:45.027 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 09:17:32.091 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 09:22:31.966 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 09:27:31.806 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 09:32:31.768 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 09:37:31.705 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 09:42:31.707 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 09:47:32.202 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 09:52:32.004 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 09:57:32.285 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 10:02:31.779 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 10:07:32.371 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 10:12:32.291 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 10:17:32.147 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 10:22:31.611 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 10:22:41.662 CET [5508] LOG: could not rename file
"pg_wal/0000000100000000000000FF": Permission denied
2021-02-16 10:27:31.569 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 10:27:41.592 CET [5508] LOG: could not rename file
"pg_wal/0000000100000000000000FF": Permission denied
2021-02-16 10:32:31.809 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 10:32:41.847 CET [5508] LOG: could not rename file
"pg_wal/0000000100000000000000FF": Permission denied
2021-02-16 10:37:31.914 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 10:42:31.895 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 10:42:41.952 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 10:47:31.551 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 10:47:41.600 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 10:52:31.804 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 10:52:41.858 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 11:02:32.001 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 11:02:42.042 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 11:07:31.781 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 11:07:41.817 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 11:12:31.701 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 11:12:41.752 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 11:15:27.599 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 11:15:37.645 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 11:20:28.262 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 11:20:38.315 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 11:27:31.684 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 11:27:41.736 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 11:30:04.171 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 11:30:14.224 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 11:42:32.062 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 11:42:42.139 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 11:47:31.741 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 11:47:41.785 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 11:50:55.105 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 11:51:05.151 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 11:55:35.162 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 11:55:45.208 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 12:02:31.903 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 12:02:41.940 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 12:07:31.719 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 12:07:41.761 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 12:12:31.584 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 12:12:41.636 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 12:17:32.007 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 12:17:42.043 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 12:22:31.769 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 12:22:41.818 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 12:27:31.778 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 12:27:41.829 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 12:32:31.644 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 12:32:41.695 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 12:40:11.539 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 12:40:21.590 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 12:45:02.289 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 12:45:12.336 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 12:52:31.779 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 12:52:41.851 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 12:57:31.773 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 12:57:41.815 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 13:02:31.669 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 13:02:41.723 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 13:05:31.793 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 13:05:41.851 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 13:10:11.588 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 13:10:21.640 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 13:27:31.621 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 13:27:41.676 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 13:32:31.910 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 13:32:41.963 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 13:37:31.583 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 13:37:41.636 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 14:01:04.674 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 14:01:14.715 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 14:07:31.949 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 14:07:41.997 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 14:12:31.834 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 14:12:41.888 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 14:15:24.154 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 14:15:34.201 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 14:30:02.423 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 14:30:12.474 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 14:37:01.773 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 14:37:11.812 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 14:42:32.035 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 14:42:42.384 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 14:47:32.058 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 14:47:42.113 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 14:55:30.545 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 14:55:40.598 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 15:07:32.036 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 15:07:42.176 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 15:12:32.701 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 15:12:42.893 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 15:12:53.065 CET [5508] LOG: could not rename file
"pg_wal/0000000100000001000000EA": Permission denied
2021-02-16 15:17:33.612 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 15:17:44.775 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 15:17:55.020 CET [5508] LOG: could not rename file
"pg_wal/0000000100000001000000EA": Permission denied
2021-02-16 15:22:31.859 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 15:22:41.905 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 15:27:31.883 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 15:27:41.935 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 15:37:32.088 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 15:37:42.130 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 15:42:32.008 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 15:42:42.053 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 15:47:31.796 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 15:47:41.838 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 15:52:31.659 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 15:52:41.697 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 15:57:31.784 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 15:57:41.825 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 16:02:31.791 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 16:02:41.833 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 16:06:53.022 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 16:07:03.065 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 16:10:08.191 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 16:10:18.233 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 16:15:04.734 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 16:15:14.783 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 16:20:36.842 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 16:20:46.891 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 16:27:31.602 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 16:27:41.661 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 16:32:31.541 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 16:32:41.601 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 16:35:09.780 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 16:35:19.838 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 16:42:31.726 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 16:42:41.783 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 16:55:50.201 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 16:56:00.253 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 17:02:31.835 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 17:02:41.881 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 17:07:31.529 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 17:07:41.584 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 17:31:12.379 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 17:31:22.423 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 17:37:31.759 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 17:37:41.820 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 17:42:31.486 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 17:42:41.540 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 18:07:31.447 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 18:07:41.496 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 18:12:31.595 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 18:12:41.648 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 18:17:31.572 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 18:17:41.630 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 18:20:36.917 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 18:20:46.972 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 18:35:03.505 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 18:35:13.561 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 18:40:28.294 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 18:40:38.340 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 18:45:31.199 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 18:45:41.253 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 18:50:21.729 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 18:50:31.784 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 18:55:19.318 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 18:55:29.373 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 19:00:29.875 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 19:00:39.924 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 19:07:32.357 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 19:07:42.422 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 19:15:32.759 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 19:15:42.812 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 19:20:28.305 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 19:20:38.351 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 19:27:32.542 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 19:27:42.595 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 19:32:32.497 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 19:32:42.546 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 19:35:36.011 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 19:35:46.065 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 19:40:04.599 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 19:40:14.652 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 19:50:26.198 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 19:50:36.252 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 19:55:32.783 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 19:55:42.841 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 20:00:17.600 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 20:00:27.651 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 20:07:32.369 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 20:07:42.416 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 20:11:42.590 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 20:11:52.638 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 20:16:48.074 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 20:16:58.117 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 20:25:24.303 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 20:25:34.351 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 20:32:32.574 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 20:32:42.620 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 20:35:32.188 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 20:35:42.236 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 20:40:19.120 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 20:40:29.172 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 20:45:15.890 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 20:45:25.942 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 20:50:38.621 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 20:50:48.675 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 21:00:26.680 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 21:00:36.717 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 21:07:33.149 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 21:07:43.188 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 21:12:32.633 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 21:12:42.686 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 21:17:32.532 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 21:17:42.588 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 21:20:15.993 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 21:20:26.039 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 21:25:53.335 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 21:26:03.385 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 21:30:38.879 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 21:30:48.935 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 21:35:37.004 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 21:35:47.046 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 21:40:40.076 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 21:40:50.130 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 21:45:24.425 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 21:45:34.478 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 21:50:16.700 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 21:50:26.752 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 21:55:15.185 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 21:55:25.241 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 22:00:34.360 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 22:00:44.415 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 22:10:20.105 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 22:10:30.155 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 22:15:05.594 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 22:15:15.651 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 22:20:14.699 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 22:20:24.757 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 22:25:32.686 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 22:25:42.742 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 22:30:17.973 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 22:30:28.030 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 22:35:21.902 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 22:35:31.953 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 22:40:42.297 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 22:40:52.353 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 22:45:35.387 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 22:45:45.437 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 22:52:32.733 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 22:52:42.784 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 22:55:31.247 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 22:55:41.296 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 23:00:14.384 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 23:00:24.432 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 23:07:32.341 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 23:07:42.401 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 23:20:26.940 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 23:20:36.994 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 23:25:32.012 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 23:25:42.066 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 23:30:27.055 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 23:30:37.112 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 23:35:37.494 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 23:35:47.549 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 23:40:29.534 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 23:40:39.592 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-16 23:55:30.984 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-16 23:55:41.033 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 00:02:33.638 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 00:02:43.689 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 00:07:33.736 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 00:07:43.780 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 00:11:48.234 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 00:11:58.280 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 00:16:08.203 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 00:16:18.250 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 00:30:35.230 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 00:30:45.277 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 00:35:43.012 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 00:35:53.057 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 00:40:21.092 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 00:40:31.150 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 00:45:33.663 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 00:45:43.722 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 01:07:33.343 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 01:07:43.396 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 01:10:31.235 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 01:10:41.283 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 01:15:25.434 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 01:15:35.467 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 01:20:24.497 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 01:20:34.532 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 01:25:29.787 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 01:25:39.815 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 01:40:36.517 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 01:40:46.565 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 01:45:35.516 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 01:45:45.571 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 01:50:20.017 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 01:50:30.065 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 01:55:30.912 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 01:55:40.971 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 02:05:26.633 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 02:05:36.681 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 02:10:05.397 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 02:10:15.455 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 02:15:35.254 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 02:15:45.304 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 02:20:38.568 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 02:20:48.621 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 02:25:22.573 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 02:25:32.631 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 02:30:32.143 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 02:30:42.202 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 02:35:14.381 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 02:35:24.436 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 02:40:06.778 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 02:40:16.830 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 02:50:39.241 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 02:50:49.288 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 02:55:31.316 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 02:55:41.363 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 03:00:18.494 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 03:00:28.537 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 03:07:33.892 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 03:07:43.939 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 03:12:33.787 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 03:12:43.841 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 03:27:18.337 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 03:27:28.386 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 03:30:25.004 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 03:30:35.054 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 03:35:28.561 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 03:35:38.613 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 03:40:28.455 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 03:40:38.512 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 03:45:39.875 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 03:45:49.922 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 03:50:25.988 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 03:50:36.041 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 03:55:12.972 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 03:55:23.024 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 04:00:20.324 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 04:00:30.380 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 04:07:33.340 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 04:07:43.385 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 04:11:40.175 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 04:11:50.228 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 04:30:25.823 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 04:30:35.873 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 04:35:42.035 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 04:35:52.080 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 04:40:31.103 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 04:40:41.154 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 04:45:27.158 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 04:45:37.209 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 04:50:45.650 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 04:50:55.699 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 05:07:33.365 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 05:07:43.409 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 05:10:29.026 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 05:10:39.081 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 05:15:23.735 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 05:15:33.785 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 05:20:20.718 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 05:20:30.773 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 05:25:15.676 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 05:25:25.726 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 05:30:41.434 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 05:30:51.489 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 05:40:06.018 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 05:40:16.068 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 05:45:37.435 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 05:45:47.488 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 05:50:32.567 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 05:50:42.618 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 05:55:34.311 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 05:55:44.363 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 06:06:02.970 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 06:06:13.023 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 06:20:29.353 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 06:20:39.396 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 06:27:33.510 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 06:27:43.559 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 06:32:33.628 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 06:32:43.688 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 06:35:10.166 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 06:35:20.224 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 06:40:05.772 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 06:40:15.825 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 06:55:37.153 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 06:55:47.208 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 07:02:33.791 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 07:02:43.841 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 07:07:33.799 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 07:07:43.855 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 07:32:33.956 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 07:32:44.013 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 07:37:33.844 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 07:37:43.895 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 07:42:33.760 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 07:42:43.815 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 07:57:33.806 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 07:57:43.860 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 08:07:33.451 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 08:07:43.494 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 08:12:33.864 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 08:12:43.913 CET [5508] LOG: could not rename file
"pg_wal/00000001000000010000003C": Permission denied
2021-02-17 08:17:33.972 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 08:22:33.797 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 08:35:08.378 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 08:35:18.429 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000C7": Permission denied
2021-02-17 08:40:43.125 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 08:40:53.165 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000C7": Permission denied
2021-02-17 08:47:33.709 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 08:47:43.759 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000C7": Permission denied
2021-02-17 08:52:33.732 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 08:52:43.780 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000C7": Permission denied
2021-02-17 08:57:33.682 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 08:57:43.740 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000C7": Permission denied
2021-02-17 09:07:33.858 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 09:07:43.893 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000C7": Permission denied
2021-02-17 09:12:33.856 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 09:12:43.903 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000C7": Permission denied
2021-02-17 09:17:33.842 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 09:22:33.897 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 09:27:33.737 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 09:27:43.786 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 09:32:33.597 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 09:32:43.643 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 09:40:06.219 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 09:40:16.276 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 09:51:02.860 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 09:51:12.894 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 09:57:33.956 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 09:57:44.005 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 10:02:33.768 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 10:02:43.825 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 10:07:33.434 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 10:07:43.482 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 10:10:11.247 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 10:10:21.298 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 10:15:07.309 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 10:15:17.361 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 10:27:33.649 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 10:27:43.691 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 10:32:33.683 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 10:32:43.730 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 10:37:33.961 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 10:37:44.017 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 10:42:33.593 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 10:42:43.643 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 11:00:41.971 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 11:00:52.017 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 11:07:33.949 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 11:07:43.991 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 11:12:33.832 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 11:12:43.888 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 11:17:33.586 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 11:17:43.635 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 11:25:55.228 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 11:26:05.285 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 11:35:39.817 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 11:35:49.876 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 11:42:33.935 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 11:42:43.988 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 11:47:33.590 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 11:47:43.644 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 12:07:33.584 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 12:07:43.632 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 12:12:34.217 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 12:12:44.263 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 12:17:33.925 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 12:17:43.969 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 12:22:33.756 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 12:22:43.806 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 12:27:33.622 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 12:27:43.669 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 12:32:33.881 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 12:32:43.937 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 12:37:33.259 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 12:37:43.306 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 12:45:38.849 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 12:45:48.895 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 12:52:33.547 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 12:52:43.599 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 12:57:33.848 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 12:57:43.893 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 13:02:33.677 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 13:02:43.701 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 13:07:33.684 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 13:07:43.736 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 13:10:18.077 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 13:10:28.125 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 13:15:16.463 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 13:15:26.515 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 13:20:33.634 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 13:20:43.684 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 13:30:06.564 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 13:30:16.608 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 13:37:33.666 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 13:37:43.679 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 13:55:49.514 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 13:55:59.540 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 14:02:33.816 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 14:02:43.866 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 14:07:33.825 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 14:07:43.853 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 14:12:33.938 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 14:12:43.976 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 14:17:33.848 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 14:17:43.895 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 14:20:15.135 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 14:20:25.186 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 14:25:43.667 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 14:25:53.712 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 14:32:34.452 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 14:32:44.506 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 14:37:33.708 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 14:37:43.756 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 14:42:33.808 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 14:42:43.843 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 14:47:33.782 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 14:47:43.827 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 14:52:33.731 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 14:52:43.784 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 14:55:14.516 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 14:55:24.566 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 15:02:33.581 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 15:02:43.617 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 15:07:34.029 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 15:07:44.749 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 15:12:33.913 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 15:12:43.958 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 15:17:33.797 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 15:17:43.845 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 15:22:33.595 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 15:22:43.641 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 15:27:33.652 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 15:27:43.704 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 15:30:14.653 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 15:30:24.697 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 15:35:20.217 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 15:35:30.274 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 15:42:33.575 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 15:42:43.623 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 15:47:33.436 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 15:47:43.485 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 15:57:33.661 CET [5508] LOG: could not rename file
"pg_wal/000000010000000000000001": Permission denied
2021-02-17 15:57:43.715 CET [5508] LOG: could not rename file
"pg_wal/0000000100000002000000F8": Permission denied
2021-02-17 16:02:35.129 CET [7188] LOG: server process (PID 9620) was
terminated by exception 0xFFFFFFFF
2021-02-17 16:02:35.129 CET [7188] DETAIL: Failed process was running:
COMMIT
2021-02-17 16:02:35.129 CET [7188] HINT: See C include file "ntstatus.h"
for a description of the hexadecimal value.
2021-02-17 16:02:35.145 CET [7188] LOG: terminating any other active server
processes
2021-02-17 16:02:36.537 CET [7188] LOG: all server processes terminated;
reinitializing
2021-02-17 16:02:37.357 CET [1112] LOG: database system was interrupted;
last known up at 2021-02-17 15:57:23 CET
2021-02-17 16:02:38.566 CET [1112] LOG: database system was not properly
shut down; automatic recovery in progress
2021-02-17 16:02:38.580 CET [1112] LOG: redo starts at 4/F6D2A90
2021-02-17 16:02:39.020 CET [1112] LOG: invalid record length at
4/109B01A8: wanted 24, got 0
2021-02-17 16:02:39.021 CET [1112] LOG: redo done at 4/109B0180
2021-02-17 16:02:39.545 CET [320] FATAL: the database system is in recovery
mode
2021-02-17 16:02:39.702 CET [2808] FATAL: the database system is in
recovery mode
2021-02-17 16:02:39.743 CET [10200] FATAL: the database system is in
recovery mode
2021-02-17 16:02:39.864 CET [4156] FATAL: the database system is in
recovery mode
2021-02-17 16:02:40.572 CET [7188] LOG: database system is ready to accept
connections
2021-02-17 16:02:40.872 CET [7928] FATAL: the database system is in
recovery mode

This is the pg_hba file:
# PostgreSQL Client Authentication Configuration File
# ===================================================
#
# Refer to the "Client Authentication" section in the PostgreSQL
# documentation for a complete description of this file. A short
# synopsis follows.
#
# This file controls: which hosts are allowed to connect, how clients
# are authenticated, which PostgreSQL user names they can use, which
# databases they can access. Records take one of these forms:
#
# local DATABASE USER METHOD [OPTIONS]
# host DATABASE USER ADDRESS METHOD [OPTIONS]
# hostssl DATABASE USER ADDRESS METHOD [OPTIONS]
# hostnossl DATABASE USER ADDRESS METHOD [OPTIONS]
# hostgssenc DATABASE USER ADDRESS METHOD [OPTIONS]
# hostnogssenc DATABASE USER ADDRESS METHOD [OPTIONS]
#
# (The uppercase items must be replaced by actual values.)
#
# The first field is the connection type: "local" is a Unix-domain
# socket, "host" is either a plain or SSL-encrypted TCP/IP socket,
# "hostssl" is an SSL-encrypted TCP/IP socket, and "hostnossl" is a
# non-SSL TCP/IP socket. Similarly, "hostgssenc" uses a
# GSSAPI-encrypted TCP/IP socket, while "hostnogssenc" uses a
# non-GSSAPI socket.
#
# DATABASE can be "all", "sameuser", "samerole", "replication", a
# database name, or a comma-separated list thereof. The "all"
# keyword does not match "replication". Access to replication
# must be enabled in a separate record (see example below).
#
# USER can be "all", a user name, a group name prefixed with "+", or a
# comma-separated list thereof. In both the DATABASE and USER fields
# you can also write a file name prefixed with "@" to include names
# from a separate file.
#
# ADDRESS specifies the set of hosts the record matches. It can be a
# host name, or it is made up of an IP address and a CIDR mask that is
# an integer (between 0 and 32 (IPv4) or 128 (IPv6) inclusive) that
# specifies the number of significant bits in the mask. A host name
# that starts with a dot (.) matches a suffix of the actual host name.
# Alternatively, you can write an IP address and netmask in separate
# columns to specify the set of hosts. Instead of a CIDR-address, you
# can write "samehost" to match any of the server's own IP addresses,
# or "samenet" to match any address in any subnet that the server is
# directly connected to.
#
# METHOD can be "trust", "reject", "md5", "password", "scram-sha-256",
# "gss", "sspi", "ident", "peer", "pam", "ldap", "radius" or "cert".
# Note that "password" sends passwords in clear text; "md5" or
# "scram-sha-256" are preferred since they send encrypted passwords.
#
# OPTIONS are a set of options for the authentication in the format
# NAME=VALUE. The available options depend on the different
# authentication methods -- refer to the "Client Authentication"
# section in the documentation for a list of which options are
# available for which authentication methods.
#
# Database and user names containing spaces, commas, quotes and other
# special characters must be quoted. Quoting one of the keywords
# "all", "sameuser", "samerole" or "replication" makes the name lose
# its special character, and just match a database or username with
# that name.
#
# This file is read on server startup and when the server receives a
# SIGHUP signal. If you edit the file on a running system, you have to
# SIGHUP the server for the changes to take effect, run "pg_ctl reload",
# or execute "SELECT pg_reload_conf()".
#
# Put your actual configuration here
# ----------------------------------
#
# If you want to allow non-local connections, you need to add more
# "host" records. In that case you will also need to make PostgreSQL
# listen on a non-local interface via the listen_addresses
# configuration parameter, or via the -i or -h command line switches.

# TYPE DATABASE USER ADDRESS METHOD

# "local" is for Unix domain socket connections only
local all all md5
# IPv4 local connections:
host all all 0.0.0.0/0 md5

host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 md5
# Allow replication connections from localhost, by a user with the
# replication privilege.
local replication all md5
host replication all 127.0.0.1/32 md5
host replication all ::1/128 md5

And the postgresql.conf file:
# -----------------------------
# PostgreSQL configuration file
# -----------------------------
#
# This file consists of lines of the form:
#
# name = value
#
# (The "=" is optional.) Whitespace may be used. Comments are introduced
with
# "#" anywhere on a line. The complete list of parameter names and
allowed
# values can be found in the PostgreSQL documentation.
#
# The commented-out settings shown in this file represent the default
values.
# Re-commenting a setting is NOT sufficient to revert it to the default
value;
# you need to reload the server.
#
# This file is read on server startup and when the server receives a
SIGHUP
# signal. If you edit the file on a running system, you have to SIGHUP
the
# server for the changes to take effect, run "pg_ctl reload", or execute
# "SELECT pg_reload_conf()". Some parameters, which are marked below,
# require a server shutdown and restart to take effect.
#
# Any parameter can also be given as a command-line option to the server,
e.g.,
# "postgres -c log_connections=on". Some parameters can be changed at run
time
# with the "SET" SQL command.
#
# Memory units: kB = kilobytes Time units: ms = milliseconds
# MB = megabytes s = seconds
# GB = gigabytes min = minutes
# TB = terabytes h = hours
# d = days

#------------------------------------------------------------------------------
# FILE LOCATIONS
#------------------------------------------------------------------------------

# The default values of these variables are driven from the -D
command-line
# option or PGDATA environment variable, represented here as ConfigDir.

#data_directory = 'ConfigDir' # use data in another directory
# (change requires restart)
#hba_file = 'ConfigDir/pg_hba.conf' # host-based authentication file
# (change requires restart)
#ident_file = 'ConfigDir/pg_ident.conf' # ident configuration file
# (change requires restart)

# If external_pid_file is not explicitly set, no extra PID file is
written.
#external_pid_file = '' # write an extra PID file
# (change requires restart)

#------------------------------------------------------------------------------
# CONNECTIONS AND AUTHENTICATION
#------------------------------------------------------------------------------

# - Connection Settings -

listen_addresses = '*' # what IP address(es) to listen on;
# comma-separated list of addresses;
# defaults to 'localhost'; use '*' for all
# (change requires restart)
port = 25321 # (change requires restart)
max_connections = 700 # (change requires restart)
#superuser_reserved_connections = 3 # (change requires restart)
#unix_socket_directories = '' # comma-separated list of directories
# (change requires restart)
#unix_socket_group = '' # (change requires restart)
#unix_socket_permissions = 0777 # begin with 0 to use octal notation
# (change requires restart)
#bonjour = off # advertise server via Bonjour
# (change requires restart)
#bonjour_name = '' # defaults to the computer name
# (change requires restart)

# - TCP settings -
# see "man tcp" for details

#tcp_keepalives_idle = 0 # TCP_KEEPIDLE, in seconds;
# 0 selects the system default
#tcp_keepalives_interval = 0 # TCP_KEEPINTVL, in seconds;
# 0 selects the system default
#tcp_keepalives_count = 0 # TCP_KEEPCNT;
# 0 selects the system default
#tcp_user_timeout = 0 # TCP_USER_TIMEOUT, in milliseconds;
# 0 selects the system default

# - Authentication -

#authentication_timeout = 1min # 1s-600s
#password_encryption = md5 # md5 or scram-sha-256
#db_user_namespace = off

# GSSAPI using Kerberos
#krb_server_keyfile = 'FILE:${sysconfdir}/krb5.keytab'
#krb_caseins_users = off

# - SSL -

#ssl = off
#ssl_ca_file = ''
#ssl_cert_file = 'server.crt'
#ssl_crl_file = ''
#ssl_key_file = 'server.key'
#ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers
#ssl_prefer_server_ciphers = on
#ssl_ecdh_curve = 'prime256v1'
#ssl_min_protocol_version = 'TLSv1.2'
#ssl_max_protocol_version = ''
#ssl_dh_params_file = ''
#ssl_passphrase_command = ''
#ssl_passphrase_command_supports_reload = off

#------------------------------------------------------------------------------
# RESOURCE USAGE (except WAL)
#------------------------------------------------------------------------------

# - Memory -

shared_buffers = 512MB # min 128kB
# (change requires restart)
#huge_pages = try # on, off, or try
# (change requires restart)
#temp_buffers = 8MB # min 800kB
#max_prepared_transactions = 0 # zero disables the feature
# (change requires restart)
# Caution: it is not advisable to set max_prepared_transactions nonzero
unless
# you actively intend to use prepared transactions.
#work_mem = 4MB # min 64kB
#hash_mem_multiplier = 1.0 # 1-1000.0 multiplier on hash table work_mem
#maintenance_work_mem = 64MB # min 1MB
#autovacuum_work_mem = -1 # min 1MB, or -1 to use maintenance_work_mem
#logical_decoding_work_mem = 64MB # min 64kB
#max_stack_depth = 2MB # min 100kB
#shared_memory_type = mmap # the default is the first option
# supported by the operating system:
# mmap
# sysv
# windows
# (change requires restart)
dynamic_shared_memory_type = windows # the default is the first option
# supported by the operating system:
# posix
# sysv
# windows
# mmap
# (change requires restart)

# - Disk -

#temp_file_limit = -1 # limits per-process temp file space
# in kilobytes, or -1 for no limit

# - Kernel Resources -

#max_files_per_process = 1000 # min 64
# (change requires restart)

# - Cost-Based Vacuum Delay -

#vacuum_cost_delay = 0 # 0-100 milliseconds (0 disables)
#vacuum_cost_page_hit = 1 # 0-10000 credits
#vacuum_cost_page_miss = 10 # 0-10000 credits
#vacuum_cost_page_dirty = 20 # 0-10000 credits
#vacuum_cost_limit = 200 # 1-10000 credits

# - Background Writer -

#bgwriter_delay = 200ms # 10-10000ms between rounds
#bgwriter_lru_maxpages = 100 # max buffers written/round, 0 disables
#bgwriter_lru_multiplier = 2.0 # 0-10.0 multiplier on buffers
scanned/round
#bgwriter_flush_after = 0 # measured in pages, 0 disables

# - Asynchronous Behavior -

#effective_io_concurrency = 0 # 1-1000; 0 disables prefetching
#maintenance_io_concurrency = 10 # 1-1000; 0 disables prefetching
#max_worker_processes = 8 # (change requires restart)
#max_parallel_maintenance_workers = 2 # taken from max_parallel_workers
#max_parallel_workers_per_gather = 2 # taken from max_parallel_workers
#parallel_leader_participation = on
#max_parallel_workers = 8 # maximum number of max_worker_processes that
# can be used in parallel operations
#old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate
# (change requires restart)
#backend_flush_after = 0 # measured in pages, 0 disables

#------------------------------------------------------------------------------
# WRITE-AHEAD LOG
#------------------------------------------------------------------------------

# - Settings -

#wal_level = replica # minimal, replica, or logical
# (change requires restart)
#fsync = on # flush data to disk for crash safety
# (turning this off can cause
# unrecoverable data corruption)
#synchronous_commit = on # synchronization level;
# off, local, remote_write, remote_apply, or on
#wal_sync_method = fsync # the default is the first option
# supported by the operating system:
# open_datasync
# fdatasync (default on Linux)
# fsync
# fsync_writethrough
# open_sync
#full_page_writes = on # recover from partial page writes
#wal_compression = off # enable compression of full-page writes
#wal_log_hints = off # also do full page writes of non-critical updates
# (change requires restart)
#wal_init_zero = on # zero-fill new WAL files
#wal_recycle = on # recycle WAL files
#wal_buffers = -1 # min 32kB, -1 sets based on shared_buffers
# (change requires restart)
#wal_writer_delay = 200ms # 1-10000 milliseconds
#wal_writer_flush_after = 1MB # measured in pages, 0 disables
#wal_skip_threshold = 2MB

#commit_delay = 0 # range 0-100000, in microseconds
#commit_siblings = 5 # range 1-1000

# - Checkpoints -

#checkpoint_timeout = 5min # range 30s-1d
max_wal_size = 1GB
min_wal_size = 80MB
#checkpoint_completion_target = 0.5 # checkpoint target duration, 0.0 -
1.0
#checkpoint_flush_after = 0 # measured in pages, 0 disables
#checkpoint_warning = 30s # 0 disables

# - Archiving -

#archive_mode = off # enables archiving; off, on, or always
# (change requires restart)
#archive_command = '' # command to use to archive a logfile segment
# placeholders: %p = path of file to archive
# %f = file name only
# e.g. 'test ! -f /mnt/server/archivedir/%f && cp %p
/mnt/server/archivedir/%f'
#archive_timeout = 0 # force a logfile segment switch after this
# number of seconds; 0 disables

# - Archive Recovery -

# These are only used in recovery mode.

#restore_command = '' # command to use to restore an archived logfile
segment
# placeholders: %p = path of file to restore
# %f = file name only
# e.g. 'cp /mnt/server/archivedir/%f %p'
# (change requires restart)
#archive_cleanup_command = '' # command to execute at every restartpoint
#recovery_end_command = '' # command to execute at completion of recovery

# - Recovery Target -

# Set these only when performing a targeted recovery.

#recovery_target = '' # 'immediate' to end recovery as soon as a
# consistent state is reached
# (change requires restart)
#recovery_target_name = '' # the named restore point to which recovery will
proceed
# (change requires restart)
#recovery_target_time = '' # the time stamp up to which recovery will
proceed
# (change requires restart)
#recovery_target_xid = '' # the transaction ID up to which recovery will
proceed
# (change requires restart)
#recovery_target_lsn = '' # the WAL LSN up to which recovery will proceed
# (change requires restart)
#recovery_target_inclusive = on # Specifies whether to stop:
# just after the specified recovery target (on)
# just before the recovery target (off)
# (change requires restart)
#recovery_target_timeline = 'latest' # 'current', 'latest', or timeline ID
# (change requires restart)
#recovery_target_action = 'pause' # 'pause', 'promote', 'shutdown'
# (change requires restart)

#------------------------------------------------------------------------------
# REPLICATION
#------------------------------------------------------------------------------

# - Sending Servers -

# Set these on the master and on any standby that will send replication
data.

#max_wal_senders = 10 # max number of walsender processes
# (change requires restart)
#wal_keep_size = 0 # in megabytes; 0 disables
#max_slot_wal_keep_size = -1 # in megabytes; -1 disables
#wal_sender_timeout = 60s # in milliseconds; 0 disables

#max_replication_slots = 10 # max number of replication slots
# (change requires restart)
#track_commit_timestamp = off # collect timestamp of transaction commit
# (change requires restart)

# - Master Server -

# These settings are ignored on a standby server.

#synchronous_standby_names = '' # standby servers that provide sync rep
# method to choose sync standbys, number of sync standbys,
# and comma-separated list of application_name
# from standby(s); '*' = all
#vacuum_defer_cleanup_age = 0 # number of xacts by which cleanup is
delayed

# - Standby Servers -

# These settings are ignored on a master server.

#primary_conninfo = '' # connection string to sending server
#primary_slot_name = '' # replication slot on sending server
#promote_trigger_file = '' # file name whose presence ends recovery
#hot_standby = on # "off" disallows queries during recovery
# (change requires restart)
#max_standby_archive_delay = 30s # max delay before canceling queries
# when reading WAL from archive;
# -1 allows indefinite delay
#max_standby_streaming_delay = 30s # max delay before canceling queries
# when reading streaming WAL;
# -1 allows indefinite delay
#wal_receiver_create_temp_slot = off # create temp slot if
primary_slot_name
# is not set
#wal_receiver_status_interval = 10s # send replies at least this often
# 0 disables
#hot_standby_feedback = off # send info from standby to prevent
# query conflicts
#wal_receiver_timeout = 60s # time that receiver waits for
# communication from master
# in milliseconds; 0 disables
#wal_retrieve_retry_interval = 5s # time to wait before retrying to
# retrieve WAL after a failed attempt
#recovery_min_apply_delay = 0 # minimum delay for applying changes during
recovery

# - Subscribers -

# These settings are ignored on a publisher.

#max_logical_replication_workers = 4 # taken from max_worker_processes
# (change requires restart)
#max_sync_workers_per_subscription = 2 # taken from
max_logical_replication_workers

#------------------------------------------------------------------------------
# QUERY TUNING
#------------------------------------------------------------------------------

# - Planner Method Configuration -

#enable_bitmapscan = on
#enable_hashagg = on
#enable_hashjoin = on
#enable_indexscan = on
#enable_indexonlyscan = on
#enable_material = on
#enable_mergejoin = on
#enable_nestloop = on
#enable_parallel_append = on
#enable_seqscan = on
#enable_sort = on
#enable_incremental_sort = on
#enable_tidscan = on
#enable_partitionwise_join = off
#enable_partitionwise_aggregate = off
#enable_parallel_hash = on
#enable_partition_pruning = on

# - Planner Cost Constants -

#seq_page_cost = 1.0 # measured on an arbitrary scale
#random_page_cost = 4.0 # same scale as above
#cpu_tuple_cost = 0.01 # same scale as above
#cpu_index_tuple_cost = 0.005 # same scale as above
#cpu_operator_cost = 0.0025 # same scale as above
#parallel_tuple_cost = 0.1 # same scale as above
#parallel_setup_cost = 1000.0 # same scale as above

#jit_above_cost = 100000 # perform JIT compilation if available
# and query more expensive than this;
# -1 disables
#jit_inline_above_cost = 500000 # inline small functions if query is
# more expensive than this; -1 disables
#jit_optimize_above_cost = 500000 # use expensive JIT optimizations if
# query is more expensive than this;
# -1 disables

#min_parallel_table_scan_size = 8MB
#min_parallel_index_scan_size = 512kB
#effective_cache_size = 4GB

# - Genetic Query Optimizer -

#geqo = on
#geqo_threshold = 12
#geqo_effort = 5 # range 1-10
#geqo_pool_size = 0 # selects default based on effort
#geqo_generations = 0 # selects default based on effort
#geqo_selection_bias = 2.0 # range 1.5-2.0
#geqo_seed = 0.0 # range 0.0-1.0

# - Other Planner Options -

#default_statistics_target = 100 # range 1-10000
#constraint_exclusion = partition # on, off, or partition
#cursor_tuple_fraction = 0.1 # range 0.0-1.0
#from_collapse_limit = 8
#join_collapse_limit = 8 # 1 disables collapsing of explicit
# JOIN clauses
#force_parallel_mode = off
#jit = on # allow JIT compilation
#plan_cache_mode = auto # auto, force_generic_plan or
# force_custom_plan

#------------------------------------------------------------------------------
# REPORTING AND LOGGING
#------------------------------------------------------------------------------

# - Where to Log -

log_destination = 'stderr' # Valid values are combinations of
# stderr, csvlog, syslog, and eventlog,
# depending on platform. csvlog
# requires logging_collector to be on.

# This is used when logging to stderr:
logging_collector = on # Enable capturing of stderr and csvlog
# into log files. Required to be on for
# csvlogs.
# (change requires restart)

# These are only used if logging_collector is on:
#log_directory = 'log' # directory where log files are written,
# can be absolute or relative to PGDATA
#log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' # log file name pattern,
# can include strftime() escapes
log_file_mode = 0640 # creation mode for log files,
# begin with 0 to use octal notation
#log_truncate_on_rotation = off # If on, an existing log file with the
# same name as the new log file will be
# truncated rather than appended to.
# But such truncation only occurs on
# time-driven rotation, not on restarts
# or size-driven rotation. Default is
# off, meaning append to existing files
# in all cases.
log_rotation_age = 7d # Automatic rotation of logfiles will
# happen after that time. 0 disables.
log_rotation_size = 10MB # Automatic rotation of logfiles will
# happen after that much log output.
# 0 disables.

# These are relevant when logging to syslog:
#syslog_facility = 'LOCAL0'
#syslog_ident = 'postgres'
#syslog_sequence_numbers = on
#syslog_split_messages = on

# This is only relevant when logging to eventlog (win32):
# (change requires restart)
#event_source = 'PostgreSQL'

# - When to Log -

log_min_messages = error # values in order of decreasing detail:
# debug5
# debug4
# debug3
# debug2
# debug1
# info
# notice
# warning
# error
# log
# fatal
# panic

#log_min_error_statement = error # values in order of decreasing detail:
# debug5
# debug4
# debug3
# debug2
# debug1
# info
# notice
# warning
# error
# log
# fatal
# panic (effectively off)

#log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements
# and their durations, > 0 logs only
# statements running at least this number
# of milliseconds

#log_min_duration_sample = -1 # -1 is disabled, 0 logs a sample of
statements
# and their durations, > 0 logs only a sample of
# statements running at least this number
# of milliseconds;
# sample fraction is determined by log_statement_sample_rate

#log_statement_sample_rate = 1.0 # fraction of logged statements exceeding
# log_min_duration_sample to be logged;
# 1.0 logs all such statements, 0.0 never logs

#log_transaction_sample_rate = 0.0 # fraction of transactions whose
statements
# are logged regardless of their duration; 1.0 logs all
# statements from all transactions, 0.0 never logs

# - What to Log -

#debug_print_parse = off
#debug_print_rewritten = off
#debug_print_plan = off
#debug_pretty_print = on
#log_checkpoints = off
#log_connections = off
#log_disconnections = off
#log_duration = off
#log_error_verbosity = default # terse, default, or verbose messages
#log_hostname = off
#log_line_prefix = '%m [%p] ' # special values:
# %a = application name
# %u = user name
# %d = database name
# %r = remote host and port
# %h = remote host
# %b = backend type
# %p = process ID
# %t = timestamp without milliseconds
# %m = timestamp with milliseconds
# %n = timestamp with milliseconds (as a Unix epoch)
# %i = command tag
# %e = SQL state
# %c = session ID
# %l = session line number
# %s = session start timestamp
# %v = virtual transaction ID
# %x = transaction ID (0 if none)
# %q = stop here in non-session
# processes
# %% = '%'
# e.g. '<%u%%%d> '
#log_lock_waits = off # log lock waits >= deadlock_timeout
#log_parameter_max_length = -1 # when logging statements, limit logged
# bind-parameter values to N bytes;
# -1 means print in full, 0 disables
#log_parameter_max_length_on_error = 0 # when logging an error, limit
logged
# bind-parameter values to N bytes;
# -1 means print in full, 0 disables
#log_statement = 'none' # none, ddl, mod, all
#log_replication_commands = off
#log_temp_files = -1 # log temporary files equal or larger
# than the specified size in kilobytes;
# -1 disables, 0 logs all temp files
log_timezone = 'CET'

#------------------------------------------------------------------------------
# PROCESS TITLE
#------------------------------------------------------------------------------

#cluster_name = '' # added to process titles if nonempty
# (change requires restart)
#update_process_title = off

#------------------------------------------------------------------------------
# STATISTICS
#------------------------------------------------------------------------------

# - Query and Index Statistics Collector -

#track_activities = on
#track_counts = on
#track_io_timing = off
#track_functions = none # none, pl, all
#track_activity_query_size = 1024 # (change requires restart)
#stats_temp_directory = 'pg_stat_tmp'

# - Monitoring -

#log_parser_stats = off
#log_planner_stats = off
#log_executor_stats = off
#log_statement_stats = off

#------------------------------------------------------------------------------
# AUTOVACUUM
#------------------------------------------------------------------------------

#autovacuum = on # Enable autovacuum subprocess? 'on'
# requires track_counts to also be on.
#log_autovacuum_min_duration = -1 # -1 disables, 0 logs all actions and
# their durations, > 0 logs only
# actions running at least this number
# of milliseconds.
#autovacuum_max_workers = 3 # max number of autovacuum subprocesses
# (change requires restart)
#autovacuum_naptime = 1min # time between autovacuum runs
#autovacuum_vacuum_threshold = 50 # min number of row updates before
# vacuum
#autovacuum_vacuum_insert_threshold = 1000 # min number of row inserts
# before vacuum; -1 disables insert
# vacuums
#autovacuum_analyze_threshold = 50 # min number of row updates before
# analyze
#autovacuum_vacuum_scale_factor = 0.2 # fraction of table size before
vacuum
#autovacuum_vacuum_insert_scale_factor = 0.2 # fraction of inserts over
table
# size before insert vacuum
#autovacuum_analyze_scale_factor = 0.1 # fraction of table size before
analyze
#autovacuum_freeze_max_age = 200000000 # maximum XID age before forced
vacuum
# (change requires restart)
#autovacuum_multixact_freeze_max_age = 400000000 # maximum multixact age
# before forced vacuum
# (change requires restart)
#autovacuum_vacuum_cost_delay = 2ms # default vacuum cost delay for
# autovacuum, in milliseconds;
# -1 means use vacuum_cost_delay
#autovacuum_vacuum_cost_limit = -1 # default vacuum cost limit for
# autovacuum, -1 means use
# vacuum_cost_limit

#------------------------------------------------------------------------------
# CLIENT CONNECTION DEFAULTS
#------------------------------------------------------------------------------

# - Statement Behavior -

#client_min_messages = notice # values in order of decreasing detail:
# debug5
# debug4
# debug3
# debug2
# debug1
# log
# notice
# warning
# error
#search_path = '"$user", public' # schema names
#row_security = on
#default_tablespace = '' # a tablespace name, '' uses the default
#temp_tablespaces = '' # a list of tablespace names, '' uses
# only default tablespace
#default_table_access_method = 'heap'
#check_function_bodies = on
#default_transaction_isolation = 'read committed'
#default_transaction_read_only = off
#default_transaction_deferrable = off
#session_replication_role = 'origin'
#statement_timeout = 0 # in milliseconds, 0 is disabled
#lock_timeout = 0 # in milliseconds, 0 is disabled
#idle_in_transaction_session_timeout = 0 # in milliseconds, 0 is disabled
#vacuum_freeze_min_age = 50000000
#vacuum_freeze_table_age = 150000000
#vacuum_multixact_freeze_min_age = 5000000
#vacuum_multixact_freeze_table_age = 150000000
#vacuum_cleanup_index_scale_factor = 0.1 # fraction of total number of
tuples
# before index cleanup, 0 always performs
# index cleanup
#bytea_output = 'hex' # hex, escape
#xmlbinary = 'base64'
#xmloption = 'content'
#gin_fuzzy_search_limit = 0
#gin_pending_list_limit = 4MB

# - Locale and Formatting -

datestyle = 'iso, dmy'
#intervalstyle = 'postgres'
timezone = 'CET'
#timezone_abbreviations = 'Default' # Select the set of available time
zone
# abbreviations. Currently, there are
# Default
# Australia (historical usage)
# India
# You can create your own file in
# share/timezonesets/.
#extra_float_digits = 1 # min -15, max 3; any value >0 actually
# selects precise output mode
#client_encoding = sql_ascii # actually, defaults to database
# encoding

# These settings are initialized by initdb, but they can be changed.
lc_messages = 'German_Germany.1252' # locale for system error message
# strings
lc_monetary = 'German_Germany.1252' # locale for monetary formatting
lc_numeric = 'German_Germany.1252' # locale for number formatting
lc_time = 'German_Germany.1252' # locale for time formatting

# default configuration for text search
default_text_search_config = 'pg_catalog.german'

# - Shared Library Preloading -

#shared_preload_libraries = '' # (change requires restart)
#local_preload_libraries = ''
#session_preload_libraries = ''
#jit_provider = 'llvmjit' # JIT library to use

# - Other Defaults -

#dynamic_library_path = '$libdir'

#------------------------------------------------------------------------------
# LOCK MANAGEMENT
#------------------------------------------------------------------------------

#deadlock_timeout = 1s
#max_locks_per_transaction = 64 # min 10
# (change requires restart)
#max_pred_locks_per_transaction = 64 # min 10
# (change requires restart)
#max_pred_locks_per_relation = -2 # negative values mean
# (max_pred_locks_per_transaction
# / -max_pred_locks_per_relation) - 1
#max_pred_locks_per_page = 2 # min 0

#------------------------------------------------------------------------------
# VERSION AND PLATFORM COMPATIBILITY
#------------------------------------------------------------------------------

# - Previous PostgreSQL Versions -

#array_nulls = on
#backslash_quote = safe_encoding # on, off, or safe_encoding
escape_string_warning = off
#lo_compat_privileges = off
#operator_precedence_warning = off
#quote_all_identifiers = off
#standard_conforming_strings = on
#synchronize_seqscans = on

# - Other Platforms and Clients -

#transform_null_equals = off

#------------------------------------------------------------------------------
# ERROR HANDLING
#------------------------------------------------------------------------------

#exit_on_error = off # terminate session on any error?
#restart_after_crash = on # reinitialize after backend crash?
#data_sync_retry = off # retry or panic on failure to fsync
# data?
# (change requires restart)

#------------------------------------------------------------------------------
# CONFIG FILE INCLUDES
#------------------------------------------------------------------------------

# These options allow settings to be loaded from files other than the
# default postgresql.conf. Note that these are directives, not variable
# assignments, so they can usefully be given more than once.

#include_dir = '...' # include files ending in '.conf' from
# a directory, e.g., 'conf.d'
#include_if_exists = '...' # include file only if it exists
#include = '...' # include file

#------------------------------------------------------------------------------
# CUSTOMIZED OPTIONS
#------------------------------------------------------------------------------

# Add settings for extensions here

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Fujii Masao 2021-02-19 13:05:25 Re: BUG #16867: savepoints vs. commit and chain
Previous Message Richard Guo 2021-02-19 08:55:57 Re: BUG #16869: GROUP BY on primary key unnecessarily triggers a full table scan
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy