]> git.sur5r.net Git - bacula/docs/commitdiff
update
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 24 Nov 2009 19:45:26 +0000 (20:45 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 24 Nov 2009 19:45:26 +0000 (20:45 +0100)
docs/manuals/en/main/catmaintenance.tex

index da243b0c7b33713eeb904b09ea92093f1d3608b7..b22208e8a0709909c31c57b4fade9b8b8a9e7ad3 100644 (file)
@@ -393,10 +393,12 @@ are created, you can create the two additional indexes using:
 \begin{verbatim}
 psql bacula
 CREATE INDEX file_jobid_idx on file (jobid);
-CREATE INDEX file_fp_idx on file (jobid, pathid, filenameid);
+CREATE INDEX file_jpf_idx on file (jobid, pathid, filenameid);
 \end{verbatim}
 \normalsize
 
+Make sure that you doesn't have an index on File (filenameid, pathid).
+
 \subsection{MySQL Indexes}
 On MySQL, you can check if you have the proper indexes by: