You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the manual to install TDE Free Version 1.2.
Successfully installed Postgres10.10, pgcrypto and tdeforpge.
But whenever I'm trying to activate TDE for my database, I get the following error:
EDT [5905] ERROR: function decrypt(bytea, bytea, text) does not exist EDT [5905] STATEMENT: ALTER FUNCTION decrypt ( bytea, bytea, text ) PARALLEL UNSAFE; ERROR: Could not activate transparent data encryption feature HINT : Please see error_20190822-055000.log for detail
Here's the content of my logfile:
psql:../sys/testdb.cipher.inst:751: ERROR: function decrypt(bytea, bytea, text) does not exist error occured at 2019-08-22-05:50:14 parameters: user:postgres db:testdb port:5432 menu:1
I am running CentOS 7 in VM. Can anyone tell me what went wrong?
The text was updated successfully, but these errors were encountered:
I've followed the manual to install TDE Free Version 1.2.
Successfully installed Postgres10.10, pgcrypto and tdeforpge.
But whenever I'm trying to activate TDE for my database, I get the following error:
EDT [5905] ERROR: function decrypt(bytea, bytea, text) does not exist
EDT [5905] STATEMENT: ALTER FUNCTION decrypt ( bytea, bytea, text ) PARALLEL UNSAFE;
ERROR: Could not activate transparent data encryption feature
HINT : Please see error_20190822-055000.log for detail
Here's the content of my logfile:
psql:../sys/testdb.cipher.inst:751: ERROR: function decrypt(bytea, bytea, text) does not exist
error occured at 2019-08-22-05:50:14
parameters:
user:postgres
db:testdb
port:5432
menu:1
I am running CentOS 7 in VM. Can anyone tell me what went wrong?
The text was updated successfully, but these errors were encountered: