mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 23:38:13 +02:00
Restructuring for new backup solution
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
# 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
|
||||
# Assuming the container name is postgres
|
||||
docker exec -it postgres psql -U postgres
|
||||
```
|
Reference in New Issue
Block a user