Versions Compared

Key

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

If you migrate to Amazon RDS from another database before upgrading to FlexDeploy 6.0.0.2, 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.

...