简体   繁体   English

pgo:计划备份的计划保存在哪里

[英]pgo: Where does the schedule of scheduled backups get saved

Using Postgres Operator for pgo_create_schedule with the below command:使用以下命令对 pgo_create_schedule 使用 Postgres 运算符:

pgo create schedule --schedule="15 10 * * *" --schedule-type=pgbackrest --pgbackrest-backup-type=full mycluster

Where the the cron style schedule end up? cron 样式的日程安排在哪里结束? I dont see it on the server using crontab -l我在使用 crontab -l 的服务器上看不到它

pgo show schedule kubectl -n get jobs pgo show schedule kubectl -n 获取工作

I found them in the cluster namespace in ConfigMaps called hippo-pgbackrest-full and/or hippo-pgbackrest-diff .我在名为hippo-pgbackrest-full和/或hippo-pgbackrest-diff的 ConfigMaps 集群命名空间中找到了它们。

Replace 'hippo' with your cluster name.将“hippo”替换为您的集群名称。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM