How to upgrade askbot?
How to upgrade askbot, what should I do if I already have a running installation?
How to upgrade askbot, what should I do if I already have a running installation?
Create a copy of your site to be safe.
cd your-askbot-project
git checkout master # assuming that you have been using this branch
git pull origin master # will work if your branch has not been customized
Activate the virtual environment, if you have one:
source env/bin/activate # for example
python manage.py migrate --list # (optional) to see if the database needs to be migrated
python manage.py migrate # actually this command can be just run
python manage.py collectstatic # update the collection of static files
Restart the webserver process running your application (apache/mod_wsgi, uwsgi, gunicorn - whichever you are using for your deployment).
Also, there is a separate document for the initial installation of askbot - may be useful if you do not yet have an active installation.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2010-06-10 18:24:26 -0600
Seen: 593 times
Last updated: Jul 24 '12
Migrate to new server and new version?
migrate error while upgrading askbot
Upgrade from 0.7.5 (and other earlier versions) to 0.10.x
For Discussion: Updating Askbot for USE_TZ=True in Django>=1.4
Where can I find the list of fix_ and askbot_fix_ commands?
How to resolve upgrade issues with 0.7.49?
How to resolve AttributeError upgrading to 0.9.x?
Migration errors using latest git branch
Upgrade error: canceling statement due to statement timeout
How to fix "UndefinedError: 'settings' is undefined" in git branch