- Platform Release 6.5
- Privacera Platform Installation
- Privacera Platform User Guide
- Privacera Discovery User Guide
- Privacera Encryption Guide
- Privacera Access Management User Guide
- AWS User Guide
- Overview of Privacera on AWS
- Configure policies for AWS services
- Using Athena with data access server
- Using DynamoDB with data access server
- Databricks access manager policy
- Accessing Kinesis with data access server
- Accessing Firehose with Data Access Server
- EMR user guide
- AWS S3 bucket encryption
- Getting started with Minio
- Plugins
- How to Get Support
- Coordinated Vulnerability Disclosure (CVD) Program of Privacera
- Shared Security Model
- Privacera Platform documentation changelog
Migrating from PrestoSQL to Trino
Migrating from PrestoSQL to Trino
This procedure helps you to migrate your existing policies from PrestoSQL to Trino.
When migrating previous version of PrestoSQL (versions <350) to Trino (versions >=350), you can also migrate your existing policies from PrestoSQL to Trino service.
Backup all the PrestoSQL Policies
You need to backup all the PrestoSQL policies inside the privacera_presto service. Following steps will guide you how to backup the policies:
Login to Privacera Portal.
On the left nav, go to Access Management, and then select Resource Policies.
Navigate to privacera_presto service.
Click the Export button.
Save the policies with a custom name such as,
privacera_presto_policies_with_default.json
Delete all the Default PrestoSQL Policies
Delete all the Default PrestoSQL Policies for Presto except the new created policies.
This is mandatory because default policies will conflict with the new servicedef.
Policies before deleting the default policies

Policies after deleting the default policies

Export Custom PrestoSQL Policies
You need to export the PrestoSQL policies again.
Click the Export button.
Save the PrestoSQL policies with a custom name such as,
privacera_presto_policies_without_default.json
Import Custom PrestoSQL Policies to Trino
Now, you need to import the above exported PrestoSQL policies into privacera_trino.
On the left nav, go to Access Management, and then select Resource Policies.
Navigate to privacera_trino service.
Click the Import button.
An Import Policy dialogue box will appear.
Click Choose file, and select the policy file,
privacera_presto_policies_without_default.json
.In the Specify Service Mapping (Source and Destination) section, add privacera_presto and select privacera_trino.
Click the Import button.
Your custom policies from PrestoSQL will be imported into Trino service.
Trino policies before importing

Trino polices after importing
