]> git.sur5r.net Git - bacula/docs/commitdiff
Tweak Postgres doc
authorKern Sibbald <kern@sibbald.com>
Wed, 7 Dec 2016 13:02:42 +0000 (14:02 +0100)
committerKern Sibbald <kern@sibbald.com>
Wed, 7 Dec 2016 13:02:42 +0000 (14:02 +0100)
docs/latex/external-references.tex
docs/manuals/en/main/postgresql.tex
docs/upload

index 3c69789d333ec59461d68365d0a7968bd0009661..525e3e387835d71a65d81f13385ee705519b2421 100644 (file)
@@ -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}
index ea402b54abbeef4380c59748ad65fabdb1900418..0c32f8f1b2b1f0c8c70b551f6e6b9fdb1e570143 100644 (file)
@@ -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
 
index dce1c4f8fc06c17d6699f0bfbf9864920b2fec5b..4c94baf93da7b6c3fe50a72e8b17b560a779d738 100755 (executable)
@@ -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}"