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