SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for benji-0.2.0-lp150.1.1.noarch.rpm :

* Mon Feb 18 2019 mvetterAATTsuse.com- Update to 0.2.0:
* Fix a big locking design problem.
* Convert valid boolean flag into a status field in versions table. This solves a problem where incomplete backups where marked as valid by a deep-scrub. The new status field can be queried in filter expressions like so: status == \"valid\". Third party scripts might need adjustments.
* All binary keys and salts in the configuration file are now BASE64 encoded instead of using the !!binary YAML extension. This is for better compatibility with 3rd party tools like Helm. User action needed.
* Implement proper handling of datetime columns in filter expressions. Things like date < \"1 day ago\" are now possible.
* Make database migrations work properly again. Database migrations are now an explicit process and not automatic anymore. Use the new database-migrate command.
* When restoring to an existing RBD image discard all existing data before the restore so as not to use more space then needed.
* Increase standards conformance of Benji\'s NBD server (a little bit).
* Convert read cache to use a sharded design to increase scalability.
* Optimize database access pattern when backing up an image with a lot of sparse blocks.
* Optimize database commit handling.
* Implement workaround for SQLite database write access contention problem. Please use PostgreSQL if you\'re planning on having multiple Benji processes running at the same time, SQLite wasn\'t designed for this.
* Mon Feb 18 2019 mvetterAATTsuse.com- Fix build: use python_sitelib macro
* Tue Jan 15 2019 Michael Vetter - Update to first benji release: 0.1.1- Add Requires: python3-semantic_version, python3-ruamel.yaml- Add versions to Requires
* Mon Aug 13 2018 mvetterAATTsuse.com- Create /var/lib/benji- Install sample config file
* Mon Aug 13 2018 mvetterAATTsuse.com- Rename from backy2 to benji as this fork is actively maintained
* Thu Aug 02 2018 mvetterAATTsuse.com- Recommend python3-psycopg2 and python3-boto3
* Thu Aug 02 2018 mvetterAATTsuse.com- Initial package backy2 for openSUSE in version 2.9.17
 
ICM