-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb-sync.ini
30 lines (27 loc) · 999 Bytes
/
db-sync.ini
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
29
30
# Configuration ini file for db-sync (https://github.com/clivewalkden/bash-magento2-db-sync)
[Global]
remote_host="domain.com"
remote_domain="www.domain.com"
remote_port="22"
remote_username="magento"
remote_magento_dir="/opt/magento/magento2"
remote_backup_dir="/opt/magento/backups"
remote_shared_deployment_dir="/opt/magento/deployment/shared/magento"
remote_php_path="/usr/bin/php"
remote_n98_path="/usr/local/bin/n98-magerun"
ignore_tables="mageplaza_smtp_log"
[Staging]
local_backup_dir="/opt/magento/backups"
local_shared_deployment_dir="/opt/magento/deployment/shared/magento"
local_file_user="magento"
local_file_group="magento"
[Development]
local_backup_dir="/opt/magento/backups"
local_shared_deployment_dir="/opt/magento/deployment/shared/magento"
local_file_user="magento"
local_file_group="magento"
[Local]
local_backup_dir="/home/username/git/magento/backups"
local_shared_deployment_dir="/home/username/git/magento/magento"
local_file_user="username"
local_file_group="username"