-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] First launch after container update stuck on [migrations] messages #93
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Remove all those vars from your docker run. The only ones you should be setting are listed in the readme |
So I removed the env vars less the ones listed as supported in the readme, but it still does the same thing on initial deployment, a restart seems to get it going again. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
It could be that when you created the container with all of those env settings, something is stuck somewhere. The only way to sort this out would be to start from fresh which I wouldn't want to do, so I'm afraid the best thing to do is manage this with the manual restart until you are in a place to reinstall the container. |
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
When updating emby container image, first launch just hangs with only this in the docker log:
[migrations] started
[migrations] no migrations found
A restart of the container then proceeds per usual.
Expected Behavior
No hang after container update
Steps To Reproduce
Have an existing emby instance.
Delete existing emby container
Redeploy emby with /config pointing to your existing emby instance
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: