Skip to content

Commit

Permalink
v1.2.32 (#59)
Browse files Browse the repository at this point in the history
Minor updates
* Support upgrading from 11
  • Loading branch information
bfren authored Sep 9, 2023
1 parent c89f878 commit 8633b49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.31
1.2.32
2 changes: 1 addition & 1 deletion overlay/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ esac
#======================================================================================================================

case "${NEW_VERSION-}" in
"13"|"14"|"15") bf-debug "Upgrade to PostgreSQL v${NEW_VERSION} is supported." "upgrade" ;;
"12" | "13"|"14"|"15") bf-debug "Upgrade to PostgreSQL v${NEW_VERSION} is supported." "upgrade" ;;
"") bf-notok "Version is required." "upgrade" && usage ;;
*) bf-error "Upgrade to PostgreSQL v${NEW_VERSION} is not supported." "upgrade" ;;
esac
Expand Down

0 comments on commit 8633b49

Please sign in to comment.