This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
, [2023-08-17T11:14:59.917908 #1] INFO -- : source=rack-timeout id=8e1ad9ca-2ef2-42ec-b351-a032f0f0789e timeout=15000ms state=ready | |
I, [2023-08-17T11:14:59.929077 #1] INFO -- : [8e1ad9ca-2ef2-42ec-b351-a032f0f0789e] Started POST "/api/v1/accounts/1/inboxes" for 172.68.191.150 at 2023-08-17 11:14:59 +0000 | |
I, [2023-08-17T11:14:59.945498 #1] INFO -- : [8e1ad9ca-2ef2-42ec-b351-a032f0f0789e] Processing by Api::V1::Accounts::InboxesController#create as JSON | |
I, [2023-08-17T11:14:59.951340 #1] INFO -- : [8e1ad9ca-2ef2-42ec-b351-a032f0f0789e] Parameters: {"name"=>"New Inbox", "channel"=>{"type"=>"api", "webhook_url"=>""}, "account_id"=>"1", "inbox"=>{"name"=>"New Inbox"}} | |
I, [2023-08-17T11:15:00.235485 #1] INFO -- : [8e1ad9ca-2ef2-42ec-b351-a032f0f0789e] [ActiveJob] Enqueued ActionCableBroadcastJob (Job ID: b4a5bef8-7da5-4257-8e56-7c88b89422c1) to Sidekiq(critical) with arguments: ["x3FgxnhcMDwgNZHgvZf1UnT8", "AQvwgtRdZM8c5CAbER2Z4Fq8"], "account.cache_invalidated", {:cache_keys=>{:label=>"0000000000", :inbox=> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@srv02:/data/chatwoot# docker compose run --rm rails bundle exec rails db:chatwoot_prepare | |
+ rm -rf /app/tmp/pids/server.pid | |
+ rm -rf '/app/tmp/cache/*' | |
+ echo 'Waiting for postgres to become ready....' | |
Waiting for postgres to become ready.... | |
+ docker/entrypoints/helpers/pg_database_url.rb | |
+ export 'POSTGRES_PORT=5432' | |
+ PG_READY='pg_isready -h 172.17.0.1 -p 5432 -U postgres' | |
+ pg_isready -h 172.17.0.1 -p 5432 -U postgres | |
172.17.0.1:5432 - accepting connections |