Skip to content

Commit

Permalink
Merge pull request #251 from vshn/fix-restore-postgresql
Browse files Browse the repository at this point in the history
Fix restore operation not working for PostgreSQL by VSHN
  • Loading branch information
zugao authored Oct 27, 2023
2 parents 4088fd2 + d33b95f commit 51a1d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component/component/vshn_postgres.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ local copyJob = {
};

local clusterRestoreConfig = {
name: 'cluster-restore',
name: 'cluster',
base+: {
spec+: {
references+: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ spec:
- dependsOn:
apiVersion: stackgres.io/v1
kind: SGBackup
name: cluster-restore
name: cluster
patches:
- fromFieldPath: status.conditions
toFieldPath: status.pgclusterConditions
Expand Down

0 comments on commit 51a1d54

Please sign in to comment.