We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58db6a3 commit c7c30deCopy full SHA for c7c30de
nix/tools/dbmate-tool.sh.in
@@ -196,7 +196,7 @@ perform_dump() {
196
197
migrate_version() {
198
echo "PSQL_VERSION: $PSQL_VERSION"
199
- pkill -f "postgres" || true # Ensure PostgreSQL is stopped before starting
+ #pkill -f "postgres" || true # Ensure PostgreSQL is stopped before starting
200
PSQLBIN=$(nix build --no-link "$FLAKE_URL#psql_$PSQL_VERSION/bin" --json | jq -r '.[].outputs.out + "/bin"')
201
echo "Using PostgreSQL version $PSQL_VERSION from $PSQLBIN"
202
0 commit comments