liatrio / devops-bootcamp

Liatrio's DevOps Bootcamp
https://devops-bootcamp.liatr.io
MIT License
43 stars 46 forks source link

Ensure that Backstage exercises set students up with a persistent Backstage instance #545

Closed SloaneTribble closed 2 months ago

SloaneTribble commented 2 months ago

Section 9.1 currently instructs students to skip the instructions to configure PostgreSQL in Spotify's "Getting Started" guide. However, future exercises depend on students' Backstage instances being able to persist data. It should be determined whether Backstage apps have a default database configuration or if this needs to be set up manually.

SloaneTribble commented 2 months ago

By default, Backstage sets users up to store data in-memory using sqlite3. I added a hint in a code change in #538 explaining how to change this setting to point to an on-disk location.