-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinitions.sh
28 lines (26 loc) · 932 Bytes
/
definitions.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/sh
# definitions in this file are designed to be published on github but
# will be overridden by definitions in the file secure-definitions.sh
# which can hold local production values.
AUTO_TERMINATE=true
MYSQLDUMP=mydumper
# MYSQLDUMP_OPTIONS="--quote-names --quick --add-drop-table --add-locks --allow-keywords --disable-keys --extended-insert --single-transaction --create-options --comments --net_buffer_length=16384 --order-by-primary"
MYSQLDUMP_OPTIONS="--lock-all-tables --long-query-guard=257 -t 3 -c "
MYSQLDUMP_DATABASE="--all-databases"
MYSQL_HOST="**None**"
MYSQL_PORT="3306"
MYSQL_USER="**None**"
MYSQL_PASSWORD="**None**"
S3_ACCESS_KEY_ID="**None**"
S3_SECRET_ACCESS_KEY="**None**"
S3_REGION="**None**"
S3_ENDPOINT="**None**"
S3_S3V4="no"
S3_PREFIX="backup"
S3_FILENAME="**None**"
MULTI_FILES="no"
SCHEDULE="**None**"
PUBLIC_KEY="**None**"
ENCRYPT="true"
GPG_KEY_BASE="**None**"
SSM_BASE_PATH=/testing/backup