Posted by mickh on October 13, 2008 at 12:53pm
I have Drupal 7.x-dev running on PHP 5.2.6 and PostgreSQL 8.2.9 on CentOS 5.2 x86_64. Haven't tried to do too much yet but OK so far.
Had trouble with the PGDG RPMs for PostgreSQL 8.3.4, they don't seem to be simple drop-in replacements for RHEL/CentOS packages but will try them again later.
I there anything specific I should be looking for PostgreSQL compatability-wise, or do I just keep trying things until something breaks?
Update: Upgraded to PostgreSQL 8.3.4 using the PGDG RPMs. Dumping data out of 8.2.9 and reimporting into 8.3.4 seems to work fine, but again I haven't tried all modules and don't have much in the way ofcontent.
Comments
For 8.2.x - 8.3.x
For 8.2.x - 8.3.x transistion you need to backup your data by pg_dump (or pg_dumpall), then reinstall postgress, then restore backed up data
-- http://blog.lexa.ru (in Russian)
-- http://blog.lexa.ru (in Russian)