mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 14:04:24 +02:00
211 B
211 B
Administration
Root Access
To access the database via the root account execute the following on the server:
# Assuming the container name is postgres
docker exec -it postgres psql -U postgres