Files
backstage/.changeset/thin-elephants-joke.md
T
Patrik Oldsberg f14df56222 cli: experimental support for using embedded-postgres as dev DB
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-04-01 12:57:49 +02:00

376 B

@backstage/cli
@backstage/cli
patch

The package start command now supports an experimental EXPERIMENTAL_DEV_DB env flag that can be set to enable the use of embedded-postgres as the database for local development, rather than SQLite. For this to work the desired version of the embedded-postgres package must be installed in your project, typically as a devDependency.