1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-09 14:45:47 +02:00
pg_probackup/expected/backup_restore.out
otsuka.knj@gmail.com 068280f4a3 Supporting PostgreSQL 9.2.
Fix a bug about --recovery-target-time.
Fix SPEC files for using normal user. (Reported by Nagayasu-san)
Fix a compiling bug on no LZLib environment.
Add restriction about Incremental backup.


git-svn-id: http://pg-rman.googlecode.com/svn/trunk@71 182aca00-e38e-11de-a668-6fd11605f5ce
2013-01-24 06:49:34 +00:00

40 lines
776 B
Plaintext

\! sh sql/backup_restore.sh
CREATE TABLESPACE
CREATE DATABASE
# of deleted backups
0
full database backup
CHECKPOINT
incremental database backup
CHECKPOINT
CHECKPOINT
archived WAL and serverlog backup
stop DB during running pgbench
diff files in BACKUP_PATH/backup/pg_xlog
# of files in BACKUP_PATH/backup/srvlog
1
diff files in BACKUP_PATH/backup/pg_xlog
# of files in BACKUP_PATH/backup/srvlog
2
full database backup after recovery
CHECKPOINT
# of files in BACKUP_PATH/backup/pg_xlog
0
# of files in BACKUP_PATH/backup/srvlog
2
# of symbolic links in ARCLOG_PATH
0
# of files in BACKUP_PATH/timeline_history
2
# of recovery target option in recovery.conf
3
# of deleted backups (show all)
4
# of deleted backups
0
delete backup
# of deleted backups
4
# of deleted backups
9