-
Notifications
You must be signed in to change notification settings - Fork 135
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
problem on losing files when docker-galaxy-stable container restart #64
Comments
@wtse168 can you post me your commandline which you use to start the Docker container? If you run it like this you will see a |
I think I had this happen once with the |
@dpryan79 this would be a serious Docker bug I assume. Let me know if this is a |
Eh, why wait until Monday... I just tried Copying the (backed up!) config folder and then running |
I have a theory: What does not fit into this theory is that |
I can confirm that |
@wtse168 can you confirm that this is only happening if you are using |
This problem just bit me. I had previously |
Hi,
|
Can somebody help with the above error as my Galaxy is ussless as I cannot upload anything :( |
@vebaev This isn't a fantastic solution, but can you try to uninstall the oxli_datatypes toolshed repository? These datatypes were added to galaxy core and I believe conflicting definitions are probably the issue. I'll look into a galaxy-side solution to this. |
@dannon , that worked, thanks! |
Awesome, happy to help.
|
I think I am running into this bug as well; when the Galaxy Docker container is started with a mounted volume it cleans out the /galaxy-central/config directory when restarted. NOTE: I am not using # I'm on OS X, hence the docker-machine bits
> docker-machine start default
> docker run -d -p 8000:80 --name galaxy -v /var/lib/galaxy:/export bgruening/galaxy-stable
> docker-machine ssh default
> ls /var/lib/galaxy/galaxy-central/config
...a bunch of files...
> exit
> docker stop galaxy
> docker-machine ssh default
> ls /var/lib/galaxy/galaxy-central/config
...a bunch of files...
> exit
> docker start galaxy
> docker-machine ssh default
> ls /var/lib/galaxy/galaxy-central/config
...empty...
> exit
> docker exec -it galaxy bash
> ls /galaxy-central/config
...empty... However, bgruening/galaxy-stable:dev seems to fix the problem. Any idea when 'dev' will become 'latest'? EDIT: I am running into this again, so either galaxy-stable:dev doesn't fix the problem, or it has been re-broken in :dev. |
@ksuderman when was this edit? :) @ksuderman @vebaev please reopen this issue if you still have this problem. |
Fixed github paths in viennarna-tour
docker-galaxy-stable docker restart will lose all files under galaxy-central/config, and when add lots of tools , it will appear differently on left tool panel.
The text was updated successfully, but these errors were encountered: