forked from ecloudcontrol/MySQL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.yaml
More file actions
26 lines (22 loc) · 707 Bytes
/
setup.yaml
File metadata and controls
26 lines (22 loc) · 707 Bytes
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
users:
- name: springboot-web
password: $MYSQL_SPRINGBOOTWEB_PASSWORD
- name: wordpress
password: $MYSQL_WORDPRESS_PASSWORD
databases:
- name: springboot_web
- name: wordpress
acl:
- database: springboot_web
user: springboot-web
access: ALL
- database: wordpress
user: wordpress
access: ALL
restore:
- database: springboot_web
source:
url: 'https://www.ecloudcontrol.com/wp-content/uploads/2020/12/accountdb_20201210.zip'
user: springboot-web
password: $MYSQL_SPRINGBOOTWEB_PASSWORD # password of the 'user' above.
token: 20220428-0723 # The restore token to be validated before restoring the database. (Same as TEARDOWN_TOKEN)