File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 44
55A collection of PostgreSQL scripts for automating common DBA tasks in a Docker-centric way.
66
7+ Wherever possible the commands are compatible with Amazon RDS and GCP Cloud SQL.
8+
79## Documentation
810
911Documentation for each subcommand:
1012
13+ - [ create-readonly-user] ( commands/create-readonly-user.md )
1114- [ create-user-db] ( commands/create-user-db.md )
1215- [ delete-user-db] ( commands/delete-user-db.md )
13- - [ create-readonly-user] ( commands/create-readonly-user.md )
14- - [ save] ( commands/save.md )
15- - [ load] ( commands/load.md )
1616- [ fix-owner] ( commands/fix-owner.md )
17- - [ vacuum ] ( commands/vacuum .md )
17+ - [ load ] ( commands/load .md )
1818- [ psql] ( commands/psql.md )
19+ - [ save] ( commands/save.md )
20+ - [ vacuum] ( commands/vacuum.md )
1921
2022## General Usage
2123
@@ -42,4 +44,4 @@ Some subcommands require additional environment parameters.
4244
4345## Status
4446
45- Feature incomplete. Work in progress .
47+ Stable .
Original file line number Diff line number Diff line change @@ -8,18 +8,20 @@ cat << EOF
88
99 Please choose a command:
1010
11+ create-readony-user <database> <username> <password>
12+
1113 create-user-db <username> <password>
1214
1315 delete-user-db <username>
1416
15- save <databases>
17+ fix-owner <databases>
1618
1719 load <databases>
1820
19- fix-owner <databases>
20-
2121 psql - start a PostgreSQL client session
2222
23+ save <databases>
24+
2325 vacuum <databases>
2426
2527EOF
You can’t perform that action at this time.
0 commit comments