From: Dan Langille Date: Mon, 22 Oct 2007 22:48:45 +0000 (+0000) Subject: Document the minimum versions of PostgreSQL, MySQL, and SQLite. I've seen X-Git-Tag: Release-3.0.0~2358 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b9560f3a5d7695f01e21bae76ef0df1fb580338e;p=bacula%2Fdocs Document the minimum versions of PostgreSQL, MySQL, and SQLite. I've seen a fair number of people miss this. --- diff --git a/docs/manual/requirements.tex b/docs/manual/requirements.tex index a5c2adc4..8f721412 100644 --- a/docs/manual/requirements.tex +++ b/docs/manual/requirements.tex @@ -19,6 +19,15 @@ MySQL and PostgreSQL, they can all be found in the {\bf depkgs} and {\bf depkgs1} releases. However, most current Linux and FreeBSD systems provide these as system packages. +\item The minimum versions for each of the databases supported by Bacula +are: + + \begin{itemize} + \item MySQL 4.1 + \item PostgreSQL 7.4 + \item SQLite 2.8.16 or SQLite 3 + \end{itemize} + \item If you want to build the Win32 binaries, please see the README.mingw32 file in the src/win32 directory. We cross-compile the Win32 release on Linux. We provide documentation on building the Win32