【发布时间】:2023-03-07 01:22:01
【问题描述】:
在 postgresql 中,如何创建 WAL 归档? Backup 和 Restore 提供分步说明 使用 Linux 或 shell 命令?
环境:
操作系统:LINUX RHEL 7.4
数据库:Postgresql 9.2
是否有任何选项不停止 postgresql 完整备份和恢复?
【问题讨论】:
标签: postgresql postgresql-9.2 rhel7 pitr
在 postgresql 中,如何创建 WAL 归档? Backup 和 Restore 提供分步说明 使用 Linux 或 shell 命令?
环境:
操作系统:LINUX RHEL 7.4
数据库:Postgresql 9.2
是否有任何选项不停止 postgresql 完整备份和恢复?
【问题讨论】:
标签: postgresql postgresql-9.2 rhel7 pitr
是的,它被描述为https://www.postgresql.org/docs/9.2/static/continuous-archiving.html
带有类unix系统的示例。
你不必停止 postgres 进行备份,既不是基本备份,也不是 wals
【讨论】: