From d450ef32f0672edfdccb4579c51a46a2c5cba92f Mon Sep 17 00:00:00 2001 From: Cassowary Date: Thu, 11 Apr 2024 13:48:15 -0700 Subject: [PATCH] Add release notes --- release/next | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 release/next 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). +