Mykhailo Kravchuk

Results 4 comments of Mykhailo Kravchuk

Found that connection timeout for "psycopg2" can be configured by adding Postgres connection parameter "connect_timeout" [https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS) For example if connect_timeout is 2 seconds, check takes about 14 seconds: ``` conninfo...

Hello, Here a Barman log of one of a database (there are some my additional logs line): ``` barman@barman-0:~$ cat /var/log/barman/postgres-db.log DEBUG: The default backup strategy for postgres backup_method is:...

Hello, Can't see much info inside `/var/log/barman/barman.log`. There are 2 failed backups for 2 databases: ``` barman@barman-0:~$ grep 'Failure executing a backup using pg_basebackup' /var/log/barman/barman.log.1 2022-09-26 22:08:15,825 [11375] barman.backup_executor WARNING:...

I have setup `log_level = DEBUG` in Barman configuration however today all backups have successfully finished. Will wait what will be tomorrow.