mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-23 22:21:45 +08:00
add section how to connect to database
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
01625b1b7a
commit
ebbc68e4e5
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue