Skip to content

Commit

Permalink
add section how to connect to database
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Nov 20, 2023
1 parent 01625b1 commit ebbc68e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ebbc68e

Please sign in to comment.