From 250b207fa5e5036d237ab412b8749ef4706d8174 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Fri, 4 Apr 2025 00:55:08 +0200 Subject: [PATCH] feat: crunchy restore --- .../cluster/cluster.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/kubernetes/apps/database/crunchy-postgres-operator/cluster/cluster.yaml b/kubernetes/apps/database/crunchy-postgres-operator/cluster/cluster.yaml index ad17582eb..e2d255e3c 100644 --- a/kubernetes/apps/database/crunchy-postgres-operator/cluster/cluster.yaml +++ b/kubernetes/apps/database/crunchy-postgres-operator/cluster/cluster.yaml @@ -156,14 +156,13 @@ spec: differential: 0 1 * * 1-6 # Mon-Sat at 01:00 incremental: 0 2-23 * * * # Every hour except 01:00 - # dataSource: - # pgbackrest: - # stanza: "db" - # configuration: *backupConfig - # global: *backupFlag - # repo: - # name: "repo1" - # s3: *minio + dataSource: + postgresCluster: + clusterName: postgres + repoName: repo1 + options: + - --type=time + - --target="2025-04-03 14:00:00" monitoring: pgmonitor: