Error creating new site with a remote database (Plugin caching_sha2_password could not be loaded) #1614
Unanswered
eduardo-veras
asked this question in
Support Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I'm trying to create a new site with a remote database using the following command:
$ ee site create www.mydomain.com --type=wp --ssl=le --cache --dbhost=db.myhost.com:3306 --dbname=mydb --dbuser=myuser --dbpass=mypassword
And I'm getting this output:
Checking the
/opt/easyengine/logs/ee.log
, I found the following:If I try to create a site with a local database, that works normally.
So I know that I can install locally, create a dump, restore the dump on the remote database, and change the wp-config.php to point to the remote host, but I'm trying to avoid this.
My guess is the
ee
is sees that it's a remote database and then is not loading all necessary plugins.Any ideas? :)
My environment:
OS: Ubuntu 20.04.3 LTS (Digital Ocean Droplet)
EE: 4.3.1
Docker: 20.10.10
Thank you in advance for any help!
Beta Was this translation helpful? Give feedback.
All reactions