Update rds documentation for upgrade (#48713)
upgrade parameter is available only when command is one of the following [ create, modify, replicate, restore ] Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
0fecc84c9f
commit
2962f3e519
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ options:
|
|||
default: 3306 for mysql, 1521 for Oracle, 1433 for SQL Server, 5432 for PostgreSQL.
|
||||
upgrade:
|
||||
description:
|
||||
- Indicates that minor version upgrades should be applied automatically. Used only when command=create or command=replicate.
|
||||
- Indicates that minor version upgrades should be applied automatically.
|
||||
- Used only when command=create or command=modify or command=restore or command=replicate.
|
||||
type: bool
|
||||
default: 'no'
|
||||
option_group:
|
||||
|
|
Loading…
Reference in a new issue