Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Releases: orange-cloudfoundry/db-dumper-service

Release 1.3.2 db-dumper-service

13 Dec 18:14
Compare
Choose a tag to compare

Changes:

Fixed bugs:

  • Download large file is now fixed see commit cc0333b

Release 1.3.1 db-dumper-service

22 Nov 16:09
Compare
Choose a tag to compare

fixed bugs:

  • High UAA access token/refresh token creation rate much shorter than refresh validity #6
  • incompatiblity wih p-mysql #5
  • Scheduled tasks prepared requests stop colliding #7

Release 1.3.0 db-dumper-service

21 Sep 16:05
Compare
Choose a tag to compare

Improvements:

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

13 Sep 11:57
Compare
Choose a tag to compare

Improvements:

  • add recommended options for mysql and postgres dump

Release 1.2.1 db-dumper-service

16 Aug 12:56
Compare
Choose a tag to compare

Bug fixes:

  • Fix memory leak
  • Fix getting database service when no description is set in last operation

Release 1.2.0 db-dumper-service

24 Jun 10:23
Compare
Choose a tag to compare

Fix many bugs

Support fully:

  • PostgreSQL
  • MongoDB
  • Redis

(Mysql was already fully supported)

Release 1.1.0 db-dumper-service

26 Feb 12:05
Compare
Choose a tag to compare

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

09 Feb 18:24
Compare
Choose a tag to compare

Feature:

  • parametric service definition id for register multiple db-dumper-service insde a same Cloud Foundry

First release of db-dumper-service

01 Feb 11:19
Compare
Choose a tag to compare

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