Skip to content

Instantly share code, notes, and snippets.

@anotherZero
Created September 4, 2017 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anotherZero/f7747a5532ac5e64095b3a8df29408b1 to your computer and use it in GitHub Desktop.
Save anotherZero/f7747a5532ac5e64095b3a8df29408b1 to your computer and use it in GitHub Desktop.
# dump mysql
dump_source_db:
salt.state:
- tgt: {{ source_servername }}
- context:
'databases': 'database_name'
'dump_file': '/tmp/dump.sql.gz'
- sls:
- orch.migrate.db_dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment