From 982f22da77f986b9ceb17229436f5076800bc7ae Mon Sep 17 00:00:00 2001 From: j-lea <45389321+j-lea@users.noreply.github.com> Date: Tue, 4 Aug 2020 13:37:58 +0100 Subject: [PATCH] Add documentation for deploying without Redis as a dependency (#304) --- deployment/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deployment/README.md b/deployment/README.md index 3c903eb..24704af 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -201,6 +201,9 @@ You can customise this window with the `SESSION_TIME` env variable to the `env` SESSION_TIME=60 ./deploy ``` +### [From 4.3.0] Removing Redis dependency +If you are on a later version than 4.3.0 and using Postgres, Redis is no longer required. Instead set the environment variable `USE_POSTGRES_FOR_ACTION_CABLE=true` on deploy. + ## Testing your deployment 1. Log in to the Postfacto admin dashboard @@ -208,4 +211,4 @@ SESSION_TIME=60 ./deploy 1. Run the smoke test script from the root of the package directory: ```bash ./smoke-test.sh - ``` \ No newline at end of file + ```