Changes
Page history
Update wp migrate db
authored
Sep 10, 2019
by
Angel
Show whitespace changes
Inline
Side-by-side
wp-migrate-db.md
View page @
981339da
...
...
@@ -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