Skip to content

Commit

Permalink
FIX: cnpg restore back to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
iT3E committed Jun 10, 2024
1 parent 254add2 commit 09132bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kubernetes/apps/databases/cloudnative-pg/cluster/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
maxParallel: 8
destinationPath: s3://s3-cnpg-bucket/
endpointURL: http://10.15.15.50:7480
serverName: postgres-v13
serverName: postgres-v12
s3Credentials:
accessKeyId:
name: s3-creds
Expand All @@ -40,13 +40,13 @@ spec:
recovery:
# database: app
# owner: app
source: postgres-v12
source: postgres-v11
externalClusters:
- name: postgres-v12
- name: postgres-v11
barmanObjectStore:
destinationPath: s3://s3-cnpg-bucket/
endpointURL: http://10.15.15.50:7480
serverName: postgres-v12
serverName: postgres-v11
s3Credentials:
accessKeyId:
name: s3-creds
Expand Down

0 comments on commit 09132bf

Please sign in to comment.