]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
update ReleaseNotes
[bacula/bacula] / bacula / ReleaseNotes
1
2                Release Notes for Bacula 5.2.0 Beta 1
3
4   Bacula code: Total files = 1,110 Total lines = 231,439 (Using SLOCCount)
5
6 General:
7 --------
8
9 This 5.2.0 version is a major release since the last version 5.0.3.
10 It includes well over 50,000 lines of changes and a number of important
11 new features:
12
13 Compatibility:
14 --------------
15  As always, both the Director and Storage daemon must be upgraded at
16  the same time.
17
18  The new pruning algorithm will not allow to prune jobs that are essential to
19  restore since the last Full backup.  (TODO: see for an option...)
20
21  Older 5.0.x and 3.0.x File Daemons are compatible with the 5.2.0
22  Director and Storage daemons. There should be no need to upgrade older File
23  Daemons.
24
25 Changes:
26
27 Speed and Memory Usage Enhancements:
28 - Implement LZO compression algorithm
29 - New Pruning algoritm -- safer and faster
30 - Use of PostgreSQL cursor when doing large queries, should reduce the
31   memory usage during restore and accurate backups.
32 - limit command in some list commands
33 - Bacula Virtual File System for fast catalog access
34 - Faster crc32 algorithm
35
36 Security Enhancements:
37 - Additional security against injection of illegal characters
38 - Possible fnmatch problem
39
40 Features Enhancements:
41 - Improvements in ACL and xattr handling on additional platforms:
42   AIX, Darwind, FreeBSD, HPUX, IRIX, Solaris, Tru64
43 - Tray monitor for Windows
44 - New SQL backend and ./configure that permits building multiple catalog
45   backends in one build, and has the main Bacula core code totally independent
46   of the SQL backend, which should simplify packaging (only the
47   libbacsql.so/dll needs to be changed.
48 - Indent lsmark during restore
49 - Disable batch insert config item
50 - Director selection option in bconsole
51 - restorejob command in bconsole
52 - Many additional features for bat such as "brestore" panel
53 - Improved hash table for hard links
54 - Additional script variable editing such as %b (JobBytes), %F (JobFiles) 
55   and %h (Client Address)
56
57 Other Enhancements:
58 - Includes better handling for Windows repares points, mount points, and 
59   junction points.
60 - New database format
61 - Many new plugin API features
62 - Improved memory handling for restores
63 - Significant stability enhancements to bat
64 - A few path name length limits in Windows have been removed.
65
66 Bug fixes
67
68
69 ===========================================================================
70
71 This 5.0.3 version is significant bug fix update to version 5.0.2.
72 It includes new code and some new features.
73 There is no database change since prior versions of 5.0.
74
75 Note, if you are running 5.0.0, read the 5.0.1 and 5.0.2 release notes below in
76   the 5.0.1 release section.
77   Important!!!
78
79 Compatibility:
80 --------------
81  As always, both the Director and Storage daemon must be upgraded at
82  the same time.
83
84  Older 5.0.x and 3.0.x File Daemons are compatible with the 5.0.3
85  Director and Storage daemons. There should be no need to upgrade older File
86  Daemons.
87
88 Changes and New Features:
89 - If a VSS (Windows) snapshot fails, the whole Job is failed, previously
90   it printed a warning message and continued.
91 - New editing codes %b = Job Bytes and %f = Job Files for runscripts
92 - Any non-Bacula project plugins (i.e. third party plugins) 
93   must be upgraded to specify AGPLv3 in place of the GPLv2 used previously 
94   for the PLUGIN_LICENSE.
95 - The bat Media page text columns can be sorted by clicking on the column.
96 - If possible, the SD will automatically update the catalog Volume size if 
97   it does not match the Volume size. The mismatch between the Volume sizes
98   typically occurs when the FD has a comm line drop or the FD crashes.
99
100
101 Bug fixes
102 1538 1554 1564 1567 1568 1569 1571 1577 1581 1582 1587 1594 1595 1606 1610
103
104 - Change license from GPLv2 to AGPLv3
105 - Make Win32 no filesystem change more explicit
106 - Backport Branch-4.0 release to Branch-5.0
107 - Massive backport from Branch-5.1 to Branch-5.0
108 - Fix postgresql catalog creation when version is not on the first line
109 - Fix bug #1610 handle empty xattr values on Linux and xBSD.
110 - Garbage collect memory pool at end of job and before sm_dump
111 - Add xattr seg fault protection suggested by Marco for bug #1610
112 - Add archlinux to os.m4
113 - More fixes for 32/64 bit problems in smartall
114 - Fix 32/64 bit problem in smartalloc dump routine
115 - Fix bad copy/paste in commit c88dccb88 prably a seg fault
116 - Add .dump and .exit commands for daemons
117 - Make SD automatically fix the Volume size in the Catalog when out of sync
118 - Use Pmsg in smartall.c rather than printf for tracing Windows
119 - Up maximum block size to 20M
120 - Fix for TLS bugs #1568 and #1599
121 - Improve comm line error handling for TLS, may fix bug #1568 and #1599
122 - Fix problem when sending Cancel event to plugin
123 - Convert all Jmsg on the watchdog thread to Qmsg
124 - Fix SD crash due to mismatched lock/unlock in error condition
125 - Fix bug #1587 if you have clients with different catalogs configured, both 
126   catalogs contains all clients after a reload or restart of the dir
127 - Fix bug #1577 During migration: ERROR in block.c:950 Failed ASSERT: dev->is_open() 
128   by moving and commenting out the ASSERT()
129 - Skip HB kill in FD if HB thread terminated
130 - Fix crash from unequal volume_lock/unlock calls
131 - New prunning algorithm -- should be more accurate
132 - Save any dumps during regression to dumps directory
133 - Fix crash from rw_lock/unlock miss match
134 - Attempt to fix duplicate job kill seg fault
135 - Replace pthread_kill by my_thread_send_signal() in jcr.c
136 - fix #1595 about batch mode detection problem for postgresql with non standard 
137   install dir
138 - Fix #1594 about prune copy jobs
139 - Apply literal string fix in printf submitted by Luca Berra
140 - Fix bug #1582 Restore from multiple storage daemons breaks subsequent backups
141 - Fix segfault on "cancel jobid=" command
142 - Fix bug #1554 Windows installer doesn't honor /S flag
143 - Remove pool zap code that breaks 2drive-concurrent-test
144 - Fix #1571 and install libraries with 755 perms
145 - Fix bug #1581 ASSERTs in src/dird/jobq.c can never trigger
146 - Fix problem with BaseJob and Accurate FileSet options on client side
147 - Fix for bug #1569 deadlock/crash in Dir
148 - Fix segfault when loading Plugins
149 - Fix #1567 about display of long volume names truncated during restore
150 - Added new bacula-libs package.
151 - Fix bug #1538 Start Scripts return incorrect value
152 - Fix bug #1564 init scripts not LSB compliant
153
154 See ChangeLog for more details.
155
156 =============================================================================
157
158
159 ============= Release 5.0.2 ========================
160
161 Changes since 5.0.1
162 -------------------
163
164 Bug fixes
165 1502 1511 1517 1524 1527 1532 1536 1541 1549 1551 1553 1559 1560
166
167 - Probable fix for SD crash bug #1553
168 - Fix #1559 problem when restoring pruned jobs with a regexp
169 - Fix for bug #1560 bcopy cannot find Volume
170 - Fix cancel crash bug #1551
171 - Check if sql backend is thread-safe
172 - Correct Pool display in SD status. Fixes bug #1541
173 - Fix cancel crash reported by Stephen Thompson
174 - Rewind on close to fix #1549
175 - Remove closelog() in bpipe fixes bug #1536
176 - Fix #1517 about missing Base level in .level command
177 - Replace ASSERT in block.c with fail Job
178 - Fix database locking calling db_lock and returning from function without
179   calling db_unlock.
180 - Add missing db_unlock to bvfs_update_cache.
181 - Fix #1532 about permission on binaries
182 - Fix #1527 about deadlock during migration
183 - Another fix for OpenSSLv1
184 - Add -lrt to Solaris links
185 - Fix tls.c for OpenSSLv1
186 - Fix #1511 when trying to insert more than 50.000 directories in bvfs
187 - Fix plugin load not to stop if one plugin bad -- pointed out by James
188 - Remove --without-qwt from configure statement.
189 - Second correct fix to bug #1524 verify fails after adding or removing files
190 - Fix bug #1524 verify fails after adding or removing files
191 - Apply fix suggested by Andreas in bug #1502 for mediaview column sort problem
192 - Fix OpenSSL 1.x problem in crypto.c on Fedora 12
193 - Display AllowCompress warning message only if compression used in FileSet
194
195 =============================================================================
196
197
198 ============= Release 5.0.1 ========================
199
200 !!!!!!!!!!!!!!! NOTE FOR 5.0.0 USERS !!!!!!!!!!!!!!!!!!!!
201 The Allow Duplicate Jobs directive has been significantly 
202 reworked, and the default value has changed. See below.
203
204 Truncate On Purge has been totally rewritten. See the new
205 features section of the manual.
206
207 When Volume Poll Interval is set in the SD DEVICE configuration,
208 (default 5 mins), after a certain number of polling tries (approx
209 10) polling will stop and the operator will be asked to
210 resolve the problem.  Previously there was no limit, and an
211 error message could be produced at each poll attempt.
212 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
213
214 Changes since 5.0.0
215 -------------------
216 - We believe that we have resolved most of the problems
217   concerning canceled or failed jobs being "stuck" in the
218   Director.  There is one outstanding problem in the SD when
219   canceling jobs that we will fix in the next major release.
220   If you see jobs that seem to be stuck, in general issuing
221   a cancel command in bconsole should now make them go away.
222
223 Directives:
224 - The default for "Allow Duplicate Jobs" has been changed from 
225   no to yes.  If you use this directive, please check your
226   conf file, and note the next two items !!!!!!!!!!!!!!!!!!!
227 - AllowHigherDuplicates disabled. It did not work as documented   
228     and was confusing.
229 - New directive "CancelLowerLevelDuplicates" See New Features
230   section in the manual.
231 - Truncate on Purge rewritten.  See New Features section in the manual.
232
233 Bug fixes:
234 1448 1466 1467 1468 1476 1481 1486 1488 1494 1497 
235 1499 1501 1505 1509 1513
236
237 - Ensure SD asks for help when looping even if poll set. Fixes bug #1513.
238 - Fix three-pool regress bug
239 - Modify bacula.spec fixes bug #1505
240 - This version fixes an issue where the console window would start out
241   docked. It is fixed by initiating the variables in the Pages class wi
242   constructor.
243 - Fix make_catalog_backup.pl fails when catalog db is on other host
244 - Apply MacOSX installer patch from bug #1509
245 - Apply fix to previous fix of Copy problem. Fix proposed by reporter o
246   #1476
247 - Fix bug #1501 -t does not print errors
248 - Apply SQLite3 update fix from bug #1497
249 - Apply bashism fix for diskchanger.in script from bug #1499
250 - Apply rpm fix for Sci Linux from bug #1494
251 - Take most recent Ukranian po from bug #1448
252 - Probable fix for Copy/Migration bug #1476
253 - Fix bug #1488 -- avoid recursion and race conditions in messages.c
254 - Upgrade cats library also to 5.0.0
255 - Fix missing console page in bat
256 - Add bat help files to Window install
257 - Improve Windows upgrade to ensure old FD is shutdown
258 - Fix bug #1481 -- bat consumes all console file descriptors
259 - Backport truncate on purge from 5.1.x
260 - Fix bug #1486 -- bat doesn't show any errors on command-line
261 - Update the bsock error URL
262 - Correct .my.cnf umask in make_catalog_backup.pl
263 - Apply fix for dbcheck use by make_catalog_backup.pl
264 - Fix seg fault in bscan from new comment field
265 - Allow multiple CNs when using TLS
266 - Fix seg fault in SQlite driver
267 - Make shared libs version the same as the Bacula release version
268 - Remove file_index sequential check
269 - Fix #1466 about Bogus pruning message
270
271 For Packagers:
272 1.  The default query.sql file is now, except for some comments, empty.
273 The old file, which we no longer support (it is impossible or difficult to
274 make it work on every backend, and the queries are mostly contributed) can
275 be found in <bacula-source>/examples/sample-query.sql.  The sample file is
276 not installed by the Makefiles
277
278 2.  When you install the mtx-changer script, you must also install
279 mtx-changer.conf if it does not exist.  This new file (mtx-changer.conf) is
280 required for mtx-changer to work, but it is a user configurable file, so on
281 any update, any existing file should not be overwritten.
282
283 3.  Bat should be built on every platform that is capabable of running Qt.
284 However, the Qt code is changing rather quickly and is not always
285 compatible from version to version.  We have built and verified bat on Qt
286 4.3.4.  We strongly recommend that you do not build and distribute bat with
287 any other version of Qt unless you personally test it.  To build against Qt
288 4.3.4, download the depkgs-qt package from the Bacula Source Forge download
289 location, read the README file and follow the instructions.
290
291 If you are building for Bacula version 5.0.0, please ensure that you do not
292 have qmake-qt4 loaded on your system.  If you do, either remove it or
293 rename it before trying to build bat.  If you do not, bat will probably be
294 built using the shared objects on your system.  For Bacula 5.0.1 and later,
295 this problem (bug) does not exist.
296
297 depkgs-qt does not install Qt on your system, nor does it interfere with
298 you having any other version of Qt installed on your system.  Once you
299 build bat with depkgs-qt, it should *not* use the Qt shared objects, but
300 rather they will be linked into the program.  After fully installing bat
301 (make install), you can run "ldd bat" to see what shared objects it will
302 use.  If any Qt shared objects are referenced, something has gone wrong.
303
304 4.  Unless absolutely necessary, we recommend that you do not define any
305 special library environment variables that apply to the ./configure -- for
306 example: LIBDIR=/...  ./configure <your-options> is strongly discouraged.
307 Doing so, could potentially cause Bacula to be linked against the wrong
308 shared objects.
309
310 5.  The Bacula project strongly recommends that you install Bacula into a
311 single directory, with a few minor exceptions such as the MySQL or
312 PostgreSQL databases.  Preferrably this should be /opt/bacula.  The full
313 recommendation is:
314
315 #!/bin/sh
316 # Recommended configure script for Bacula
317 prefix=/opt/bacula
318 email=xxx@yyy.zz
319 CFLAGS="-g -O2 -Wall" \
320   ./configure \
321     --sbindir=${prefix}/bin \
322     --sysconfdir=${prefix}/etc \
323     --docdir=${prefix}/html \
324     --htmldir=${prefix}/html \
325     --with-working-dir=${prefix}/working \
326     --with-pid-dir=${prefix}/working \
327     --with-subsys-dir=${prefix}/working \
328     --with-scriptdir=${prefix}/scripts \
329     --with-plugindir=${prefix}/plugins \
330     --libdir=${prefix}/lib \
331     --enable-smartalloc \
332     --enable-tray-monitor \
333     --enable-bat \
334     --with-mysql \
335     --with-dump-email=${email} \
336     --with-job-email=${email} \
337     --with-smtp-host=localhost \
338     --with-baseport=9101
339
340 Obviously, the email, and some of the minor options (mysql, postgresql,
341 ...) can be changed to suit your distribution, but the directory names
342 defined above are strongly recommended, and over time the default values in
343 the bacula-dir.conf and bacula-sd.conf will reflect these choices.
344
345 If you have any questions about this or would like a detailed document
346 describing our recommendations including packaging requirements, please
347 send an email to the bacula-devel list.
348
349 6.  Starting with Bacula version 3.0.0 up to Bacula 5.0.0, the shared
350 libraries that Bacula uses by default are named xxx-1.0.0.  Starting with
351 Bacula 5.0.1, we are going to name the libraries using the Bacula version.
352 So in Bacula 5.0.1, the libraries will be named xxx-5.0.1.  With future
353 versions, the last digit may or may not change when we distribute patch
354 updates (i.e.  the last digit of the version changes).  This will depend on
355 whether or not we have changed something in the library.  Hopefully this
356 new procedure will resolve some of the incompatibility problems between
357 different versions of the shared objects.
358
359 7.  The default build option for bconsole is conio (my own little console
360 routines).  I did this because some years ago, readline was very difficult
361 to maintain -- it and where it was found seemed to change on every release.
362 This generated at the time a number of support problems.  It seems to me
363 that since then there have been very few problems with readline.  As a
364 consequence, I have no problem if you want to make bconsole with readline
365 enabled.  It will actually give some very nice new bconsole command
366 completion functionality that Eric has written.  Bottom line: feel free to
367 use readline or not as you please.
368
369 ==========================================================
370
371
372
373 Release Notes for Bacula 5.0.0
374
375 Release Numbering:
376 -----------------------------------------------------------
377 You might be wondering why this release jumps from 3.0.x to 
378 5.0.0 thus skipping version 4.0.0.  We have done this for 
379 several reasons: first, we wanted a way of distinguishing
380 the numbering system for the Bacula System Enterprise version
381 and the Bacula Project version.  So, to do so, we have decided
382 that the first number of the Bacula Project version will always
383 be odd, and the first number of the Enterprise version will always
384 be even. Thus the Bacula Project now moves from 3.0.x to 5.0.x.
385 In addition, we want to keep the Bacula Project version larger
386 than the Enterprise version to indicate that the Bacula Project
387 version is more advanced or has more features than the 
388 Enterprise version. For memory, the current Enterprise version
389 is 2.6.1, and the next release (in a few months -- before June 2010)
390 will be version 4.0.0.
391
392 Warning:
393 --------------------------------------------------------------
394 Please note the three Warnings below before doing any install or
395 upgrade.
396        
397
398 Changes since 3.0.3a (the last Bacula Project release):
399 -------------------------------------------------------
400
401 Bug fixes:
402 1337 1351 1352 1354 1357 1361 1367 1369 1370 1373 
403 1376 1391 1403 1409 1420 1422 1427 1428 1431 1450 
404 1454 1455 1458 1456
405
406 Fixed:
407  - Problem that locks the Director when the SMTP server wasn't 
408    responding to the bsmtp program 
409  - Restore's dir command shows incorrect file sizes 
410  - Fix various problems with the reload command   
411  - Fix problems with conio
412  - Eliminate several deadlocks or potential race conditions from SD
413
414 Enhancements:
415  - Project 5: Truncate volume after purge
416  - Project 6: File Deduplication using Base Jobs 
417  - Project 10: Restore from Multiple Storage Daemons
418  - Project 11: AllowCompression per Device
419  - Project 23: Add Maximum Concurent Jobs for Devices to balance load 
420    between drives
421  - Add Accurate Fileset Options to configure accurate detection. Can use 
422    checksum verification for example.
423  - Allow FD to keep root read but drop write permission (CAP)
424  - Secure handling of passwords for catalog backup
425  - Add Tab-completion for Bconsole when using Readline
426  - Add Bvfs API to query the catalog without building a memory tree
427  - Add new speed test to btape program
428  - Add new Bat screens (Autochanger content, Job view, Media view, ...)
429  - Windows version of Bat
430  - Added Spanish Bacula translation   
431  - New bconsole -u nnn option to have timeout on commands
432  - Allow Migrate, Copy, and Virtual Full to read and write
433    to the same Pool
434  - show disabled   -- shows disabled Jobs
435  - Add Pool File and Job retention periods (take precedence over Client)
436  - Many ACL improvements
437  - Level added to FD status Job entry
438  - Allow turning on/off Block Checksum per device
439  - Set Device Poll interval to 5 minutes -- previously did not poll
440  - Implement lock manager with bad order protection
441
442 Compatibility:
443 As always, both the Director and Storage daemon must be upgraded at
444 the same time, and on any given machine, you must run only one version
445 of Bacula. This means that on the Director and Storage daemon machines,
446 you *must* upgrade your File daemon as well.
447
448 Older 3.0.x and possibly 2.4.x File Daemons are compatible with the 5.0.0
449 Director and Storage daemons. There should be no need to upgrade older File
450 Daemons immediately. However, we recommend that you do so as soon
451 as is reasonable for your situation.
452
453 ================== Warning !!!!!! ==========================
454
455 New Catalog format in version 5.0.0 (3.1.9 or later)
456 -----------------------------------------------------
457
458 This release of Bacula uses a new catalog format. We provide a set of
459 scripts that permit to convert a 3.0.x (version 11) catalog to 5.0.0 (version
460 12).  The Bacula project rpms distributed on Source Forge will automatically
461 detect the database change and do the upgrade for you.  We strongly
462 recommend that you save a copy of your existing database before upgrading
463 using rpms.
464
465 The simplest way to upgrade the database assuming you are building from
466 source:
467 1. Stop any current version of Bacula from running.
468 2. Save a copy of your existing database.
469 3. Configure, build, and install the 5.0.0 version of Bacula
470    Note the new ./configure options in the manuals see the link
471    at the bottom of this file.
472 4. cd <your-scripts-installation-directory>
473 5. ./update_bacula_tables
474 6. If you have multiple catalogs, edit the update_bacula_tables
475    script and put the name of another database, and then
476    execute the script again. Repeat this until all Bacula
477    catalogs have been updated.
478 7. Start the new Bacula.  If everything worked, it should
479    not print any error messages.
480
481 If you start from scratch, you don't need to run the update_bacula_tables
482 script because the create_bacula_tables script automatically creates the new
483 table format.  However, if you are using a version of Bacula older than 3.1.9
484 (e.g.  3.0.3) then you need to run the update_bacula_tables script that will
485 be found in the <bacula>/src/cats directory after you run the ./configure
486 command.  As mentioned above, before running this script, please backup your
487 catalog database, and when you do running it, be sure shutdown Bacula and be
488 aware that running the script can take some time depending on your database
489 size.
490 ================================================================
491
492
493 ================== Warning !!!!!! ==========================
494 If you upgrade a previous Win32 client installation, you must
495 first stop the File daemon, then uninstall it before attempting
496 the upgrade. If you do not do so, the upgrade will probably
497 fail and you will need to manually find and run the 
498 Uninstall.exe file, before you can upgrade to the new version.
499 This is because the file locations are different.  If you want
500 to save your previous bacula-fd.conf file, please do so before
501 uninstalling it.
502 ================================================================
503
504 ================== Warning !!!!!! ==========================
505 Due to permissions problems on Windows Vista and later systems,
506 we no longer require SYSTEM or Administrator permissions to 
507 access the binaries and configuation files.  If you wish
508 to restrict access to these files, please see the New Features
509 section of the manual for how to set access control lists.
510 ================================================================
511
512 Note, the Win32 Installer no longer installs the Bacula Servers
513 (Director and Storage daemon). See the New Features section of
514 the manual for more details.
515
516 ============ Documentation improvements needed ==================
517
518 Note!!!!! The 5.0.0+ documentation has a number of known problems:
519
520 1. We have reduced the number of manuals, which has fixed many
521    of the broken links found in the old 3.0.x version, but there
522    are still some that need fixing.
523
524 2. Integration of the 3.0.x features into the main manuals has
525    not yet been done.
526
527 The documentation will not be completed in the near future due to lack
528 manpower.  If you are unhappy with this situation as we are, we suggest
529 you help by submitting patches to the documentation.  Thanks.
530 =====
531
532
533 This release includes large number of new features and changes.
534 It should be more or less compatible with previous xx.conf files
535 and File daemons providing that you are not using any of the new
536 features.
537
538 Please see the New Features chapter of the new manual, which documents
539 some but not all the new features (we are still working on it):
540
541 http://www.bacula.org/5.0.x-manuals/en/main/main/New_Features_in_5_0_1.html
542   
543 The ChangeLog has more details.