Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist SQLite database in Backstage app #3875

Open
marians opened this issue Feb 12, 2025 · 0 comments
Open

Persist SQLite database in Backstage app #3875

marians opened this issue Feb 12, 2025 · 0 comments
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

Comments

@marians
Copy link
Member

marians commented Feb 12, 2025

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:

  database:
    client: better-sqlite3
    connection:
      directory: "/path/to/volume"
@github-project-automation github-project-automation bot moved this to Inbox 📥 in Roadmap Feb 12, 2025
@marians marians added team/honeybadger Team Honey Badger honeybadger/ui In Team Honeybadger and dealing with user interfaces ui/backstage The next generation web UI for Giant Swarm topic/stability labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Inbox 📥
Development

No branches or pull requests

1 participant