Skip to content

Commit

Permalink
Merge pull request #1381 from dannyzaken/danny-test-5.15
Browse files Browse the repository at this point in the history
[Direct to 5.15] removed redundant code
  • Loading branch information
dannyzaken authored Jun 19, 2024
2 parents b99a553 + bab8744 commit b4523e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions deploy/internal/configmap-postgres-initdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ data:
fi
sleep 10
done
until pg_isready; do sleep 1; done;
pg_dumpall -U postgres > /$HOME/data/dump.sql
exit 0
upgradedb.sh: |
Expand Down
4 changes: 1 addition & 3 deletions pkg/bundle/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -3650,7 +3650,7 @@ data:
shared_preload_libraries = 'pg_stat_statements'
`

const Sha256_deploy_internal_configmap_postgres_initdb_yaml = "5012249f1b3c697e875df4df4cde80d74ff9954dd6b2ae93a1f37e91194c697f"
const Sha256_deploy_internal_configmap_postgres_initdb_yaml = "5ef599d78f148d91023d38ef516f73a0d903dfb060eb382fb741b65291955fbe"

const File_deploy_internal_configmap_postgres_initdb_yaml = `apiVersion: v1
kind: ConfigMap
Expand Down Expand Up @@ -3724,8 +3724,6 @@ data:
fi
sleep 10
done
until pg_isready; do sleep 1; done;
pg_dumpall -U postgres > /$HOME/data/dump.sql
exit 0
upgradedb.sh: |
Expand Down

0 comments on commit b4523e9

Please sign in to comment.