Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Aug 20, 2024
1 parent 8716c3f commit da7cf8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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.19
version: 0.0.20

# Not applicable
appVersion: "1.0.0"
4 changes: 3 additions & 1 deletion helm/patroni-migration/templates/database-migration-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
- "bin/bash"
- "-c"
- |
set -euo pipefail;
set -euxo pipefail;
cd workspace
Expand All @@ -132,6 +132,8 @@ spec:
chmod 0600 .pgpass
cat .pgpass
export PGPASSFILE=".pgpass"
# Migrating roles:
Expand Down

0 comments on commit da7cf8e

Please sign in to comment.