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 65b947b commit 83dff18Copy full SHA for 83dff18
nix/tools/dbmate-tool.sh.in
@@ -288,11 +288,13 @@ if [ "$PSQL_VERSION" == "all" ]; then
288
echo "$VERSIONS" | while read -r version; do
289
PSQL_VERSION="$version"
290
echo "Migrating to PostgreSQL version $PSQL_VERSION"
291
+ start_postgres
292
migrate_version
293
cleanup
294
done
295
else
296
297
298
299
300
fi
0 commit comments