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:
parent
3d224ad8fa
commit
53184a7b30
@ -223,6 +223,10 @@
|
||||
<release-item>
|
||||
<p>Improve <proper>S3</proper> server implementation in documentation.</p>
|
||||
</release-item>
|
||||
|
||||
<release-item>
|
||||
<p>Update <proper>CentOS 6</proper> documentation to build on <postgres/> 9.5.</p>
|
||||
</release-item>
|
||||
</release-refactor-list>
|
||||
</release-doc-list>
|
||||
|
||||
|
@ -11,8 +11,10 @@
|
||||
<variable key="user-guide-os" keyword="default">Debian/Ubuntu</variable>
|
||||
<variable key="user-guide-os" keyword="co6">RHEL/CentOS 6</variable>
|
||||
|
||||
<variable key="pg-version">9.4</variable>
|
||||
<variable key="pg-version-upgrade">9.5</variable>
|
||||
<variable key="pg-version" keyword="default">9.4</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-bin-path">/usr/bin</variable>
|
||||
@ -33,7 +35,7 @@
|
||||
<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="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="co6">{[db-path]}/postgresql.conf</variable>
|
||||
|
Loading…
Reference in New Issue
Block a user