Alexy Khrabrov wrote:> I've filled a database on Linux and tried to bring it across to Mac > OSX, and got an error: FATAL: incorrect checksum in control file.
use pg_dumpall | psql to export/import databases between machines.