Hi Brett, I'm starting to write up the instructions for postgres at http://wiki.openstreetmap.org/wiki/OSM_Protocol_Version_0.6/postgres
The adapter I'm using is postgresql I now have the automated builder using the postgres database: http://cruise.shaunmcdonald.me.uk/builds/api06-postgres This is running at the same time as the MySQL automated builder, so that we can make sure that all tests pass on both MySQL and postgres all the time. Shaun On 31 Mar 2009, at 22:07, Brett Henderson wrote: > Okay, I should have checked the source code first. > > I'm guessing I need to modify db/database.yml and set the adapter to > "pgsql". And then compile the libmyosm library as explained in db/ > README. > > I'll try it out tonight. > > Brett Henderson wrote: >> Hi All, >> >> From recent posts on this list it looks likely that the 0.6 API will >> use a PostgreSQL database. I'll need to update osmosis to support it >> sometime between now and April 16th. >> >> How do I go about setting it up? Does it use similar rake db:migrate >> commands to the mysql schema? I couldn't see anything relevant on >> the >> wiki page http://wiki.openstreetmap.org/wiki/The_Rails_Port. >> >> Cheers, >> Brett >> >> > > > _______________________________________________ > dev mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/dev _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

