Skip to content

Commit

Permalink
chore: connection env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Aug 16, 2024
1 parent 1ed10d7 commit bf1aebe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm/patroni-migration/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: patroni-migration
description: A Helm chart to orchestrate a migration from a legacy patroni cluster to a modern crunchy PGO cluster
type: application

version: 0.0.17
version: 0.0.18

# Not applicable
appVersion: "1.0.0"
8 changes: 4 additions & 4 deletions helm/patroni-migration/templates/database-migration-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ spec:
# Migrating data
PGHOST=$TARGET_$SUPERUSER_PGHOST \
PGPORT=$TARGET_$SUPERUSER_PGPORT \
PGUSER=$TARGET_$SUPERUSER_PGUSER \
PGPASSWORD=$TARGET_$SUPERUSER_PGPASSWORD \
PGHOST=$TARGET_SUPERUSER_PGHOST \
PGPORT=$TARGET_SUPERUSER_PGPORT \
PGUSER=$TARGET_SUPERUSER_PGUSER \
PGPASSWORD=$TARGET_SUPERUSER_PGPASSWORD \
psql < <( \
PGHOST=$SOURCE_PGHOST \
PGPORT=$SOURCE_PGPORT \
Expand Down

0 comments on commit bf1aebe

Please sign in to comment.