File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -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 show timeline --verbose -a -d postgres > $BASE_PATH /results/log_show_timeline_1 2>&1
262
- pg_rman -p $TEST_PGPORT show timeline ` date +%Y` -a --verbose -d postgres > $BASE_PATH /results/log_show_timeline_2 2>&1
263
- pg_rman -p $TEST_PGPORT show timeline ` date +%Y` --verbose -d postgres > $BASE_PATH /results/log_show_timeline_3 2>&1
260
+ # show
261
+ pg_rman -p $TEST_PGPORT show --verbose -a -d postgres > $BASE_PATH /results/log_show_timeline_1 2>&1
262
+ pg_rman -p $TEST_PGPORT show ` date +%Y` -a --verbose -d postgres > $BASE_PATH /results/log_show_timeline_2 2>&1
263
+ pg_rman -p $TEST_PGPORT show ` date +%Y` --verbose -d postgres > $BASE_PATH /results/log_show_timeline_3 2>&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_show2 2>&1
276
276
echo " # of deleted backups"
277
277
grep -c DELETED $BASE_PATH /results/log_show2
278
- pg_rman -p $TEST_PGPORT show timeline ` date +%Y` -a --verbose -d postgres > $BASE_PATH /results/log_show_timeline_4 2>&1
278
+ pg_rman -p $TEST_PGPORT show ` date +%Y` -a --verbose -d postgres > $BASE_PATH /results/log_show_timeline_4 2>&1
279
279
280
280
# cleanup
281
281
pg_ctl stop -m immediate > /dev/null 2>&1
You can’t perform that action at this time.
0 commit comments