Updating database diagram
If you make updates to the Fides application database, you should update the DB Architecture diagram in the documentation.
- Connect DBeaver (opens in a new tab) to our
app
DB container- DBeaver > Database > New Database Connection > PostgreSQL
- Add configuration details
- Right-click on postgres connection > Create > Other
- Select ER Diagram, Click Next
- Drill down to Postgres > app > Schemas > public and click the checkbox.
- Add a name to your ER Diagram
- Click Finish
- DBeaver > Database > New Database Connection > PostgreSQL
- Drag and drop tables so they are less messy.
- File > Save As (app_database.png)
- Replace img/app_database.png with the new file