HodorNV / ALOps

ALOps
59 stars 24 forks source link

Qst: Connect to container and do manual troubleshooting/debugging #627

Closed NAVFreak closed 1 year ago

NAVFreak commented 1 year ago

Just a question top of my mind. I have the scenario where the tests fail in my pipeline but works like a charm on my local docker.

I have tried to make sure I have the same app files and BC artifact on both but still error. Is it possible to skip the cleaning and then connect to the container manually on the server and do debugging? image

I tried with a simple test but that didn't seem to work so either it doesn't work or I need to tweak it a bit. image

waldo1001 commented 1 year ago

Should work - I have done this countless of times. Can you check the container logs?

What is also possible: in the remove-step, you can save the sql-db as an artifact. You could download that, and set up a local container?