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
Set up [the upstream chatwoot repo as an upstream](https://github.com/chatwoot/chatwoot) (i.e. a git `remote` called `upstream`), then
2
+
3
+
```sh
4
+
git fetch upstream
5
+
git rebase v4.4.0
6
+
git push -f
7
+
```
8
+
9
+
Wait for the build to complete on Github, and find the latest container in <https://github.com/Couchers-org/chatwoot/pkgs/container/chatwoot>, update that on [the `tools` repo docker-compose](https://github.com/Couchers-org/tools/blob/f2dca3e3c95b48945dbabba6e6432e85376d42ce/docker-compose.yml#L81) (note there are two lines), and then update as in those docs with
0 commit comments