Reputation: 41
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
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