@@ -257,10 +257,10 @@ pg_ctl start -w -t 3600 > /dev/null 2>&1
257
257
pg_dumpall> $BASE_PATH /results/dump_after_rtx.sql
258
258
diff$BASE_PATH /results/dump_before_rtx.sql$BASE_PATH /results/dump_after_rtx.sql
259
259
260
- # show timeline
261
- pg_rman -p$TEST_PGPORT showtimeline --verbose -a -d postgres> $BASE_PATH /results/log_show_timeline_12>&1
262
- pg_rman -p$TEST_PGPORT showtimeline ` date +%Y` -a --verbose -d postgres> $BASE_PATH /results/log_show_timeline_22>&1
263
- pg_rman -p$TEST_PGPORT showtimeline ` date +%Y` --verbose -d postgres> $BASE_PATH /results/log_show_timeline_32>&1
260
+ # show
261
+ pg_rman -p$TEST_PGPORT show --verbose -a -d postgres> $BASE_PATH /results/log_show_timeline_12>&1
262
+ pg_rman -p$TEST_PGPORT show` date +%Y` -a --verbose -d postgres> $BASE_PATH /results/log_show_timeline_22>&1
263
+ pg_rman -p$TEST_PGPORT show` date +%Y` --verbose -d postgres> $BASE_PATH /results/log_show_timeline_32>&1
264
264
echo " # of deleted backups (show all)"
265
265
grep -c DELETED$BASE_PATH /results/log_show_timeline_2
266
266
echo " # of deleted backups"
@@ -275,7 +275,7 @@ pg_rman -p $TEST_PGPORT delete `date "+%Y-%m-%d %T"` --debug -d postgres > $BASE
275
275
pg_rman -p$TEST_PGPORT show` date +%Y` -a --verbose -d postgres> $BASE_PATH /results/log_show22>&1
276
276
echo " # of deleted backups"
277
277
grep -c DELETED$BASE_PATH /results/log_show2
278
- pg_rman -p$TEST_PGPORT showtimeline ` date +%Y` -a --verbose -d postgres> $BASE_PATH /results/log_show_timeline_42>&1
278
+ pg_rman -p$TEST_PGPORT show` date +%Y` -a --verbose -d postgres> $BASE_PATH /results/log_show_timeline_42>&1
279
279
280
280
# cleanup
281
281
pg_ctl stop -m immediate> /dev/null2>&1