Is upgrading TDE with pg_upgrade possible?
I couldn't find the way of upgrading with pg_upgrade in Wiki page.
Only the way of upgrading with pg_dump and pg_restore is written.
But I would like to upgrade TDE with pg_upgrade since pg_upgrade needs less time than the way with pg_dump and pg_restore.
I tried to use pg_upgrade, but some errors are happened caused by /usr/lib64/data_encryption.so(error message is below).
ライブラリ"/usr/lib64/data_encryption.so"をロードできませんでした: ERROR: incompatible library "/usr/lib64/data_encryption.so": version mismatch
DETAIL: Server is version 10, library is version 9.4.
I know this is caused by version mismatch as written in error message.
But I would like to use pg_upgrade if possible 😀
Thanks.
Is upgrading TDE with
pg_upgradepossible?I couldn't find the way of upgrading with pg_upgrade in Wiki page.
Only the way of upgrading with
pg_dumpandpg_restoreis written.But I would like to upgrade TDE with pg_upgrade since pg_upgrade needs less time than the way with pg_dump and pg_restore.
I tried to use pg_upgrade, but some errors are happened caused by
/usr/lib64/data_encryption.so(error message is below).I know this is caused by
version mismatchas written in error message.But I would like to use pg_upgrade if possible 😀
Thanks.