Skip to content

Commit 36b8f12

Browse files
committed
Correct user add command
Replace outdated command, and remove password from command line, as the instructions below ("Input the ...") already assume an interactive process, similar to the master-key prompt above. Signed-off-by: Georg Pfuetzenreuter <[email protected]>
1 parent 180b2e8 commit 36b8f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

developers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,10 @@ You have to choose a password for the master key and it must be at least 8 chara
293293
then create vault
294294

295295
``` sh
296-
pgmoneta-admin -f pgmoneta_users.conf -U repl -P secretpassword add-user
296+
pgmoneta-admin -f pgmoneta_users.conf -U repl user add
297297
```
298298

299-
Input the replication user and its password to grant [**pgmoneta**](https://github.com/pgmoneta/pgmoneta) access to the database. Ensure that the information is correct.
299+
Input the replication password to grant [**pgmoneta**](https://github.com/pgmoneta/pgmoneta) access to the database. Ensure that the information is correct.
300300

301301
Create the `pgmoneta.conf` configuration file to use when running [**pgmoneta**](https://github.com/pgmoneta/pgmoneta).
302302

0 commit comments

Comments
 (0)