How can I access the OSM data in postgresql that's hosted here as a volume in an EC2 instance? I'm unable to install postgres 8.3 AND deploy that cluster despite my best efforts. Here is what I've tried so far:
- pg_upgrade (binary files aren't available)
- Installing postgres 8.4 on Ubuntu 14.04 (8.3 & 8.4 aren't compatible)
- Installing postgres 8.3 on Ubuntu 14.04 from source (pg_createcluster is unable to find initdb)
- Installing postgres 8.3 on Ubuntu 8.04 from package (distribution is no longer supported & I'm unable to track down the dependencies)
- Installing postgres 9.3 on Ubuntu 14.04 (after changing postgres.conf I find that the database file isn't compatible)
Has anyone found a strategy that works for them? My next steps are to download the OSM file and use one of the converters. That will take considerably more resources and is probably error prone. Thanks!