Documentation Index
Fetch the complete documentation index at: https://docs.airys.chat/llms.txt
Use this file to discover all available pages before exploring further.
Linux VM
Whenever a new version of AirysChat is released, use the following steps to upgrade your instance.To install
cwctl, refer this section below.If you are on an older version of AirysChat(< 2.7), follow the manual upgrade steps if you face errors with
cwctl.Docker
Update the images using the latest image from airyschat.rails db:airyschat_prepare option after accessing the console from one of the containers running the latest image.
Helm(Kubernetes)
This upgrade guide is applicable for AirysChat DigitalOcean 1-click k8s app and any other Kubernetes deployment usingcharts.
Do helm repo update and check the version of charts that is going to be installed. Helm charts follows semantic versioning and so if the MAJOR version is different from your installed version, there might be breaking changes. Please refer to the changelog before upgrading.
Heroku
- Pull the latest changes from AirysChat github repo to your fork. Use the fetch upstream changes feature on Github.
- Deploy the latest branch to your heroku app.