Merge pull request #8364 from backstage/sqlite-separate-files

Overwrite sqlite filename per plugin
This commit is contained in:
Fredrik Adelöw
2021-12-13 16:56:56 +01:00
committed by GitHub
5 changed files with 139 additions and 62 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-common': patch
---
Each plugin now saves to a separate sqlite database file when `connection.filename` is provided in the sqlite config.
Any existing sqlite database files will be ignored.