File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ Or alternatively specify the environment variables:
39
39
| --- | --- |
40
40
| ` DATABASE_HOST ` | IP / hostname of PostgreSQL server. |
41
41
| ` DATABASE_PORT ` | TCP Port of PostgreSQL service. |
42
- | ` DATABASE_USER ` | Administrative user eg postgres with SUPERUSER privileges. |
43
- | ` DATABASE_PASS ` | Password of administrative user. |
42
+ | ` DATABASE_USERNAME ` | Administrative user eg postgres with SUPERUSER privileges. |
43
+ | ` DATABASE_PASSWORD ` | Password of administrative user. |
44
44
45
45
Some subcommands require additional environment parameters.
46
46
@@ -60,3 +60,8 @@ Using bats setup and teardown and avoiding exposing postgres ports etc should al
60
60
## Status
61
61
62
62
Feature incomplete. Work in progress.
63
+
64
+ ## Local Testing
65
+
66
+ * ` Example ` - Create user
67
+ docker run --rm -i -t -e DATABASE_HOST=localhost -e DATABASE_USERNAME=postgres -e DATABASE_PASSWORD=mysecretpassword -e DATABASE_PORT=5432 --network=host docker.io/panubo/postgres-toolbox create-user-db test test
You can’t perform that action at this time.
0 commit comments