在postgresql中,如何创建WAL归档?使用Linux或shell命令一步一步地解释备份和还原。
环境:
操作系统:LinuxRHEL7.4
DB : Postgresql 9.2
是否有不停止postgresql完整备份和恢复的选项?
发布于 2017-11-07 06:57:04
是的,它被描述为https://www.postgresql.org/docs/9.2/static/continuous-archiving.html
给出了类unix系统的例子。
你不需要阻止postgres去做备份,没有基本备份,也没有wals
https://stackoverflow.com/questions/47151646
复制相似问题