https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 565e8b9c7b427af2347581e33732e5356cb3136c authored by Daniel Blankenberg on 22 April 2015, 18:36:36 UTC
Fix for abitrary code execution in the ToolShed when uploaded tools
Tip revision: 565e8b9
manage_db.sh
#!/bin/sh

#######
# NOTE: To downgrade to a specific version, use something like:
# sh manage_db.sh downgrade --version=3 <tool_shed if using that webapp - galaxy is the default>
#######

cd `dirname $0`
python ./scripts/manage_db.py $@
back to top