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
Looks like wp-pull-production-db gets only 1024MB memory, even if memory limit would bet set higher from php.ini
DEVELOPMENT [@alvarpet:~] $ wp-pull-production-db
Saving backup of current development database in /data/db/pre-production-pull-backup.sql...
Success: Exported to '/data/db/pre-production-pull-backup-20210528-151315.sql'.
Define new and old siteurl for later search-replacing...
[email protected]'s password:
==> This is a normal WordPress single install.
==> Production site URL: https://alvarpet.com
==> Development site URL: https://alvarpet.local
Is the information above correct? (y/n): y
Pulling database from production with 'wp db export'...
[email protected]'s password:
PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 534773792 bytes) in phar:///usr/local/bin/wp-cli/vendor/wp-cli/wp-cli/php/utils.php on line 546
Success: Imported from 'STDIN'.
Search-replacing https://alvarpet.com with https://alvarpet.local...
Success: Made 0 replacements.
Flushing cache to ensure new database contents is used on site
Success: The cache was flushed.
DEVELOPMENT [@alvarpet:~] $ php -i | grep "memory_limit"
memory_limit => 2048M => 2048M
The text was updated successfully, but these errors were encountered:
Looks like wp-pull-production-db gets only 1024MB memory, even if memory limit would bet set higher from php.ini
The text was updated successfully, but these errors were encountered: