Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

If you migrate to Amazon RDS for PostgreSQL from another database before upgrading to with FlexDeploy 6.0.0.21 or older, you will need to run an additional grant when you next upgrade FlexDeploy to 6.0.0.2 or later.

Code Block
grant fd_admin to CURRENT_USER;

If you upgrade to 6.0.0.2 before migrating to Amazon RDS, this grant will already have been run.

Installing version 6.0.0.2 or later should work on Amazon RDS with no changes.

Prior to version 6.0.0.2, the grant

...

CURRENT_USER;

...