Upgrade the Controller on AWS

The Enterprise Console provides the upgrade upgrade

  1. Log in to the Enterprise Console:
    bin/platform-admin.sh login --user-name <admin_username> --password <admin_password>
  2. Run the following command on the Enterprise Console host:
    bin/platform-admin.sh submit-job --service controller --job upgrade --args controllerRootUserPassword="<password>" mysqlRootPassword="<password>"
    If your upgrade fails, you can resume by passing the flag useCheckpoint=true as an argument after --args.
  3. Update the AMI after the job finishes.