jrgemignani commented on issue #1422: URL: https://github.com/apache/age/issues/1422#issuecomment-1846283047
@saygoodbyye > As documentation says "pg_upgrade allows data stored in PostgreSQL data files to be upgraded to a later PostgreSQL major version without the data dump/restore typically required for major version upgrades." `pg_upgrade` is only for data and it even states that not all data is preserved - > Your installation contains one of the reg* data types in user tables. These data types reference system OIDs that are not preserved by pg_upgrade, so this cluster cannot currently be upgraded. AGE is tightly integrated with PG and a lot of the internal structures are based off of initial system settings and OIDs. These settings can change and be different from system to system. As you are using pg_upgrade, I would carefully review the documentation page for it, keeping this in mind. Currently, we only support upgrades within a version of PG. However, we could add this as something to look into, resources permitting, in the future. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org