Wpcli can't access mysql executable between containers #5671
Unanswered
AdsonCicilioti
asked this question in
How do I?
Replies: 1 comment
-
Hey @AdsonCicilioti, have you already solved the problem? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hy guys!
I'm trying run db commands between containers. I have 3 containers (wp / nginx / mysql). All works fine with de wpcli executable placed into wp root.
Commands to manage
themes
,plugins
and thecore
, woks finely, but when i try to run andb import sql
command, i receive the follow error message:Seems because
wpcli
executable don't see thePATH
ofmysql
container.I know this it is a Docker/Podman/Containers question, but i would like to know if anybody has any experience with this scenario, or can pointing a way to solve this.
Beta Was this translation helpful? Give feedback.
All reactions