Update wp migrate db authored by Angel's avatar Angel
......@@ -11,3 +11,11 @@
* Do not export must-use plugins (files)
* Do not export plugins (files)
* Then import on the other side
## How to increase import size without paying for premium:
* install additional migration import plugin
* Go to plugins-> plugin editor-> select plugin to edit -> All in one wp migration
* Go to constants.php
* Change define( ‘AI1WM_MAX_FILE_SIZE’, 2 << 28 ); for define( ‘AI1WM_MAX_FILE_SIZE’, 2 << 30 );
* This will allow for imports up to 2GB
\ No newline at end of file