For the complete documentation index, see llms.txt. This page is also available as Markdown.

update

Update a user's password

Usage

ionosctl dbaas postgres user update [flags]

Aliases

For postgres command:

[pg pgsql postgresql psql]

For user command:

[usr u users]

Description

Change the login password of an existing user in the given cluster.

Only the password can be changed; a user cannot be renamed. System users (System=true) are managed by the service and cannot be patched.

Required values to run command:

  • Cluster Id

  • User (name)

  • Password (the new password)

Options

Examples

Last updated