V
V
Vadim2020-06-18 21:11:16
Amazon Web Services
Vadim, 2020-06-18 21:11:16

Is it possible to use Auto minor version upgrade without the risk of losing aws db instance?

Hello everyone,

when creating an instance in terraform, I want to set the flag auto_minor_version_upgrade = true

resource "aws_db_instance" "new_instance" {
# ... other configuration ...
auto_minor_version_upgrade = true
db_engine = "postgres"
engine_version = "10.7"
}

wouldn't it be like this, that after a while aws will update the db instance to 10.11, and when I run terraform apply again with the above parameters, the instance will simply be deleted and a new one will be created with version postgres=10.7 ?

all the best,
Vadim

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question