SQL dumper with plugable storage system
1.1K
Automated SQL dumper with plugable storage system
DB_HOST=127.0.0.1 or mysql.company.com or whateverDB_USER=userDB_PASSWORD=passwordDB_NAME=db_testDUMPER_DUMP_DIR=temporary location of the dumpDUMPER_ENV=environment of system, require to generate the name of dumpDUMPER_BACKEND=backend use to persist the dumpdocker run pumpkinseed/dumper // ADD THE DETAILS FROM ABOVE
dumper:
container_name: dumper
image: pumpkinseed/dumper
environment:
DB_HOST: mysql
DB_USER: user
DB_PASSWORD: password
DB_NAME: db_test
GOOGLE_APPLICATION_CREDENTIALS: '/etc/creds.json'
DUMPER_ENV: staging
DUMPER_BACKEND: gcs
DUMPER_GCP_PROJECT: project
volumes:
- ./creds.json:/etc/creds.json
GOOGLE_APPLICATION_CREDENTIALS=/etc/creds.jsonDUMPER_GCP_PROJECT=projectContent type
Image
Digest
Size
10.1 MB
Last updated
over 6 years ago
docker pull pumpkinseed/dumper