You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-07 00:35:37 +02:00
Update PostgresQL versions in user guide.
PostgreSQL 12 is EOL and no longer available in the yum.postgresql.org repository. Update the base and update versions of the RHEL and Debian documentation to better cover supported versions.
This commit is contained in:
@ -14,8 +14,8 @@
|
|||||||
<variable key="os-rhel-title">RHEL</variable>
|
<variable key="os-rhel-title">RHEL</variable>
|
||||||
|
|
||||||
<!-- Base PostgreSQL versions -->
|
<!-- Base PostgreSQL versions -->
|
||||||
<variable key="os-debian-pg-version">15</variable>
|
<variable key="os-debian-pg-version">16</variable>
|
||||||
<variable key="os-rhel-pg-version">12</variable>
|
<variable key="os-rhel-pg-version">13</variable>
|
||||||
|
|
||||||
<!-- User-defined package to use in documentation (use "apt" to install the current PGDG apt package) -->
|
<!-- User-defined package to use in documentation (use "apt" to install the current PGDG apt package) -->
|
||||||
<variable key="package">none</variable>
|
<variable key="package">none</variable>
|
||||||
@ -70,8 +70,8 @@
|
|||||||
|
|
||||||
<variable key="pg-version-nodot" eval="y">my $version = '{[pg-version]}'; $version =~ s/\.//g; return $version;</variable>
|
<variable key="pg-version-nodot" eval="y">my $version = '{[pg-version]}'; $version =~ s/\.//g; return $version;</variable>
|
||||||
|
|
||||||
<variable key="pg-version-upgrade" if="{[os-type-is-debian]}">16</variable>
|
<variable key="pg-version-upgrade" if="{[os-type-is-debian]}">17</variable>
|
||||||
<variable key="pg-version-upgrade" if="{[os-type-is-rhel]}">13</variable>
|
<variable key="pg-version-upgrade" if="{[os-type-is-rhel]}">14</variable>
|
||||||
<variable key="pg-version-upgrade-nodot" eval="y">my $version = '{[pg-version-upgrade]}'; $version =~ s/\.//g; return $version;</variable>
|
<variable key="pg-version-upgrade-nodot" eval="y">my $version = '{[pg-version-upgrade]}'; $version =~ s/\.//g; return $version;</variable>
|
||||||
|
|
||||||
<variable key="pg-bin-path" if="{[os-type-is-debian]}">/usr/lib/postgresql/{[pg-version]}/bin</variable>
|
<variable key="pg-bin-path" if="{[os-type-is-debian]}">/usr/lib/postgresql/{[pg-version]}/bin</variable>
|
||||||
|
Reference in New Issue
Block a user