Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ docker exec -i postgres-service pg_restore -d postgres -U admin --clean --create
Note that when using the command the db you connect to can't be scheduling. It must be some other db. If you want to know what db's are available
run the command 'docker exec -it postgres-service psql -U admin -d scheduling' to open connection and shell then type '\l' to see the available DBs.

Note that when restoring to the scheduling database, you can't have any connection open to it.
Note that when restoring to the scheduling database, you can't have any connection open to it.

# Workflow
test it
Loading