Amazon RDS for PostgreSQL
Installing FlexDeploy version 6.0.0.2 or later is supported on Amazon RDS for PostgreSQL. But if you are migrating from earlier versions, then read further below.
...
Code Block |
---|
grant fd_admin to CURRENT_USER; |
Nutanix
In some Database SaaS environment like Nutanix, the following grants may also be required. If you are receving receiving errors like “permission denied for schema fd”, then these additional grants should be executed:
...
In addition, in many SaaS environment, the admins are not given access to the user postgres. If migrating from an on-prem server to a SaaS solution, make sure that all tables are owned by a user in your SaaS environment that has super user privileges. Here is a query that can be used to determine who owns the table:
...