chore: Add limitations section to Heroku (#1559)

This commit is contained in:
Pranav Raj S 2020-12-28 21:24:38 +05:30 committed by GitHub
parent 4a9e665f94
commit 99125d3b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,3 +20,9 @@ Whenever a new version is out for chatwoot, you update your Heroku deployment th
1. In the deploy tab, choose `Github` as the deployment option.
2. Connect chatwoot repo to the app.
3. Head over to the manual deploy option, choose `master` branch and hit deploy.
### Known Limitations
1. If you are on a free tier and you dont access the application for a while Heroku will put your dynos to sleep. You can fix this by upgrading the dynos to paid tier.
2. Heroku has an "ephemeral" hard disk. The files uploaded to Chatwoot would not persist after the application is restarted. By default, Chatwoot uses local disk as the upload destination. To overcome this problem, you will have to [configure a cloud storage](https://www.chatwoot.com/docs/configuring-cloud-storage).