Bringing up a chrashed (powered out)docker instance #8031
Unanswered
tomelsj
asked this question in
Self hosted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So power/internet went out and I want to start chatwoot again. The problem is, that if I run
docker compose up -d
it will complain about not finding the database. If I rundocker compose run --rm rails bundle exec rails db:chatwoot_prepare
before, all data before is gone and I need to set up my sites from scratch. What can I do to bring up a crashed instance? I followed the steps in https://www.chatwoot.com/docs/self-hosted/deployment/dockerEDIT: When I try
docker compose up -d
, I gotThe chatwoot-rails-1 docker logs shows
[3814cd40-00d5-42ca-a4c2-df6259a66fc6] ActiveRecord::NoDatabaseError (We could not find your database: chatwoot_production. Which can be found in the database configuration file located at config/database.yml.
Beta Was this translation helpful? Give feedback.
All reactions