WAL 存档备份和恢复
WAL Archive Backup and Restore
在 postgresql 中,如何创建 WAL archieve?
Backup 和 Restore 有分步说明
使用 Linux 或 shell 命令?
环境:
OS : LINUX RHEL 7.4
数据库:PostgreSQL 9.2
有没有不停止 postgresql 完整备份和恢复的选项?
是的,有描述https://www.postgresql.org/docs/9.2/static/continuous-archiving.html
带有类 unix 系统的示例。
您不必停止 postgres 进行备份,既不需要基本备份,也不需要 wals
在 postgresql 中,如何创建 WAL archieve? Backup 和 Restore 有分步说明 使用 Linux 或 shell 命令?
环境:
OS : LINUX RHEL 7.4
数据库:PostgreSQL 9.2
有没有不停止 postgresql 完整备份和恢复的选项?
是的,有描述https://www.postgresql.org/docs/9.2/static/continuous-archiving.html
带有类 unix 系统的示例。
您不必停止 postgres 进行备份,既不需要基本备份,也不需要 wals