How to migrate data from a Firebird database to PostGreSQL on Linux
Posted
by Tom Feiner
on Server Fault
See other posts from Server Fault
or by Tom Feiner
Published on 2009-05-10T12:15:24Z
Indexed on
2010/03/22
15:51 UTC
Read the original article
Hit count: 607
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?
© Server Fault or respective owner