Revision history  [back]

Agreed, indeed more databases should be supported and testing on postrgres is on a todo shortlist.

Askbot now works on postgres. Thanks for bringing this up.

edit: also full text search with ranking by relevance is now working in postrges.

Agreed, indeed more databases should be supported and testing on postrgres is on a todo shortlist.

Askbot now works on postgres. Thanks for bringing this up.

edit: also full text search with ranking by relevance is now working in postrges.

Agreed, indeed more databases should be supported and testing on postrgres is on a todo shortlist.

Askbot now works

Databases differ in the ways they do full text search and that's the main reason askbot has been sticking to just one, but this will be fixed within a week or two.

edit: found a workaround to make askbot work on postgres. Thanks postgresql - without full text search so far - hopefully this will be solved for bringing this up.

good soon. Here is the method:

1) Update askbot from the repository prepare database and set DATABASE_ENGINE='postgresql_psycopg2' (also, python module psycopg2 may need to be installed).

2) Comment out the following two lines in the INSTALLED_APPS tuple of settings.py:

#'django.contrib.auth'
#'askbot'

3) Run syncdb:

python manage.py syncdb

4) Uncomment those two lines and re-run syncdb as above again.

5) Finally, run migrate (this will migrate askbot and a bundled django_authopenid app)

python manage.py migrate

Agreed, indeed more databases should be supported and testing on postrgres is on a todo shortlist.

Databases differ in the ways they do full text search and that's the main reason askbot has been sticking to just one, but this will be fixed within a week or two.

edit: found a workaround to make askbot work on postgresql - without full text search so far - hopefully this will be solved for good soon. Here is the method:

1) Update askbot from the repository prepare database and set DATABASE_ENGINE='postgresql_psycopg2' (also, python module psycopg2 may need to be installed).repository.

2) Comment out the following two lines in the INSTALLED_APPS tuple of settings.py:

#'django.contrib.auth'
#'askbot'

3) Run syncdb:

python manage.py syncdb

4) Uncomment those two lines and re-run syncdb as above again.

5) Finally, run migrate (this will migrate askbot and a bundled django_authopenid app)

python manage.py migrate

Agreed, indeed more databases should be supported and testing on postrgres is on a todo shortlist.

Databases differ in the ways they do full text search and that's the main reason askbot has been sticking to just one, but this will be fixed within a week or two.

edit: found a workaround to make askbot work on postgresql - without full text search so far - hopefully this will be solved for good soon. Here soon, but here is the method:

1) Update askbot from the repository.

2) Comment out the following two lines in the INSTALLED_APPS tuple of settings.py:

#'django.contrib.auth'
#'askbot'

3) Run syncdb:

python manage.py syncdb

4) Uncomment those two lines and re-run syncdb as above again.

5) Finally, run migrate (this will migrate askbot and a bundled django_authopenid app)

python manage.py migrate

Agreed, indeed more databases should be supported and testing on postrgres is on a todo shortlist.

Databases differ in the ways they do full text search and that's the main reason askbot has been sticking to just one, but this will be fixed within a week or two.

edit: found a workaround to make askbot work on postgresql - hopefully this will be solved for good soon, but here is the method:

1) Update askbot from the repository.

2) Comment out the following two lines in the INSTALLED_APPS tuple of settings.py:

#'django.contrib.auth'
#'askbot'

3) 2) Run syncdb:

python manage.py syncdb

4) 3) Uncomment those two lines and re-run syncdb as above again.

5) 4) Finally, run migrate (this will migrate askbot and a bundled django_authopenid app)

python manage.py migrate

Agreed, indeed more databases should be supported and testing on postrgres is on a todo shortlist.

Databases differ in the ways they do full text search and that's the main reason askbot has been sticking to just one, but this will be fixed within a week or two.

edit: found a workaround to make askbot work on postgresql - hopefully this will be solved for good soon, but here is the method:

1) Comment out the following two lines in the INSTALLED_APPS tuple of settings.py:

#'django.contrib.auth'
#'askbot'

2) Run syncdb:

python manage.py syncdb

3) Uncomment those two lines and re-run syncdb as above again.

4) Finally, run migrate (this will migrate askbot and a bundled django_authopenid app)

python manage.py migrate

Agreed, indeed more databases should be supported and testing on postrgres is on a todo shortlist.

Databases differ in the ways they do full text search and that's the main reason askbot has been sticking to just one, but this will be fixed within a week or two.

edit: found a workaround to make askbot work on postgresql - hopefully this will be solved for good soon, but here is the method:

Comment out the following two lines in the INSTALLED_APPS tuple of settings.py:

#'django.contrib.auth'
#'askbot'

Run syncdb:

python manage.py syncdb

Uncomment those two lines and re-run syncdb as above again.

Finally, run migrate (this will migrate askbot and a bundled django_authopenid app)

python manage.py migrate