Debugging failing Azure Docker instance #997
Unanswered
marcsroberts
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Thanks for the detailed info. It seems like the container is running but Azure is unable to ping it, so it crashes after some time. Can you set LOG_LEVEL to DEBUG (env variables/appsettings) and see if that gives us more info? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@marcsroberts this should be fixed on |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning!
I've been chatting to Guilherme by email, but thought it may be easier to continue here. We've been using an Azure hosted Docker instance of Fider since March 2021. We followed the steps at https://getfider.com/docs/hosting-on-azure and other than using our own domain name haven't changed anything from defaults.
Things were going fine until the early morning of the 18th of August 2021 when it appears an update to 19 happened, now the site is failing to spin up. This is the most detail I've been able to find about the time of death and subsequent looping log entries:
for clarity:
I've tried creating a new clean Web App in Azure, but the end result is the same. Guilherme suggested we try running v18.1, but I'm not sure how to do that in our Azure instance.
I'm wondering if anyone is able to give me any pointers to debug the issue? I'm new to Docker...
Thank you!
Marc
PS: Docker logs, not much in them:
Update
We've rolled it back to 0.18.1 and it's working again, so all pointing to a 19 migration issue with our data?
Beta Was this translation helpful? Give feedback.
All reactions