1
0
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:
David Steele
2025-03-25 10:28:46 -06:00
parent 84eb9a742d
commit 87776bc9cf

View File

@ -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>