From f4fe44c6c6526ce405b4b71a649e2ff62cb036b0 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 7 Dec 2016 14:02:42 +0100 Subject: [PATCH] Tweak Postgres doc --- docs/latex/external-references.tex | 1 + docs/manuals/en/main/postgresql.tex | 19 +++++++++++-------- docs/upload | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/docs/latex/external-references.tex b/docs/latex/external-references.tex index 3c69789d..525e3e38 100644 --- a/docs/latex/external-references.tex +++ b/docs/latex/external-references.tex @@ -48,6 +48,7 @@ \externaldocument[main-]{../main/install} \externaldocument[main-]{../main/security} \externaldocument[main-]{../main/dirdconf} +\externaldocument[main-]{../main/oldbsfeatures} \externaldocument[main-]{../main/strategies} \externaldocument[main-]{../main/verify} \externaldocument[main-]{../main/tutorial} diff --git a/docs/manuals/en/main/postgresql.tex b/docs/manuals/en/main/postgresql.tex index ea402b54..0c32f8f1 100644 --- a/docs/manuals/en/main/postgresql.tex +++ b/docs/manuals/en/main/postgresql.tex @@ -135,17 +135,20 @@ user). what you want) exit \end{verbatim} - Normally the {\bf bacula} user must be able to create new databases, - if you use the script in the next item, - or you will have to create one for it, but it does not need to - create new users. In newer versions of PostgreSQL, it will not automatically ask if the user {\bf bacula} should be able to create databases or - create new users. In that case, you may need to add one of the - many command line options that the program {\bf creatuser} has. - Please see the PostgreSQL documentation that corresponds to the - version you are using. + create new users. To do so you may need to use the {\bf -s} + option on the {\bf createuser} command. Example: + +\begin{verbatim} + createuser -s bacula +\end{verbatim} + + Normally the {\bf bacula} user must be able to create new databases, if + you use the script in the next item, or you will have to create one for + it, but it does not need to create new users. + \item ./create\_bacula\_database diff --git a/docs/upload b/docs/upload index dce1c4f8..4c94baf9 100755 --- a/docs/upload +++ b/docs/upload @@ -7,7 +7,7 @@ fi cwd=`pwd` lang=$1 src=$cwd/manuals/${lang}/pdf-and-html -ver=7.4.3 +ver=7.4.4 repo=release echo "ver=${ver}" -- 2.39.5