mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-09 14:45:47 +02:00
33 lines
930 B
Plaintext
33 lines
930 B
Plaintext
\! bash sql/init.sh
|
|
###### INIT COMMAND TEST-0001 ######
|
|
###### success with archive_command ######
|
|
0
|
|
results/init/backup/
|
|
results/init/backup/backups/
|
|
results/init/backup/pg_arman.ini
|
|
results/init/backup/wal/
|
|
###### INIT COMMAND TEST-0002 ######
|
|
###### success with archive_command and log_directory ######
|
|
0
|
|
results/init/backup/
|
|
results/init/backup/backups/
|
|
results/init/backup/pg_arman.ini
|
|
results/init/backup/wal/
|
|
###### INIT COMMAND TEST-0003 ######
|
|
###### success without archive_command ######
|
|
0
|
|
results/init/backup/
|
|
results/init/backup/backups/
|
|
results/init/backup/pg_arman.ini
|
|
results/init/backup/wal/
|
|
###### INIT COMMAND TEST-0004 ######
|
|
###### failure with backup catalog already existed ######
|
|
ERROR: backup catalog already exist. and it's not empty
|
|
1
|
|
|
|
###### INIT COMMAND TEST-0005 ######
|
|
###### failure with backup catalog should be given as absolute path ######
|
|
ERROR: -B, --backup-path must be an absolute path
|
|
1
|
|
|