]> git.sur5r.net Git - bacula/bacula/commitdiff
Update ReleaseNotes
authorKern Sibbald <kern@sibbald.com>
Sat, 21 Feb 2009 15:25:39 +0000 (15:25 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 21 Feb 2009 15:25:39 +0000 (15:25 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8488 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ReleaseNotes
bacula/src/version.h

index a3f7447e099671751bac6b32a2e9fbffa84098c2..0cd7bd0c3e425abbcef1720015f2493949bbdb74 100644 (file)
@@ -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_<database>_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 <bacula>/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 :
 ----------------------
index ae664bb7be64fc67b74ff58f9a2277313ee95c2e..8a77f11df290b3fad4888051aea04e87ca96cabd 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #undef  VERSION
-#define VERSION "2.5.32"
+#define VERSION "2.5.40"
 #define BDATE   "18 February 2009"
 #define LSMDATE "18Feb09"