You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed
- Database dump no includes the --no-tablespaces option to stop PROCESS provilege error. (Requires n98-magerun >4.3.0).
- WordPress backup now runs search-replace on remote host export.
- Magento database import now uses n98-magerun to import database.
- WordPress import now uses wp-cli to import database.
- Tidy up of unneeded variables.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Magento 2 Production DB Sync v1.7.0
1
+
# Magento 2 Production DB Sync v1.7.1
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.
@@ -8,6 +8,7 @@ Currently the script is configured to attempt Magento 2 and WordPress database m
8
8
## Requirements
9
9
- You need curl installed locally.
10
10
- The excellent [n98-magerun2](https://github.com/netz98/n98-magerun2) needs to be installed on both the local machine and the production machine. (Needs to be executable as n98-magerun).
11
+
- WP-CLI needs to be installed when working with WordPress as well.
11
12
- MySQL (or equivalent) needs to be installed on both the local machine and the server (obviously).
12
13
- Magento 2 needs to be installed and configured on both the local and the host machine.
0 commit comments