diff --git a/release/next b/release/next new file mode 100644 index 0000000..713885e --- /dev/null +++ b/release/next @@ -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). +