How to migrate data from a Firebird database to PostGreSQL on Linux
- by Tom Feiner
Are there any good tools to migrate existing firebird databases to PostgreSQL for Linux systems?
I've looked at: FBexport which can be used to dump the data as insert statements, but it's mainly written to export/import from one firebird db to another, not as a migration tool.
There's also: Firebird to PostgreSQL Win32 tool, but it's only for win32 systems.
Is there any good tool to do this? Or should I just roll my own?