Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Steffens <joerg.steffens@bareos.com>2017-07-20 16:03:04 +0300
committerJoerg Steffens <joerg.steffens@bareos.com>2017-07-20 16:03:04 +0300
commit47fc8dfca29e5ae699d056f44f0877fb5a017f0d (patch)
tree273c96b7628d5e50a42e067e0ce9335bdedcce26
parent57993c06a143d6b51158d7913c89896b2173ecc6 (diff)
build fix
-rw-r--r--manuals/en/main/releasenotes.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/manuals/en/main/releasenotes.tex b/manuals/en/main/releasenotes.tex
index 8958b6a..b69c503 100644
--- a/manuals/en/main/releasenotes.tex
+++ b/manuals/en/main/releasenotes.tex
@@ -70,7 +70,7 @@ This release contains several bugfixes and enhancements. Excerpt:
\sqlcommand{CREATE INDEX file_jfnidpart_idx ON File(JobId, FilenameId) WHERE FileIndex = 0;}
\item Run following command to create the partial index:\\
- \path@su - postgres -c 'echo "CREATE INDEX file_jfnidpart_idx ON File(JobId, FilenameId) WHERE FileIndex = 0; ANALYZE File;" | psql bareos'@
+ \path!su - postgres -c 'echo "CREATE INDEX file_jfnidpart_idx ON File(JobId, FilenameId) WHERE FileIndex = 0; ANALYZE File;" | psql bareos'!
\end{itemize}
\item \mysql
@@ -79,7 +79,7 @@ This release contains several bugfixes and enhancements. Excerpt:
\sqlcommand{CREATE INDEX PathId_JobId_FileIndex_FileNameId ON File(PathId,JobId,FileIndex,FilenameId);}
\item Run following command to create the index:\\
- \path@echo "CREATE INDEX PathId_JobId_FileIndex_FileNameId ON File(PathId,JobId,FileIndex,FilenameId);" | mysql -u root bareos@
+ \path!echo "CREATE INDEX PathId_JobId_FileIndex_FileNameId ON File(PathId,JobId,FileIndex,FilenameId);" | mysql -u root bareos!
\item However, with larger amounts of directories and/or involved jobs, even with this index
the performance of \bcommand{.bvfs_lsdirs}{} may still be insufficient. We are working on optimizing