From b9560f3a5d7695f01e21bae76ef0df1fb580338e Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Mon, 22 Oct 2007 22:48:45 +0000 Subject: [PATCH] Document the minimum versions of PostgreSQL, MySQL, and SQLite. I've seen a fair number of people miss this. --- docs/manual/requirements.tex | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.39.5