File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # Magento 2 Production DB Sync v1.1 .0
1
+ # Magento 2 Production DB Sync v1.2 .0
2
2
3
3
## About
4
4
A script to copy over a production database to another server, also has the ability to copy across imagery.
@@ -14,7 +14,7 @@ Currently the script is configured to attempt Magento 2 and WordPress database m
14
14
15
15
## Installing and Updating
16
16
To install or update the script run the following curl script
17
- ``` curl -o- https://raw.githubusercontent.com/clivewalkden/bash-magento2-db-sync/v1.1 .0/install.sh | bash ```
17
+ ``` curl -o- https://raw.githubusercontent.com/clivewalkden/bash-magento2-db-sync/v1.2 .0/install.sh | bash ```
18
18
19
19
## Usage
20
20
To copy over a production database first get a shell on the system you want to copy the data to.
Original file line number Diff line number Diff line change 3
3
# Use the settings to check your connection
4
4
echo -e " \n${txt_white}${bg_black} Backing up remote database(s). ${txt_end} \n"
5
5
if [ $_arg_full == ' on' ]; then
6
- echo -e " \n ${txt_white}${bg_black} Full customer and order backup.${txt_end} \n"
6
+ echo -e " ${txt_white}${bg_black} Full customer and order backup.${txt_end} \n"
7
7
fi
8
8
9
9
ssh -p " ${remote_port} " " ${remote_username} @${remote_host} " << ENDSSH
You can’t perform that action at this time.
0 commit comments