I noticed postgres support has been added, and I've been trying it, but having a bunch of issues with it.
Manually starting postgresql:
$ sudo /etc/init.d/postgresql-8.4 start
* Starting PostgreSQL 8.4 database server * The PostgreSQL server failed to start. Please check the log output:
FATAL: unrecognized configuration parameter "max_fsm_pages"
[fail]
Okay, so, comment out that line (whatever it is):
$ sudo vim /etc/postgresql/8.4/main/postgresql.conf
(06:20 PM) rails@sel-db1:~ $ sudo /etc/init.d/postgresql-8.4 start
* Starting PostgreSQL 8.4 database server * The PostgreSQL server failed to start. Please check the log output:
2012-06-24 18:20:10 GMT FATAL: "/var/lib/postgresql/8.3/main" is not a valid data directory
2012-06-24 18:20:10 GMT DETAIL: File "/var/lib/postgresql/8.3/main/PG_VERSION" is missing.
[fail]
8.3? I thought I had 8.4 installed?
Thoughts?
Thanks!
Josh