Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.
/ mysql-s3 Public archive

Schedule backup MySQL database to S3 compatible storage.

License

Notifications You must be signed in to change notification settings

joshava/mysql-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql-s3

License Travis CI Docker Pull Docker Star Docker Size Docker Layer

Schedule backup MySQL database to S3 compatible storage.

Usage

version: "3"

services:
  mysql:
    image: mysql:5.7
    environment:
      MYSQL_ROOT_PASSWORD: root
      MYSQL_DATABASE: db
      MYSQL_USER: abc
      MYSQL_PASSWORD: abc
  backup:
    image: joshava/mysql-s3
    environment:
      MYSQL_HOST: mysql
      MYSQL_DATABASE: db
      MYSQL_USER: abc
      MYSQL_PASSWORD: abc
      S3_ACCESS_KEY: <YOUR_KEY>
      S3_ACCESS_SECRET: <YOUR_SECRET>
      S3_BUCKET: <YOUR_BUCKET>
      S3_REGION: sfo2
      S3_ENDPOINT: https://sfo2.digitaloceanspaces.com
      S3_PREFIX: db
      PERIOD: "* 0 * * *"
      RUN: "true"

About

Schedule backup MySQL database to S3 compatible storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published