diff --git a/VERSION b/VERSION index 80f5e3a..828cb60 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.31 \ No newline at end of file +1.2.32 \ No newline at end of file diff --git a/overlay/upgrade b/overlay/upgrade index 755e452..e98abbb 100644 --- a/overlay/upgrade +++ b/overlay/upgrade @@ -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