yugabyte / yb-voyager

Data migration Engine for YugabyteDB database
36 stars 9 forks source link

Support for Large Objects #43

Open rahulb-yb opened 2 years ago

rahulb-yb commented 2 years ago

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 1 year ago

Additional details in thread on issue #385