mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-09 14:45:47 +02:00
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
|
|
0
|
|
Number of deleted backups should be 1, is it so?: 0
|
|
###### DELETE COMMAND TEST-0002 ######
|
|
###### keep backups which are necessary for recovery ######
|
|
try to delete before third backup
|
|
3
|
|
0
|
|
Number of deleted backups should be 1, is it so?: 0
|