yugabyte / yb-voyager

Data migration Engine for YugabyteDB database
38 stars 10 forks source link

Support for Large Objects #43

Open rahulb-yb opened 2 years ago

rahulb-yb commented 2 years ago

Jira Link: DB-13540 Currently, there is no support for importing Large Objects (oid type in PostgreSQL) onto YugabyteDB. It is recommended to use bytea and text data types as an alternative for Postgres instead. BLOBS are not being migrated at the moment.

rahulb-yb commented 2 years ago

Additional details in thread on issue #385