wp site clone error --allow-insecure-pass not found #1752
Unanswered
vincentchu-fr
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 everyone,
I am trying to clone an existing wordpress site on the the host.
The following command was used
ee site clone foo.com bar.com --debug
The error was:
Debug: STDERR: sh: 1: --allow-insecure-pass: not found
In fact, the site was created but with only standard wordpress theme. It seems to me the database and the htdocs folder was not cloned to the new site.
My understanding is that the cloning process failed when after the
ee site create
command due the missing--allow-insecure-pass
.I read the documentation of
ee
on bothsite create
andsite clone
but don't see this option any where.Could you please give me a suggestion to solve this issue?
Thank you. Have a good day.
Vincent
Beta Was this translation helpful? Give feedback.
All reactions