db-dumper-service icon indicating copy to clipboard operation
db-dumper-service copied to clipboard

A Cloud Foundry service broker to dump and restore database on demand

Results 6 db-dumper-service issues
Sort by recently updated
recently updated
newest added

Dependabot couldn't authenticate with http://repo.spring.io/release. You can provide authentication details in your [Dependabot dashboard](https://app.dependabot.com/accounts/orange-cloudfoundry) by clicking into the account menu (in the top right) and selecting 'Config variables'. [View the...

``` -----> Downloading Maria Db JDBC 2.4.0 from https://java-buildpack.cloudfoundry.org/mariadb-jdbc/mariadb-jdbc-2.4.0.jar (found in cache) [...] 0 of 2 instances running, 1 starting, 1 crashed FAILED Error restarting application: Start unsuccessful [...] Caused...

db-dumper-services makes heavy usage of CC API V2: * service key management https://github.com/orange-cloudfoundry/db-dumper-service/blob/de1c86b5155f862e29b24e341946da5dc677dd53/src/main/java/com/orange/clara/cloud/servicedbdumper/service/servicekey/CloudFoundryServiceKeyManager.java * service offering (name and label) https://github.com/orange-cloudfoundry/db-dumper-service/blob/de1c86b5155f862e29b24e341946da5dc677dd53/src/main/java/com/orange/clara/cloud/servicedbdumper/dbdumper/DatabaseRefManager.java#L158-L160 * service instance permission https://github.com/orange-cloudfoundry/db-dumper-service/blob/de1c86b515/src/main/java/com/orange/clara/cloud/servicedbdumper/security/useraccess/CloudFoundryUserAccessRight.java#L39 Potentially further calls to be...

Observed db-dumper to fail with the following user-facing symptoms ``` cf create-dump pad-mysql Error: Server error, status code: 502, error code: 10001, message: Service broker error: Access token denied. Tip:...

In `db-dumper-service/bin/install-binaries` you define ``` mysql_version="5.7.16" mysql_global_version="5.7" mariadb_version="10.2.10" mongodb_version="3.3.2" postgresql_version="9.6.1" ``` The cf-mysql bosh Release is on MariaDB 10.1.x and not 10.2.

curl -L "https://github.com/Orange-OpenSource/db-dumper-cli-plugin/releases/download/v1.4.2/db-dumper_linux_amd64" -o db-dumper-plugin ```sh $ curl -L "https://github.com/Orange-OpenSource/db-dumper-cli-plugin/releases/download/v1.4.2/db-dumper_linux_amd64" -o db-dumper-plugin $ md5sum db-dumper-plugin e298542cc92d28f05b5a643bd328808d db-dumper-plugin $ ls -al db-dumper-plugin -rwxrwxr-x 1 guillaume guillaume 9961627 sept. 1 10:11 db-dumper-plugin...