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:28:17 +0300
commit0e6914a9a2f52ac41083adf69c222f666394d9b3 (patch)
treee61bed5734132b9b32ac4cf845deff609751a4d1
parentb618a6f7f279b6dce23d4904a6b75f6551ca23cb (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 b49814f..18fd407 100644
--- a/manuals/en/main/releasenotes.tex
+++ b/manuals/en/main/releasenotes.tex
@@ -45,7 +45,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
@@ -54,7 +54,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