PostgreSQL 7.x归档

我试图让PostgreSQL 7.4安装程序使用PITR模式(如此处所述)。 看起来“archive_mode”选项不被识别。 当PostgreSQL第一次出现的时候,有谁能说明一下吗? 我不想升级到更新的版本,除非我绝对必须。

(关于它的价值,我打算使用它来将PostgreSQL数据库更新复制到一个热备份数据库。)

在8.0中引入了PITR,如特征列表所示:

http://www.postgresql.org/docs/8.4/static/release-8-0.html

时间点恢复

In previous releases there was no way to recover from disk drive failure 

除了从以前的备份还原或使用备用复制服务器。 时间点恢复允许连续备份服务器。 您可以恢复到故障点或过去的某个事务。