Can't upgrade major version of MariaDB from AWS console

1

I can't upgrade a major version of MariaDB from the AWS console, I believe this should be only a problem when using command or SDK etc. Has someone have experience with this? Screenshot

Markus
asked 5 months ago172 views
1 Answer
0

Hello.

Do you get the same error if you run the command below using CloudShell or something?

aws rds modify-db-instance --db-instance-identifier "rds-3" --engine-version "Version" --db-parameter-group-name "Parameter-group-name" --allow-major-version-upgrade --apply-immediately --region "RDS-region"
profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions