Closed alexanderkladov closed 5 years ago
I am a bit embarassed replying to you just today; but...please, accept a simple "sorry".
I've read a couple of time the logic behind the paths
configuration and I cannot get a clue. Before I'll try to setup an environment with custom paths trying to reproduce, I'd like to ask you a question: are you 100% sure that you had something like
local:
<<: *defaults
or
local:
paths:
<<: *paths
in your movefile.yml
?
Hi @pioneerskies,
Thank you for getting back to me! I just checked and no, I didn't have that for "local" environment. I added it's all working now! Thanks!
Hi,
I am having issues pushing/pulling DBs. My site is using custom directory structure like this:
I've configured movefile paths using these variables :
And then I insert them later like this:
Uploading files over SSH works just fine. But when it comes to DB, I get the following error:
Any idea why it's doing that? The problem is clearly in this line:
For some reason it uses the correct custom folder for dumping the database, but then tries to pull it into a default
wp-content
, which obviously doesn't exist.So far as a workaround, I create temporary local
wp-content
folder, which helps bypass this error..Regards, Alex