Data#

Troubleshooting#

Mac

FATAL:  database files are incompatible with server
DETAIL:  The data directory was initialized by PostgreSQL version 9.2, which is not compatible with this version 9.0.4.
rm -rf /usr/local/var/postgres && initdb /usr/local/var/postgres --locale=C -E UTF-8

Reference#

Postgres#

Python#

Tools#