]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
Technotes tweaks
[bacula/bacula] / bacula / ReleaseNotes
1
2        Release Notes for Bacula 2.5.40
3
4   Bacula code: Total files = 522 Total lines = 204,340 (*.h *.c *.in)
5
6 The diff between 2.4.4 and 2.5.x is 208,340 lines, so this release
7 represents an enormous effort.
8
9 This Director and Storage daemon must be upgraded at the same time,
10 but they should be compatible with all 2.4.x File daemons, unless you
11 use some of the new features that affect the FD.  In other words, you should
12 not have to upgrade all your File daemons when you upgrade. However, the next
13 BETA release (after version 2.5.40) will require a database upgrade.
14
15 ================== Warning !!!!!! ==========================
16
17 New Catalog format in version 2.5.40
18 ------------------------------------
19
20 This BETA release of Bacula uses a new catalog format. We provide a set of
21 scripts that permit to convert a 2.4.x (version 10) catalog to 2.5.x (version
22 11). If you are using already a 2.5 version, you can drop the JobHistory
23 table before upgrading your catalog (if you are using the new "long term
24 statistics" module, you can upgrade this table the same way we do with 
25 the Job table, see the src/cats/update_bacula_table script).
26
27 The upgrade operation will convert the FileId index field of the File table
28 from 32 bits to 64 bits.  This operation will take TIME and will *temporarily* 
29 DOUBLE THE SIZE of your catalog. Bacula must be shutdown during this update,
30 so, won't be able to run jobs during this period.  For example, a 3 million files
31 catalog will take 2 mins to upgrade on a normal machine.  Don't forget to
32 backup it before executing the script.
33
34 If you start from scratch, you don't need to run the update_bacula_tables
35 script.  However, if you are using a version of Bacula older than 2.5.40,
36 then you need to run the update_bacula_tables script that will be found
37 in the <bacula>/src/cats directory after you run the ./configure command.
38 As mentioned above, before running this script, please backup your 
39 catalog database, and when you do running it, be sure shutdown
40 Bacula and be aware that running the script can take some time depending
41 on your database size.
42
43
44 New configure option :
45 ----------------------
46
47 This BETA release of Bacula 2.5.x development code uses libtool
48 to generate the Bacula libraries as shared objects rather than
49 being directly linked in as in prior versions.  This means that
50 the Bacula shared objects, must either be in a shared object 
51 directory known to the loader or they must be in the directory
52 where the Bacula binaries are installed.  It is also possible
53 to explicitly specify the libraries directory on the ./configure
54 line (--libdir=/full-path/dir), but this should not be necessary.
55
56 If you have problems with libtool or you wish to use the old 
57 way of building static libraries, you can do so by disabling 
58 libtool on the configure command line with:
59
60   ./configure --disable-libtool
61 ==============================================================
62
63 This release includes large number of new features and changes.
64 It should be more or less compatible with previous xx.conf files
65 and File daemons providing that you are not using any of the new
66 features.
67
68 Please see the New Features chapter of the new manual, which documents
69 some but not all the new features (we are still working on it):
70
71 http://www.bacula.org/manuals/en/concepts/concepts/New_Features.html
72   
73 The ChangeLog has more details.