-
Notifications
You must be signed in to change notification settings - Fork 448
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
Information for restarting the container #594
Comments
I just stumbled over issue #577. There is obviously a piece of information here that "less-skilled users" (like me) miss. I understand Issue #577 like this: If I start the container on a system and the system needs a reboot, then the entire database is downloaded again and rebuilt. That can't be the final answer?! What am I missing here (and possibly other less-skilled users)? |
There is no UI included in this container image. A terminal session and an API is all you will receive. Your command line looks correct and your database state should be saved. I cannot say what the problem is based on your description. |
Thanks @leonardehrenfried for your answer. Here seems to be the missing piece of information. After successful import there exists a file import-finished at this location: I don't know why my system rebuilt the import on the first restart, but it could be that I did something wrong here. The file now exists at the share and I hope that with the next restart the data will be used.
The API is all I need and expected to be there. The terminal session with Again, thanks for spending your time to answer the question. |
Is your feature request related to a problem? Please describe.
I started the container using the command from the documentation:
But this opens a Terminal Session, which is not, what most people need. So I wanted to restart the container with different parameters. But I wasn't able to start the container based on the data that had already been generated. Every restart of the container seems to rebuild the data.
Describe the solution you'd like
I would appreciate finding a description of parameters that can be used to start the container based on the already existing data. It would also be helpful to know whether you can start the container with --restart-unless-stopped.
Maybe this information already exists somewhere, but I haven't found it yet.
The text was updated successfully, but these errors were encountered: