mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 23:38:13 +02:00
Renamed the mariadb, openldap and postgres database
This commit is contained in:
7
roles/svc-db-postgres/Administration.md
Normal file
7
roles/svc-db-postgres/Administration.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Administration
|
||||
|
||||
## Root Access
|
||||
To access the database via the root account execute the following on the server:
|
||||
```bash
|
||||
docker exec -it "{{ applications['postgres'].hostname }}" psql -U postgres
|
||||
```
|
Reference in New Issue
Block a user