Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.sai.msu.su/~megera/wiki/pgsql_pitr
Дата изменения: Unknown
Дата индексирования: Sun Apr 10 20:30:41 2016
Кодировка:
Zen: pgsql pitr

pgsql pitr

PITR example

Point In Time Recovery provides a possibility to use plain file-level commands ( cp, for example) to make online backup of full postgresql cluster (sorry, not per db backup) and be able to restore cluster to specified moment of time. Of course, instead of cp command one can use tar with ssh to backup cluster's files to another machine. Simon Riggs proposal for PITR

Quick and dirty illustration how PITR is working