mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-10 04:25:20 +02:00
Shortened service- to svc-
This commit is contained in:
7
roles/svc-rdbms-postgres/Administration.md
Normal file
7
roles/svc-rdbms-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