1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Update CentOS 6 documentation to build on PostgreSQL 9.5.

This commit is contained in:
David Steele 2017-06-23 10:30:22 -04:00
parent 3d224ad8fa
commit 53184a7b30
2 changed files with 9 additions and 3 deletions

View File

@ -223,6 +223,10 @@
<release-item> <release-item>
<p>Improve <proper>S3</proper> server implementation in documentation.</p> <p>Improve <proper>S3</proper> server implementation in documentation.</p>
</release-item> </release-item>
<release-item>
<p>Update <proper>CentOS 6</proper> documentation to build on <postgres/> 9.5.</p>
</release-item>
</release-refactor-list> </release-refactor-list>
</release-doc-list> </release-doc-list>

View File

@ -11,8 +11,10 @@
<variable key="user-guide-os" keyword="default">Debian/Ubuntu</variable> <variable key="user-guide-os" keyword="default">Debian/Ubuntu</variable>
<variable key="user-guide-os" keyword="co6">RHEL/CentOS 6</variable> <variable key="user-guide-os" keyword="co6">RHEL/CentOS 6</variable>
<variable key="pg-version">9.4</variable> <variable key="pg-version" keyword="default">9.4</variable>
<variable key="pg-version-upgrade">9.5</variable> <variable key="pg-version" keyword="co6">9.5</variable>
<variable key="pg-version-upgrade" keyword="default">9.5</variable>
<variable key="pg-version-upgrade" keyword="co6">9.6</variable>
<variable key="perl-lib-path">/usr/share/perl5</variable> <variable key="perl-lib-path">/usr/share/perl5</variable>
<variable key="perl-bin-path">/usr/bin</variable> <variable key="perl-bin-path">/usr/bin</variable>
@ -33,7 +35,7 @@
<variable key="spool-path">/var/spool/pgbackrest</variable> <variable key="spool-path">/var/spool/pgbackrest</variable>
<variable key="postgres-install-upgrade" keyword="default">apt-get install postgresql-{[pg-version-upgrade]}</variable> <variable key="postgres-install-upgrade" keyword="default">apt-get install postgresql-{[pg-version-upgrade]}</variable>
<variable key="postgres-install-upgrade" keyword="co6">yum install postgresql95-server</variable> <variable key="postgres-install-upgrade" keyword="co6">yum install postgresql96-server</variable>
<variable key="postgres-config-demo" keyword="default">/etc/postgresql/{[pg-version]}/{[postgres-cluster-demo]}/postgresql.conf</variable> <variable key="postgres-config-demo" keyword="default">/etc/postgresql/{[pg-version]}/{[postgres-cluster-demo]}/postgresql.conf</variable>
<variable key="postgres-config-demo" keyword="co6">{[db-path]}/postgresql.conf</variable> <variable key="postgres-config-demo" keyword="co6">{[db-path]}/postgresql.conf</variable>