mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-25 09:01:48 +02:00
558d4a3427
Those per se are not that annoying, but the random messages generated by the backend while pg_arman is waiting for segments to be archived are annoying. This commit gets rid of them by using client_min_messages set to warning on the connection used. Report by Yury Zhuravlev.
14 lines
372 B
Plaintext
14 lines
372 B
Plaintext
\! bash sql/delete.sh
|
|
###### DELETE COMMAND TEST-0001 ######
|
|
###### delete full backups ######
|
|
try to delete the oldest backup
|
|
2
|
|
1
|
|
Number of deleted backups should be 1, is it so?: 1
|
|
###### DELETE COMMAND TEST-0002 ######
|
|
###### keep backups which are necessary for recovery ######
|
|
try to delete before third backup
|
|
3
|
|
1
|
|
Number of deleted backups should be 1, is it so?: 1
|