Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试配置 Barman,但我只能找到具有 SSH 访问权限或 WAL 的备份。有没有其他方法可以使用不依赖 SSH/WAL 的酒保进行自动备份?我无权访问这些功能,因为它是一个托管数据库。
谢谢你的帮助!
没有 WAL 就不能使用酒保。如果您的托管数据库提供商既不提供 archive_command 也不提供流式传输,那么您就不能使用 barman。
Barman 不需要 SSH,只要您使用仅流式设置并使用backup_method = postgres而不是 rsync。
backup_method = postgres