purpose/use of pg_start_backup() pg_stop_backup()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



on the surface, the functions pg_start_backup() and pg_stop_backup() seem to
indicate something very useful.

as i understand it, i could do:

psql -c "pg_start_backup('$(date +%Y%m%d%H%M%S)');"
snapshot/dump $PGDATA
psql -c "pg_stop_backup();"

and this would then create a nice clean snapshot.

however, i'm trying to work out what the restore process is.

its not clear to me if one needs to do anything after restoring the dump.

or, if there is some sort of incremental process that needs to be followed
after the dump.

can someone provide a walk-through of using these functions both for 
a backup and a restore?

-- 
Jim Mercer     Reptilian Research      jim@xxxxxxxxxxxx    +1 416 410-5633
"He who dies with the most toys is nonetheless dead"


-- 
Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux