Skip to content

Commit c7c30de

Browse files
samrosesoedirgo
authored andcommitted
chore: this line may be causing segfault
1 parent 58db6a3 commit c7c30de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/tools/dbmate-tool.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ perform_dump() {
196196

197197
migrate_version() {
198198
echo "PSQL_VERSION: $PSQL_VERSION"
199-
pkill -f "postgres" || true # Ensure PostgreSQL is stopped before starting
199+
#pkill -f "postgres" || true # Ensure PostgreSQL is stopped before starting
200200
PSQLBIN=$(nix build --no-link "$FLAKE_URL#psql_$PSQL_VERSION/bin" --json | jq -r '.[].outputs.out + "/bin"')
201201
echo "Using PostgreSQL version $PSQL_VERSION from $PSQLBIN"
202202

0 commit comments

Comments
 (0)