From ebbc68e4e5c4099e22c2e01ed8bdbfe7151c2110 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 20 Nov 2023 15:09:03 +0100 Subject: [PATCH] add section how to connect to database Signed-off-by: Simon L --- develop.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/develop.md b/develop.md index 7ac2bdeccc4..08aa9e8a314 100644 --- a/develop.md +++ b/develop.md @@ -38,3 +38,6 @@ This is documented here: https://github.com/nextcloud-releases/all-in-one/tree/m 1. Verify that no job is running here: https://github.com/nextcloud-releases/all-in-one/actions/workflows/promote-to-beta.yml 2. Go to https://github.com/nextcloud-releases/all-in-one/actions/workflows/promote-to-latest.yml, click on `Run workflow`. + +## How to connect to the database? +Simply run `sudo docker exec -it nextcloud-aio-database psql -U oc_nextcloud nextcloud_database` and you should be in.