meanpunk
meanpunk

Reputation: 41

pgo: Where does the schedule of scheduled backups get saved

Using Postgres Operator for pgo_create_schedule with the below command:

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

Where the the cron style schedule end up? I dont see it on the server using crontab -l

Upvotes: 1

Views: 474

Answers (2)

Adrie
Adrie

Reputation: 11

I found them in the cluster namespace in ConfigMaps called hippo-pgbackrest-full and/or hippo-pgbackrest-diff.

Replace 'hippo' with your cluster name.

Upvotes: 0

Alireza Mesgar
Alireza Mesgar

Reputation: 151

pgo show schedule kubectl -n get jobs

Upvotes: 0

Related Questions