Hi Victor
I think I've got the git part working. My git repo stores a version of the osqa folder.
Unfortunately the migrate action doesn't work for me. I get the error at the bottom of this message. I tried dumping the bitnami_osqa database out manually and then loading it on the other end... the website works and the data is there but the images that I've uploaded to replace the main image, the new skins and any of the other admin changes don't stick. I've spent all day on this so I'm not sure how to proceed next. Please advise.
Why isn't there more documentation on the migrate process?
bitnami@ip-10-250-20-176:~/apps/osqa$ sudo python manage.py migrate forum
Traceback (most recent call last):
File "/opt/bitnami/apps/osqa/forum_modules/mysqlfulltext/__init__.py", line 8, in <module>
import MySQLdb
File "/opt/bitnami/python/lib/python2.7/site-packages/MySQL_python-1.2.3c1-py2.7-linux-x86_64.egg/MySQLdb/__init__.py", line 19, in <module>
File "/opt/bitnami/python/lib/python2.7/site-packages/MySQL_python-1.2.3c1-py2.7-linux-x86_64.egg/_mysql.py", line 7, in <module>
File "/opt/bitnami/python/lib/python2.7/site-packages/MySQL_python-1.2.3c1-py2.7-linux-x86_64.egg/_mysql.py", line 6, in __bootstrap__
ImportError: libmysqlclient.so.18: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/opt/bitnami/apps/osqa/../osqa/forum_modules/mysqlfulltext/__init__.py", line 8, in <module>
import MySQLdb
File "build/bdist.linux-x86_64/egg/MySQLdb/__init__.py", line 19, in <module>
File "build/bdist.linux-x86_64/egg/_mysql.py", line 7, in <module>
File "build/bdist.linux-x86_64/egg/_mysql.py", line 6, in __bootstrap__
ImportError: libmysqlclient.so.18: cannot open shared object file: No such file or directory
Running migrations for forum:
- Nothing to migrate.
- Loading initial data for forum.
No fixtures found.
Thanks Daniel