Restructuring for new backup solution

This commit is contained in:
2025-07-16 19:09:31 +02:00
parent dea2669de2
commit 169493179e
38 changed files with 133 additions and 91 deletions

View File

@@ -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
```