Migrating database(s) from Sybase ASE 15.7 to PostgreSQL 10.6 on Linux

From: Matthias Apitz <guru(at)unixarea(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Migrating database(s) from Sybase ASE 15.7 to PostgreSQL 10.6 on Linux
Date: 2019-05-03 11:56:51
Message-ID: 20190503115651.GA22389@sh4-5.1blu.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hello,

We're investigating the migration of our LMS (Library Managment System)
from Sybase ASE 15.7 to PostgreSQL 10.6. The used database in field have
around 400 columns, some of them are also containing BLOB (bytea) data.
The DB size vary upto 20 GByte. The interfaces contain any kind of
language one could imagine :-) ESQL/C, JDBC, Perl DBD, ...

Re/ the migration of the data itself, are there any use case studies
which could we keep in mind? We plan to export the tables with our own
tool which produces CSV with delimiter '|' (and \| if the char | is in
char columns too) and with hex representation of the BLOB data. This seems
to fit nicely with PostgreSQL's COPY command.

Any known pitfalls?

Btw: We're investigating MySQL too, but this seems to be from the list
now for not having an ESQL/C interface.

Regards

matthias
--
Matthias Apitz, ✉ guru(at)unixarea(dot)de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2019-05-03 12:38:23 Re: Migrating database(s) from Sybase ASE 15.7 to PostgreSQL 10.6 on Linux
Previous Message Saupe Stefan 2019-05-03 11:47:06 Update row attribute that is part of row level security policy using_expression