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

Add creation of /etc/pgbackrest.conf to manual installation instructions.

This commit is contained in:
David Steele 2017-07-24 21:14:42 -04:00
parent cbb749e12a
commit 49449feab3
2 changed files with 15 additions and 0 deletions

View File

@ -187,6 +187,12 @@
</release-core-list>
<release-doc-list>
<release-feature-list>
<release-item>
<p>Add creation of <file>/etc/pgbackrest.conf</file> to manual installation instructions.</p>
</release-item>
</release-feature-list>
<release-refactor-list>
<release-item>
<p>Debian/Ubuntu documentation now builds on Ubuntu 16.</p>

View File

@ -286,6 +286,15 @@
<execute user="root">
<exe-cmd>chown postgres:postgres /var/log/pgbackrest</exe-cmd>
</execute>
<execute user="root">
<exe-cmd>touch {[backrest-config-demo]}</exe-cmd>
</execute>
<execute user="root">
<exe-cmd>chmod 640 {[backrest-config-demo]}</exe-cmd>
</execute>
<execute user="root">
<exe-cmd>chown postgres:postgres {[backrest-config-demo]}</exe-cmd>
</execute>
</execute-list>
<p><backrest/> should now be properly installed but it is best to check. If any dependencies were missed then you will get an error when running <backrest/> from the command line.</p>