-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,13 @@ | ||
|
||
This is a new feature and bug fix release. We prepared two new Bacularis plugins: | ||
MySQL and MariaDB database backup plugins. Using them there is possible to do | ||
the databases backup in various ways: dump backup (in three variants), binary physical | ||
online backup, backup for Point-in-Time Recovery (PITR), file backup for crucial | ||
database server files. This two plugin solution also introduces real incremental | ||
and differential database backups for the dump backup method. We are very glad | ||
that we provides these plugins for the Community. More information about | ||
the database plugins you can find in the Bacularis documentation. | ||
|
||
Besides new plugins, we also did some changes and small improvements in the | ||
deployment process. At the end we fixed a couple of bugs reported by the Community. | ||
|
||
## Main changes | ||
This is a bug fix release. We fixed bugs reported by Community. Apart from that | ||
we prepared changes to support openSUSE / SLES binary packages. At the end | ||
we did improvements in the deployment function and we updated the SELinux policy | ||
module. | ||
|
||
**Changes** | ||
|
||
* Add restore to original location in restore wizard | ||
* Add window in fileset config page for setting up Bacula backup plugins | ||
* Add reinstall parameter to deploy Bacularis and Bacula using deb packages | ||
* Use sorting in the plugin and config lists | ||
* Remove repository key after successful copying it to destination host | ||
* Move Web plugin base part to common module | ||
* Fix restore wizard error if plugin config not exists | ||
* Fix hanging the deployment process in some cases | ||
* Fix sources.list entry in deploying Bacularis on DEB-based systems | ||
* Add Fedora 41 repository support in OS profiles | ||
* Add postgresql-contrib installation | ||
* Fix PHP error in restore wizard if no job is selected to restore. | ||
* Disable PHP-CS-Fixer rule for blank lines | ||
|