You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| name | Default: `<generated>`| Name of the Database Instance |
689
689
| engine | Required | Database engine of the Database Instance (PostgreSQL, MySQL, ...) |
690
690
| user-name | Required | Username created when the Database Instance is created |
691
-
| password | Required | Password of the user |
691
+
| generate-password | Default: `true`| Will generate a 21 character-length password that contains a mix of upper/lower case letters, numbers and special symbols |
692
+
| password || Password of the user |
692
693
| node-type | Required<br />Default: `DB-DEV-S`| Type of node to use for the Database Instance |
693
694
| is-ha-cluster || Defines whether or not High-Availability is enabled |
694
695
| disable-backup || Defines whether or not backups are disabled |
@@ -1513,6 +1514,7 @@ scw rdb user create [arg=value ...]
1513
1514
|------|---|-------------|
1514
1515
| instance-id | Required | UUID of the Database Instance in which you want to create a user |
1515
1516
| name || Name of the user you want to create |
1517
+
| generate-password | Default: `true`| Will generate a 21 character-length password that contains a mix of upper/lower case letters, numbers and special symbols |
1516
1518
| password || Password of the user you want to create |
1517
1519
| is-admin || Defines whether the user will have administrative privileges |
1518
1520
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw`| Region to target. If none is passed will use default region from the config |
@@ -1579,6 +1581,7 @@ scw rdb user update [arg=value ...]
1579
1581
|------|---|-------------|
1580
1582
| instance-id | Required | UUID of the Database Instance the user belongs to |
1581
1583
| name | Required | Name of the database user |
1584
+
| generate-password | Default: `true`| Will generate a 21 character-length password that contains a mix of upper/lower case letters, numbers and special symbols |
1582
1585
| password || Password of the database user |
1583
1586
| is-admin || Defines whether or not this user got administrative privileges |
1584
1587
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw`| Region to target. If none is passed will use default region from the config |
0 commit comments