Skip to content

Commit 327fea7

Browse files
committed
Add couchers upgrade instructions
1 parent 6e0f237 commit 327fea7

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

_COUCHERS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
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
10+
11+
```sh
12+
docker exec -it tools-chatwoot-1 bundle exec rails db:chatwoot_prepare
13+
```

0 commit comments

Comments
 (0)