-
Notifications
You must be signed in to change notification settings - Fork 23
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
Latest Version Container Crashing upon Startup #79
Comments
Commands seemed to have all failed finding rev id e935a3b14ca8.
|
I think I have fixed it.
When you're in the CLI of the container, you run the following commands:
|
This fixed it for me. Make sure to add this new volume to both the And in the |
No luck with latest container either. Upgrade seems to work and container start and dies immediately so no container logs to view. I do have files in the migrations folder. I don;t really have anything I need "stored in the app". May be easier to just delete the DB and let it init a new one since the upgrade process is not working for me? Could also be previous attempts at an upgrade corrupted the DB? I could restore it from yesterday if you want to continue to troubleshoot the upgrade process. If not, I can just start with a clean slate. I would just set INIT_DB=true and remove the migrations folder to do that? Command I ran manually
Docker Run
Docker Compose
|
Try this instead then. Download & install DB Browser for SQLite |
What do you see in the CLI when you run this command?
|
I deleted the database entry and the files in the migrations folder. Performed the docker run and executed the 2 commands again. Exited the container and did docker compose up. Same results. Container starts and stops immediately. Results of the 2 commands are below.
|
Are you sure you have mounted the migrations folder like instructed? |
After running those two commands, you exit and shut down the container and start your docker-compose file. |
I believe so. My docker run command and compose are above for your validation. I am doing a |
Today I renamed app.db to app.db_old and then removed |
My apologies for the lack of maintenance and the vast amount of bugs. |
Describe the bug
Docker container with the latest version does not start.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Container launches without error and stays running.
Logs
Server information
Additional context
Started about 2 hours ago when the new container was published.
The text was updated successfully, but these errors were encountered: