Skip to content

sparkfabrik/spark-mysqldup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spark MySQL Dup

Container meant to be run as a job that dumps a MySQL database and copies it into another database.

The container requires the following ENV vars to be set.

# For source DB
SRC_HOST
SRC_NAME
SRC_USER
SRC_PASS
SRC_PORT

# For destination DB
DST_HOST
DST_NAME
DST_USER
DST_PASS
DST_PORT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages