Skip to content
Snippets Groups Projects

mysqldump params can be customized in jobs/env

Merged Hahn Axel (hahn) requested to merge mysqldump-options into master
3 files
+ 28
7
Compare changes
  • Side-by-side
  • Inline

Files

jobs/env_defaults 0 → 100644
+ 21
0
#!/bin/bash
# ----------------------------------------------------------------------
#
# DEFAULTS !!! Do not edit this file !!!
# Overide customizations in file "env" (maybe copy env.dist to env first)
#
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
# Localdump
# ----------------------------------------------------------------------
# mysql
LD_MYSQL_DUMP_PARAMS="--opt \
--default-character-set=utf8 \
--flush-logs \
--single-transaction \
--no-autocommit \
"
# ----------------------------------------------------------------------
\ No newline at end of file
Loading