ByteInternet / hypernode-docker

Fast and easy Docker for Magento development
https://community.hypernode.io/hypernode-docker
35 stars 8 forks source link

hypernode-importer stops outputting / working? after "syncing database" step #32

Open elwin1234 opened 4 years ago

elwin1234 commented 4 years ago

Hi,

I'm trying the hypernode-importer --host vdloo.hypernode.io --path /data/web/public --set-default-url command. That seem to work fine until the syncing of the database is done. There is no output after this step, even when I call the command with -v verbose output.

vdloo commented 4 years ago

I guess you're not actually downloading from vdloo.hypernode.io as you won't have ssh access to that node right (but some other node instead). perhaps looking at the exit code of the command should give you some more information, after you run the command what does echo $? say?

hypernode-importer --host <yourappname>.hypernode.io --path /data/web/public --set-default-url; echo $?

If it is 0 it means the process exited successfully. with anything else something is going wrong.

vdloo commented 4 years ago

@Bazskillz this sounds like the issue we saw last week with the hypernode-importer in that Docker