From: Kern Sibbald Date: Sat, 21 Feb 2009 15:25:39 +0000 (+0000) Subject: Update ReleaseNotes X-Git-Tag: Release-7.0.0~3356 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6bcc8d3a56e2fed7275f96a498ccb87992d1cb2a;p=bacula%2Fbacula Update ReleaseNotes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8488 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index a3f7447e09..0cd7bd0c3e 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -19,7 +19,7 @@ scripts that permit to convert a 2.4.x (version 10) catalog to 2.5.x (version 11). If you are using already a 2.5 version, you can drop the JobHistory table before upgrading your catalog (if you are using the new "long term statistics" module, you can upgrade this table the same way we do with -the Job table, see upgrade__table script). +the Job table, see the src/cats/update_bacula_table script). The upgrade operation will convert the FileId index field of the File table from 32 bits to 64 bits. This operation will take TIME and will *temporarily* @@ -28,6 +28,15 @@ so, won't be able to run jobs during this period. For example, a 3 million file catalog will take 2 mins to upgrade on a normal machine. Don't forget to backup it before executing the script. +If you start from scratch, you don't need to run the update_bacula_tables +script. However, if you are using a version of Bacula older than 2.5.40, +then you need to run the update_bacula_tables script that will be found +in the /src/cats directory after you run the ./configure command. +As mentioned above, before running this script, please backup your +catalog database, and when you do running it, be sure shutdown +Bacula and be aware that running the script can take some time depending +on your database size. + New configure option : ---------------------- diff --git a/bacula/src/version.h b/bacula/src/version.h index ae664bb7be..8a77f11df2 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,7 +3,7 @@ */ #undef VERSION -#define VERSION "2.5.32" +#define VERSION "2.5.40" #define BDATE "18 February 2009" #define LSMDATE "18Feb09"