Add release notes

This commit is contained in:
Cassowary 2024-04-11 13:48:15 -07:00
parent daa00ec73c
commit d450ef32f0
1 changed files with 9 additions and 0 deletions

9
release/next Normal file
View File

@ -0,0 +1,9 @@
ALERTA ALERTA
N8N recipe is switching from deploying a PostgreSQL and setting it as the database to using the
built-in SQLite database instead. PostgreSQL can still be enabled, see .env.sample for the
lines to add to your configuration to enable it (should retain data that was in Postgres).
There is no clean migration path between sqlite and postgres. Committing to one pretty much
sticks you to that one (there are hacks but it is involved and incomplete).