Trocar Versao Chatwoot ‐ Upgrade Downgrade - ssteeltm/chatwootBrasil GitHub Wiki

Logar usuario chatwoot

sudo -i -u chatwoot

Executar os comandos

cd chatwoot
git checkout v3.4.0
bundle
yarn
rake assets:precompile RAILS_ENV=production
RAILS_ENV=production bundle exec rake db:migrate
exit

Reiniciar

systemctl daemon-reload
systemctl restart chatwoot.target