Skip to content

Commit

Permalink
Update README.md (#3039)
Browse files Browse the repository at this point in the history
Add lines to discuss silent DB failures related to background postgres processes.
  • Loading branch information
akintner authored Dec 12, 2024
1 parent 2bd0e03 commit c531e4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/ecr-viewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ If you have problems connecting to your database, use this command to see what o

If building the Docker Image doesn't work as expected, try to first run the eCR Viewer locally using the steps below.

If you consistently encounter the error message `"ecr_viewer_db" does not exist` when attempting to run the app, there could be conflicting databases running on port 5432 as part of other background processes. Try pruning any dangling Docker images and containers (`docker image prune` and `docker container prune`). If issues persist, try logging into `psql` on the command line to see what databases are running there.

## Development

### Run eCR Viewer Locally
Expand Down

0 comments on commit c531e4b

Please sign in to comment.