Skip to content

Commit 45fc83f

Browse files
committed
Fixed installation link. Fixed message spacing issue.
1 parent 333fcc6 commit 45fc83f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Magento 2 Production DB Sync v1.1.0
1+
# Magento 2 Production DB Sync v1.2.0
22

33
## About
44
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
1414

1515
## Installing and Updating
1616
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```
1818

1919
## Usage
2020
To copy over a production database first get a shell on the system you want to copy the data to.

utils/remote_backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Use the settings to check your connection
44
echo -e "\n${txt_white}${bg_black}Backing up remote database(s). ${txt_end}\n"
55
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"
77
fi
88

99
ssh -p "${remote_port}" "${remote_username}@${remote_host}" <<ENDSSH

0 commit comments

Comments
 (0)