Skip to content

Commit b08825f

Browse files
authored
Enable autoupgrade to PostgreSQL 13
1 parent 5a96b0c commit b08825f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ fi
172172

173173
# This must be false when the opt-in PostgreSQL version is the default for pg-upgrade,
174174
# otherwise it must be true.
175-
ATTEMPT_AUTO_PG_UPGRADE='false'
175+
ATTEMPT_AUTO_PG_UPGRADE='true'
176176

177177
# Make sure PostgreSQL is at the latest version.
178178
# If it fails, print a message with a workaround and exit

0 commit comments

Comments
 (0)