mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-01 23:04:15 +02:00
5 lines
157 B
Markdown
5 lines
157 B
Markdown
## Root Access
|
|
To access the database via the root account execute the following on the server:
|
|
```bash
|
|
docker exec -it central-postgres psql -U postgres
|
|
``` |