File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.4.0] - 2020-09-02
9
10
### Added
10
11
- wordpress flag (disabled by default) to backup wordpress database and imagery.
11
12
Original file line number Diff line number Diff line change 1
- # Magento 2 Production DB Sync v1.3 .0
1
+ # Magento 2 Production DB Sync v1.4 .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.
@@ -15,7 +15,7 @@ Currently the script is configured to attempt Magento 2 and WordPress database m
15
15
## Installing and Updating
16
16
To install or update the script run the following curl script
17
17
18
- ``` curl -o- https://raw.githubusercontent.com/clivewalkden/bash-magento2-db-sync/v1.3 .0/install.sh | bash ```
18
+ ``` curl -o- https://raw.githubusercontent.com/clivewalkden/bash-magento2-db-sync/v1.4 .0/install.sh | bash ```
19
19
20
20
## Usage
21
21
To copy over a production database first get a shell on the system you want to copy the data to.
You can’t perform that action at this time.
0 commit comments