Bacula Enterprise Edition 10.2.0

10.2.0 otwiera linię 10.2 i ukazało się 13 listopada 2018 r. jako minor release. Najważniejsze zmiany obejmują Bacula Daemon Real-Time Statistics Monitoring; Oracle S3 Cloud driver support oraz Google Cloud driver support.

To wydanie otwiera nową gałąź 10.2 i producent klasyfikuje je jako minor release, dlatego dobrze jest zapoznać się z nowymi funkcjami przed wdrożeniem.

Aktualizację środowisk produkcyjnych warto wcześniej zaplanować, zwłaszcza przy przejściu z dużo starszych wersji. Wydanie dostępne jest dla wszystkich klientów posiadających aktualną subskrypcję Bacula Enterprise Edition dowolnego poziomu oraz dla odbiorców usługi Inteos Backup.

Informacje szczegółowe

             Release Notes for Bacula Enterprise 10.2


============== !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ===================

The Director (Dir) and all Storage Daemons (SDs) must all be upgraded to
version 10.2 because they are not compatible with prior versions.

Catalog format in version 10.0 and greater:
------------------------------------------

The previous major release 10.0.0 of Bacula uses a new catalog format.  We
provide a set of scripts that convert 6.6.x and earlier catalog versions to the
new 10.0.0 format (1020).  Please see the white paper "Migration-to-10.2" for
detailed instructions on the migration process.

The database upgrade from 1019 to 1020 is fast and simple for most users.

The Bacula Enterprise RPM spec files have been modified to detect the database
change and do the upgrade for you (from 8.2, 8.6 and 8.8).  We strongly
recommend that you save a copy of your existing database before upgrading using
RPMs.  If you want to have more control over the catalog upgrade step when
upgrading using RPMs, you may want to contact the Bacula Systems support team
to get the update_bacula_tables script and run it before the RPM installation
step.

If you upgrade BWeb Management Suite from 8.x, you must update the BWeb
SQL tables with the script upgrade-6.0-8.8_postgresql.sql or
upgrade-6.0-8.8_mysql.sql.

If you are starting from scratch, you don't need to run the
update_bacula_tables script because the create_bacula_tables script
automatically creates the tables using the new format.

Restricted Console users must modify their existing Console resources to specify
DirectoryACL=*all* and UserIdACL=*all* in order to continue to use the restore
command. If these two directives are not set, the restore command will return
an error.

On Suse Linux, the Director and the Storage Daemons are now started with the
unix account "bacula". To upgrade a Suse system to Bacula Enterprise 8.8 or
later, the ownership of the Bacula volumes and the configuration files must be
changed to "bacula:bacula" and the PostgreSQL/MySQL configuration may have to
be adapted. More information can be found in the Migration-to-10.2 whitepaper
available in your download area.

Redhat 5, SLES 10, SLES 11, SLES 11.1, SLES 11.2 are no longer supported in
version 10.2. Old filedaemons are still compatible and can be used to protect
these systems.

If you are ugrading from 8.x, please read the ReleaseNotes from the last 10.0
version.

----------------------------------------------------------------

Release 10.2.0 13 November 2018

10.2.0 is a major release.

New Features:
-------------

 - Bacula Daemon Real-Time Statistics Monitoring
 - Oracle S3 Cloud driver support
 - Google Cloud driver support
 - ACSLS Tape changer support
 - Add support for Windows security attributes backup over CIFS

Plugin:
 - Redhat Virtualization System Plugin (rhv)
 - MySQL Percona Plugin enhancements (prepare=sd/fd options)
 - LDAP Plugin AD Tombstone recovery support

BWeb Features:
 - New BWeb Management Suite look & feel
 - New Autocommit option
 - Elements in each page are now loaded asynchronously
 - Errors and warnings are now colorized in the job log window
 - The "run job" wizard has been improved
 - VMware tags support in the scan_datacenter tool
 - Add a logout button when using HTTP basic authentication
 - Add download "bsys_report" option

Misc Features:
 - Add Console ACLs glob pattern support
 - Add support for Windows files with non UTF16 names
 - Add VPN support for BCloud Service
 - Add Index support for Aligned Volumes (vSphere and Exchange plugins)
 - Add support for WORM tapes
 - Add support for SLES15, OpenBSD, Slackware 13

Important Changes:
 - Improvements to Snapshot management on Linux and Windows
 - Swift backup performance improvements
 - Add M_SECURITY messages when incoming connection is bad
 - Add Windows snapshot support to the delta plugin

More information can be found in the "New Features" section of the
main manual.

Known Issues and Workarounds:
-----------------------------

#1723 The hardlinks=yes FileSet option is not compatible with VirtualFull jobs.

  This incompatibility might lead to problems during a restore.
  The error message displayed during a restore job is:

    Error: create_file.c:327 Could not hard link /path: ERR=No such file or directory

  To restore the file correctly, it is required to select the first occurrence
  of the hardlink file in the backup manually. The procedure to distinguish
  hardlinks in the catalog is available from Bacula Systems support team.

#2367 Virtual Full based only on Incremental/Differential issue with Accurate mode.

  VirtualFull jobs based only on Incremental/Differential jobs do not carry
  forward information about deleted files in Accurate mode. The restore of a
  Full job + the VirtualFull job will restore files that were deleted after the
  Full job.

Bugs fixed/closed since last release: