-
-
Notifications
You must be signed in to change notification settings - Fork 1
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] After shutting down the container and restarting I often find my darktable DB locked #13
Comments
A most probably related issue I observed is that none of the changed preferences within darktable are saved. i.e. access darktable, go to preferences and change the theme or the language. Do a docker compose down followed by a docker compose up -d and see that none of the changed preferences was saved. |
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. |
Let me laugh a little about that. Here is OP's feedback. Still waiting for any reaction :-) |
What's your full path for your |
My compose stacks are inside
the same as this:
I hope this answers the question. |
I've been trying to reproduce this, but cannot... I'd recommend not doing a Are there any specific processes you are doing before this happens when you stop the container? Is there the potential a longer running process is going on in the background? What kind of resource does the system have? |
Thanks for looking into this. I have long tried to get a photo editor working via docker, so I am just testing this image. I created a compose file, fired it up, had a look around the GUI, changed some settings, did a docker compose down to do some cosmetic changes to my compose file and was surprised by the above error when starting it up again. I'll try to give the default compose file a go these days, just to make sure it's not related to my compose file somehow. |
Fair enough, give it a go and let us know if you have any further experiences with this. I can't get it to break and I've put some pictures in my test instance/edited them etc and then actively tried to break the container by closing things etc. If it plays up come visit us in discord. |
Very weird. I tested with the minimal compose file further down on this page: https://github.com/linuxserver/docker-darktable The only changes I had to make to that were changing the volume to be a relative path:
and change the ports as 3000/3001 are already in use so it now reads:
Just documenting the last test with your sample docker-compsoe.yml file. Will reach out via discord. |
I just wanted to add that we had taken this issue into the linuxserver Discord, and it was solved there. I quote:
Solution for the saving of settings: Close Darktable by clicking on the X (top, right) then right-click the black screen and open Darktable again. Solution for the locked DB:
|
Is there an existing issue for this?
Current Behavior
I start the container, work with it, end my work with a
docker compose down
and when I restart the container I see an error:Expected Behavior
The DB locks should be removed when doing a
docker compose down
Steps To Reproduce
Please see "current behaviour".
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: