It said it was successful, but the generic CyberPanel page still displayed when visiting the site.
Upon further investigation, the issue appeared to be with this command:
[email protected]:~# wp core download --allow-root --path=/home/example.com/public_html/
Downloading WordPress 5.5 (en_US)...
md5 hash verified: 983821e81b5b8398469e5c1807c4abf4
PHP Fatal error: Allowed memory size of 62914560 bytes exhausted (tried to allocate 36864 bytes) in phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Extractor.php on line 101
It looks like it ran out of memory during the installation.
Let’s review the memory limit and increase it if necessary.
Continue reading