This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
Releases: orange-cloudfoundry/db-dumper-service
Releases · orange-cloudfoundry/db-dumper-service
Release 1.3.2 db-dumper-service
Changes:
- Switch to new spring-cloud-s3-connector ( Mostly to use latest jcloud 2.0.0)
- Use latest stable spring 1.4
Fixed bugs:
- Download large file is now fixed see commit cc0333b
Release 1.3.1 db-dumper-service
Release 1.3.0 db-dumper-service
Improvements:
- Dumps are now linked to a service instead of database
- Ability to pass tags when creating a dump (see: doc create-a-dump-and-tag-it
- Ability to see all dumps for a database when binding ( see: doc see-all-dumps-during-binding)
- Can filter by tags when binding (see: doc see-dumps-filtered-by-tags-during-binding)
- Add metrics about db-dumper in actuator endpoint (e.g.: db-dumper-service.domain.com/admin/metrics )
Changes:
- we use default mechanism provided by the java buildpacks to trust certificate (see the change here)
WARNING FOR USER WHO HAVE ALREADY A DB-DUMBER SERVICE DEPLOYED
Model has changed and you could not see dumps when using binding (e.g.: create service key) to see them you can use this mechanism: https://github.com/orange-cloudfoundry/db-dumper-service#see-all-dumps-during-binding
Release 1.2.2 db-dumper-service
Improvements:
- add recommended options for mysql and postgres dump
Release 1.2.1 db-dumper-service
Bug fixes:
- Fix memory leak
- Fix getting database service when no description is set in last operation
Release 1.2.0 db-dumper-service
Fix many bugs
Support fully:
- PostgreSQL
- MongoDB
- Redis
(Mysql was already fully supported)
Release 1.1.0 db-dumper-service
Feature:
- User can pass a service name to create or/and restore database
Pre-implementation:
- Quota and cost (user can pass over limitation)
Release 1.0.1 db-dumper-service
Feature:
- parametric service definition id for register multiple db-dumper-service insde a same Cloud Foundry
First release of db-dumper-service
Features:
- An async cloud foundry service broker
- Can create dump for multiple databases
- Can restore dump for multiple databases
- Storage in S3
Available databases:
- mysql
- postgres
- mongodb