You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: deployment/README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -201,11 +201,14 @@ You can customise this window with the `SESSION_TIME` env variable to the `env`
201
201
SESSION_TIME=60 ./deploy <app-name>
202
202
```
203
203
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
+
204
207
## Testing your deployment
205
208
206
209
1. Log in to the Postfacto admin dashboard
207
210
1. Create a new admin user forthe 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 usedin the next step
208
211
1. Run the smoke test script from the root of the package directory:
0 commit comments