How to backup AskBot correctly?
Ok, I should backup the database, it is clear. But what else do I have to backup if I want to make full restore of my askbot-site?
perhaps there exist some useful script ...
Ok, I should backup the database, it is clear. But what else do I have to backup if I want to make full restore of my askbot-site?
perhaps there exist some useful script ...
To enter a block of code:
There is no script yet, but there should be one.
Back up the database and the uploaded files, which by default are in askbot/upfiles
. (In the future we will change location of uploaded files to be outside of the askbot directory tree, this change can be done by editing settings.py
).
To enter a block of code:
To enter a block of code:
Comments
How Can I fully backup my askbot DB? I use mysql.