better way to add users
This commit is contained in:
parent
d8757a3016
commit
6a3847effb
@ -51,5 +51,5 @@ VALUES ('john', 'password-from-create_pw', 'john@example.com');
|
||||
|
||||
Pipe that file into PostgreSQL:
|
||||
|
||||
`docker exec -i chantry add_users < ./users.sql`
|
||||
`docker exec -i chantry chpst -u postgres psql -d chantry -a < ./users.sql`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user