Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 982f22d

Browse files
authored
Add documentation for deploying without Redis as a dependency (#304)
1 parent 3bab337 commit 982f22d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deployment/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,14 @@ You can customise this window with the `SESSION_TIME` env variable to the `env`
201201
SESSION_TIME=60 ./deploy <app-name>
202202
```
203203

204+
### [From 4.3.0] Removing Redis dependency
205+
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.
206+
204207
## Testing your deployment
205208

206209
1. Log in to the Postfacto admin dashboard
207210
1. Create a new admin user for the test to use by clicking on 'Admin Users' and then 'New Admin User'. Take note of the email and password you use, as these will be used in the next step
208211
1. Run the smoke test script from the root of the package directory:
209212
```bash
210213
./smoke-test.sh <app-url> <app-admin-url> <test-admin-email> <test-admin-password>
211-
```
214+
```

0 commit comments

Comments
 (0)