Persist SQLite database in Backstage app #3875
Labels
honeybadger/ui
In Team Honeybadger and dealing with user interfaces
team/honeybadger
Team Honey Badger
topic/stability
ui/backstage
The next generation web UI for Giant Swarm
Currently we use in-memory databases, which means that data is erased on Pod restarts.
On our journey towards a more robust deployment, we should persist the database to a filesystem on a persistent volume.
The configuration file needs adaptation like this:
The text was updated successfully, but these errors were encountered: