You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +02:00
Finalize catalog number for PostgreSQL 15 release.
This commit is contained in:
@@ -506,7 +506,7 @@ sub containerBuild
|
||||
{
|
||||
$strScript .=
|
||||
" echo \"deb http://apt.postgresql.org/pub/repos/apt/ \$(lsb_release -s -c)-pgdg main" .
|
||||
($strOS eq VM_U20 || $strOS eq VM_U22 ? ' 15' : '') . "\" >> /etc/apt/sources.list.d/pgdg.list && \\\n" .
|
||||
"\" >> /etc/apt/sources.list.d/pgdg.list && \\\n" .
|
||||
" wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \\\n" .
|
||||
" apt-get update && \\\n" .
|
||||
" apt-get install -y --no-install-recommends postgresql-common libpq-dev && \\\n" .
|
||||
|
||||
@@ -253,7 +253,7 @@ sub dbCatalogVersion
|
||||
&PG_VERSION_12 => 201909212,
|
||||
&PG_VERSION_13 => 202007201,
|
||||
&PG_VERSION_14 => 202105121,
|
||||
&PG_VERSION_15 => 202204076,
|
||||
&PG_VERSION_15 => 202209061,
|
||||
};
|
||||
|
||||
if (!defined($hCatalogVersion->{$strPgVersion}))
|
||||
|
||||
Reference in New Issue
Block a user