Database Migration of old version to the lastest of fabmanager

Hi,

I want to update the version of Fabmanager, but I have too many records on Database, the system can not stop and I would like to make a secure migration. So I created another VM with the same hardware configuration, and I would like to install the lastest version from automated script install then migrate all data from one vm to another, But it should be done by the local network and I would like to know which is the correct procedure to do it.

And I would like to ask some support on my installation, I got it not runnig yet. I have installed it using the automated script instalation, everythign looked be good at the final, but it did not worked.

I got the followed the message:

And the log messages here:

on app-stdout.log:

=> Booting Puma
=> Rails 5.2.4.3 application starting in production
=> Run `rails server -h` for more startup options
  AuthProvider Load (0.4ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.6ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.5ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.3ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.7ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
Exiting

no log on error.log file

on worker-stderr.log:

undefined method `strategy_name' for #<AuthProvider::SimpleAuthProvider:0x0000557181210320>
/usr/src/app/app/controllers/users/omniauth_callbacks_controller.rb:4:in `<class:OmniauthCallbacksController>'
/usr/src/app/app/controllers/users/omniauth_callbacks_controller.rb:1:in `<main>'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `block in require'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:257:in `load_dependency'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `require'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:378:in `block in require_or_load'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:37:in `block in load_interlock'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies/interlock.rb:14:in `block in loading'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/concurrency/share_lock.rb:151:in `exclusive'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies/interlock.rb:13:in `loading'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:37:in `load_interlock'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:356:in `require_or_load'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:49:in `block in require_or_load'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:17:in `allow_bootsnap_retry'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:48:in `require_or_load'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:334:in `depend_on'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:86:in `depend_on'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:246:in `require_dependency'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:478:in `block (2 levels) in eager_load!'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:477:in `each'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:477:in `block in eager_load!'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:475:in `each'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:475:in `eager_load!'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:356:in `eager_load!'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application/finisher.rb:69:in `each'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application/finisher.rb:69:in `block in <module:Finisher>'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:32:in `instance_exec'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:32:in `run'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:61:in `block in run_initializers'
/usr/local/lib/ruby/2.6.0/tsort.rb:228:in `block in tsort_each'
/usr/local/lib/ruby/2.6.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
/usr/local/lib/ruby/2.6.0/tsort.rb:431:in `each_strongly_connected_component_from'
/usr/local/lib/ruby/2.6.0/tsort.rb:349:in `block in each_strongly_connected_component'
/usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each'
/usr/local/lib/ruby/2.6.0/tsort.rb:347:in `call'
/usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each_strongly_connected_component'
/usr/local/lib/ruby/2.6.0/tsort.rb:226:in `tsort_each'
/usr/local/lib/ruby/2.6.0/tsort.rb:205:in `tsort_each'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:60:in `run_initializers'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application.rb:361:in `initialize!'
/usr/src/app/config/environment.rb:5:in `<top (required)>'
/usr/local/bundle/gems/sidekiq-6.0.7/lib/sidekiq/cli.rb:252:in `require'
/usr/local/bundle/gems/sidekiq-6.0.7/lib/sidekiq/cli.rb:252:in `boot_system'
/usr/local/bundle/gems/sidekiq-6.0.7/lib/sidekiq/cli.rb:37:in `run'
/usr/local/bundle/gems/sidekiq-6.0.7/bin/sidekiq:31:in `<top (required)>'
/usr/local/bundle/bin/sidekiq:23:in `load'
/usr/local/bundle/bin/sidekiq:23:in `<top (required)>'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `load'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `kernel_load'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:28:in `run'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli.rb:476:in `exec'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:399:in `dispatch'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli.rb:30:in `dispatch'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:476:in `start'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli.rb:24:in `start'
/usr/local/bundle/gems/bundler-2.1.4/exe/bundle:46:in `block in <top (required)>'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:123:in `with_friendly_errors'
/usr/local/bundle/gems/bundler-2.1.4/exe/bundle:34:in `<top (required)>'
/usr/local/bundle/bin/bundle:23:in `load'
/usr/local/bundle/bin/bundle:23:in `<main>'

and worker-stdout.log:

2020-07-03T00:41:39.399Z pid=50 tid=gnf30j4ju INFO: Booting Sidekiq 6.0.7 with redis options {:url=>"redis://redis:6379"}
2020-07-03T00:41:39.404Z pid=50 tid=gnf30j4ju INFO: Cron Jobs - add job with name: subscription_expire_in_7_days
2020-07-03T00:41:39.409Z pid=50 tid=gnf30j4ju INFO: Cron Jobs - add job with name: subscription_is_expired
2020-07-03T00:41:39.418Z pid=50 tid=gnf30j4ju INFO: Cron Jobs - add job with name: generate_statistic
2020-07-03T00:41:39.424Z pid=50 tid=gnf30j4ju INFO: Cron Jobs - add job with name: i_calendar_import
2020-07-03T00:41:39.432Z pid=50 tid=gnf30j4ju INFO: Cron Jobs - add job with name: open_api_trace_calls_count
2020-07-03T00:41:39.438Z pid=50 tid=gnf30j4ju INFO: Cron Jobs - add job with name: reservation_reminder
2020-07-03T00:41:39.446Z pid=50 tid=gnf30j4ju INFO: Cron Jobs - add job with name: close_period_reminder_worker
2020-07-03T00:41:39.452Z pid=50 tid=gnf30j4ju INFO: Cron Jobs - add job with name: free_disk_space
2020-07-03T00:41:39.457Z pid=50 tid=gnf30j4ju INFO: Cron Jobs - add job with name: version_check
  AuthProvider Load (0.5ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.3ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.7ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.4ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]

Thanks in advance!

@Sylvain , how are you?

could you please, give us a help?

I believe it might be a little detail that I did not understand about the procedure installation. :sweat_smile:

Hi Sergio,
Try running

docker-compose exec fabmanager bundle exec rake db:seed

Thanks for the answer @Sylvain!

I did, and this was What happened:

** Invoke db:seed (first_time)
** Execute db:seed
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke db:load_config (first_time)
** Invoke environment (first_time)
** Execute environment
  AuthProvider Load (0.4ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.3ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
2020-07-13T14:14:50.347Z pid=368 tid=gp8mocpcw middleware=SidekiqUniqueJobs::Client::Middleware unique_digest=uniquejobs:86311f9a63c73dba95cf40e8c8a07b12 INFO: Adding dead VersionCheckWorker job 2420240d48f8441dd3480b71
  AuthProvider Load (0.4ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.5ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
** Execute db:load_config
** Execute db:abort_if_pending_migrations
   (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
   (0.5ms)  SELECT COUNT(*) FROM "statistic_indices"
   (0.5ms)  SELECT COUNT(*) FROM "statistic_fields"
  StatisticField Load (0.3ms)  SELECT  "statistic_fields".* FROM "statistic_fields" WHERE "statistic_fields"."key" = $1 LIMIT $2  [["key", "groupName"], ["LIMIT", 1]]
   (0.5ms)  SELECT COUNT(*) FROM "statistic_types"
   (0.4ms)  SELECT COUNT(*) FROM "statistic_sub_types"
   (0.4ms)  SELECT COUNT(*) FROM "statistic_graphs"
   (0.4ms)  SELECT COUNT(*) FROM "groups"
  Group Load (0.3ms)  SELECT  "groups".* FROM "groups" WHERE "groups"."slug" = $1 LIMIT $2  [["slug", "admins"], ["LIMIT", 1]]
   (1.5ms)  SELECT COUNT(*) FROM "roles" INNER JOIN "users_roles" ON "users_roles"."role_id" = "roles"."id" INNER JOIN "users" ON "users"."id" = "users_roles"."user_id" WHERE "roles"."name" = $1  [["name", "admin"]]
   (0.4ms)  SELECT COUNT(*) FROM "components"
   (0.4ms)  SELECT COUNT(*) FROM "licences"
   (0.4ms)  SELECT COUNT(*) FROM "themes"
   (0.5ms)  SELECT COUNT(*) FROM "trainings"
   (0.5ms)  SELECT COUNT(*) FROM "machines"
   (0.4ms)  SELECT COUNT(*) FROM "categories"
  Setting Load (0.4ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "about_body"], ["LIMIT", 1]]
  HistoryValue Load (0.5ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 1], ["LIMIT", 1]]
  Setting Load (0.4ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "about_title"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 2], ["LIMIT", 1]]
  Setting Load (0.4ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "about_contacts"], ["LIMIT", 1]]
  HistoryValue Load (0.4ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 3], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "twitter_name"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 4], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "machine_explications_alert"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 5], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "training_explications_alert"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 6], ["LIMIT", 1]]
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "subscription_explications_alert"], ["LIMIT", 1]]
  HistoryValue Load (0.2ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 7], ["LIMIT", 1]]
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "invoice_logo"], ["LIMIT", 1]]
  HistoryValue Load (0.5ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 8], ["LIMIT", 1]]
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "invoice_reference"], ["LIMIT", 1]]
  HistoryValue Load (0.2ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 9], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "invoice_code-active"], ["LIMIT", 1]]
  HistoryValue Load (0.2ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 10], ["LIMIT", 1]]
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "invoice_code-value"], ["LIMIT", 1]]
  HistoryValue Load (0.2ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 11], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "invoice_order-nb"], ["LIMIT", 1]]
  HistoryValue Load (0.4ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 12], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "invoice_VAT-active"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 13], ["LIMIT", 1]]
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "invoice_VAT-rate"], ["LIMIT", 1]]
  HistoryValue Load (0.2ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 14], ["LIMIT", 1]]
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "invoice_text"], ["LIMIT", 1]]
rake aborted!
NoMethodError: undefined method `t' for main:Object
/usr/src/app/db/seeds.rb:606:in `<main>'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:55:in `load'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:55:in `load'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:285:in `block in load'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:257:in `load_dependency'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:285:in `load'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:556:in `load_seed'
/usr/local/bundle/gems/activerecord-5.2.4.3/lib/active_record/tasks/database_tasks.rb:281:in `load_seed'
/usr/local/bundle/gems/activerecord-5.2.4.3/lib/active_record/railties/databases.rake:194:in `block (2 levels) in <main>'
/usr/local/bundle/gems/rake-13.0.1/lib/rake/task.rb:281:in `block in execute'
/usr/local/bundle/gems/rake-13.0.1/lib/rake/task.rb:281:in `each'
/usr/local/bundle/gems/rake-13.0.1/lib/rake/task.rb:281:in `execute'
/usr/local/bundle/gems/rake-13.0.1/lib/rake/task.rb:219:in `block in invoke_with_call_chain'
/usr/local/lib/ruby/2.6.0/monitor.rb:235:in `mon_synchronize'
/usr/local/bundle/gems/rake-13.0.1/lib/rake/task.rb:199:in `invoke_with_call_chain'
/usr/local/bundle/gems/rake-13.0.1/lib/rake/task.rb:188:in `invoke'
/usr/local/bundle/gems/rake-13.0.1/lib/rake/application.rb:160:in `invoke_task'
/usr/local/bundle/gems/rake-13.0.1/lib/rake/application.rb:116:in `block (2 levels) in top_level'
/usr/local/bundle/gems/rake-13.0.1/lib/rake/application.rb:116:in `each'
/usr/local/bundle/gems/rake-13.0.1/lib/rake/application.rb:116:in `block in top_level'
/usr/local/bundle/gems/rake-13.0.1/lib/rake/application.rb:125:in `run_with_threads'
/usr/local/bundle/gems/rake-13.0.1/lib/rake/application.rb:110:in `top_level'
/usr/local/bundle/gems/rake-13.0.1/lib/rake/application.rb:83:in `block in run'
/usr/local/bundle/gems/rake-13.0.1/lib/rake/application.rb:186:in `standard_exception_handling'
/usr/local/bundle/gems/rake-13.0.1/lib/rake/application.rb:80:in `run'
/usr/local/bundle/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
/usr/local/bundle/bin/rake:23:in `load'
/usr/local/bundle/bin/rake:23:in `<top (required)>'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `load'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `kernel_load'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:28:in `run'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli.rb:476:in `exec'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:399:in `dispatch'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli.rb:30:in `dispatch'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:476:in `start'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli.rb:24:in `start'
/usr/local/bundle/gems/bundler-2.1.4/exe/bundle:46:in `block in <top (required)>'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:123:in `with_friendly_errors'
/usr/local/bundle/gems/bundler-2.1.4/exe/bundle:34:in `<top (required)>'
/usr/local/bundle/bin/bundle:23:in `load'
/usr/local/bundle/bin/bundle:23:in `<main>'
Tasks: TOP => db:seed

it is on the same state off.

on app-stderr.log:

from bin/rails:4:in `<main>'
/usr/src/app/app/controllers/users/omniauth_callbacks_controller.rb:4:in `<class:OmniauthCallbacksController>': undefined method `strategy_name' for #<AuthProvider::SimpleAuthProvider:0x0000555c75de2b38> (NoMethodError)
        from /usr/src/app/app/controllers/users/omniauth_callbacks_controller.rb:1:in `<main>'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `block in require'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:257:in `load_dependency'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `require'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:378:in `block in require_or_load'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:37:in `block in load_interlock'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies/interlock.rb:14:in `block in loading'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/concurrency/share_lock.rb:151:in `exclusive'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies/interlock.rb:13:in `loading'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:37:in `load_interlock'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:356:in `require_or_load'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:49:in `block in require_or_load'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:17:in `allow_bootsnap_retry'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:48:in `require_or_load'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:334:in `depend_on'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:86:in `depend_on'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:246:in `require_dependency'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:478:in `block (2 levels) in eager_load!'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:477:in `each'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:477:in `block in eager_load!'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:475:in `each'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:475:in `eager_load!'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:356:in `eager_load!'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application/finisher.rb:69:in `each'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application/finisher.rb:69:in `block in <module:Finisher>'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:32:in `instance_exec'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:32:in `run'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:61:in `block in run_initializers'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:228:in `block in tsort_each'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:431:in `each_strongly_connected_component_from'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:349:in `block in each_strongly_connected_component'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `call'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each_strongly_connected_component'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:226:in `tsort_each'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:205:in `tsort_each'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:60:in `run_initializers'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application.rb:361:in `initialize!'
        from /usr/src/app/config/environment.rb:5:in `<main>'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `block in require'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:257:in `load_dependency'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `require'
        from config.ru:3:in `block in <main>'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:116:in `eval'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:116:in `new_from_string'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:105:in `load_file'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:66:in `parse_file'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:349:in `build_app_and_options_from_config'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:249:in `app'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:27:in `app'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:422:in `wrapped_app'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:312:in `block in start'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:379:in `handle_profiling'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:311:in `start'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:53:in `start'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:147:in `block in perform'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:142:in `tap'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:142:in `perform'
        from /usr/local/bundle/gems/thor-0.20.3/lib/thor/command.rb:27:in `run'
        from /usr/local/bundle/gems/thor-0.20.3/lib/thor/invocation.rb:126:in `invoke_command'
        from /usr/local/bundle/gems/thor-0.20.3/lib/thor.rb:387:in `dispatch'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/command/base.rb:69:in `perform'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/command.rb:46:in `invoke'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands.rb:18:in `<main>'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `block in require'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:257:in `load_dependency'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `require'
        from bin/rails:4:in `<main>'
/usr/src/app/app/controllers/users/omniauth_callbacks_controller.rb:4:in `<class:OmniauthCallbacksController>': undefined method `strategy_name' for #<AuthProvider::SimpleAuthProvider:0x0000556815f73118> (NoMethodError)
        from /usr/src/app/app/controllers/users/omniauth_callbacks_controller.rb:1:in `<main>'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `block in require'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:257:in `load_dependency'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `require'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:378:in `block in require_or_load'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:37:in `block in load_interlock'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies/interlock.rb:14:in `block in loading'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/concurrency/share_lock.rb:151:in `exclusive'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies/interlock.rb:13:in `loading'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:37:in `load_interlock'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:356:in `require_or_load'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:49:in `block in require_or_load'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:17:in `allow_bootsnap_retry'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:48:in `require_or_load'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:334:in `depend_on'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:86:in `depend_on'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:246:in `require_dependency'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:478:in `block (2 levels) in eager_load!'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:477:in `each'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:477:in `block in eager_load!'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:475:in `each'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:475:in `eager_load!'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:356:in `eager_load!'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application/finisher.rb:69:in `each'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application/finisher.rb:69:in `block in <module:Finisher>'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:32:in `instance_exec'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:32:in `run'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:61:in `block in run_initializers'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:228:in `block in tsort_each'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:431:in `each_strongly_connected_component_from'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:349:in `block in each_strongly_connected_component'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `call'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each_strongly_connected_component'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:226:in `tsort_each'
        from /usr/local/lib/ruby/2.6.0/tsort.rb:205:in `tsort_each'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:60:in `run_initializers'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application.rb:361:in `initialize!'
        from /usr/src/app/config/environment.rb:5:in `<main>'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `block in require'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:257:in `load_dependency'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `require'
        from config.ru:3:in `block in <main>'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:116:in `eval'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:116:in `new_from_string'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:105:in `load_file'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:66:in `parse_file'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:349:in `build_app_and_options_from_config'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:249:in `app'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:27:in `app'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:422:in `wrapped_app'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:312:in `block in start'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:379:in `handle_profiling'
        from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:311:in `start'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:53:in `start'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:147:in `block in perform'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:142:in `tap'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:142:in `perform'
        from /usr/local/bundle/gems/thor-0.20.3/lib/thor/command.rb:27:in `run'
        from /usr/local/bundle/gems/thor-0.20.3/lib/thor/invocation.rb:126:in `invoke_command'
        from /usr/local/bundle/gems/thor-0.20.3/lib/thor.rb:387:in `dispatch'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/command/base.rb:69:in `perform'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/command.rb:46:in `invoke'
        from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands.rb:18:in `<main>'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
        from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `block in require'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:257:in `load_dependency'
        from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `require'
        from bin/rails:4:in `<main>'

and

And on worker-stderr.log:

undefined method `strategy_name' for #<AuthProvider::SimpleAuthProvider:0x000055c3030cae38>
/usr/src/app/app/controllers/users/omniauth_callbacks_controller.rb:4:in `<class:OmniauthCallbacksController>'
/usr/src/app/app/controllers/users/omniauth_callbacks_controller.rb:1:in `<main>'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `block in require'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:257:in `load_dependency'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `require'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:378:in `block in require_or_load'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:37:in `block in load_interlock'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies/interlock.rb:14:in `block in loading'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/concurrency/share_lock.rb:151:in `exclusive'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies/interlock.rb:13:in `loading'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:37:in `load_interlock'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:356:in `require_or_load'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:49:in `block in require_or_load'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:17:in `allow_bootsnap_retry'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:48:in `require_or_load'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:334:in `depend_on'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:86:in `depend_on'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:246:in `require_dependency'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:478:in `block (2 levels) in eager_load!'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:477:in `each'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:477:in `block in eager_load!'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:475:in `each'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:475:in `eager_load!'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:356:in `eager_load!'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application/finisher.rb:69:in `each'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application/finisher.rb:69:in `block in <module:Finisher>'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:32:in `instance_exec'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:32:in `run'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:61:in `block in run_initializers'
/usr/local/lib/ruby/2.6.0/tsort.rb:228:in `block in tsort_each'
/usr/local/lib/ruby/2.6.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
/usr/local/lib/ruby/2.6.0/tsort.rb:431:in `each_strongly_connected_component_from'
/usr/local/lib/ruby/2.6.0/tsort.rb:349:in `block in each_strongly_connected_component'
/usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each'
/usr/local/lib/ruby/2.6.0/tsort.rb:347:in `call'
/usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each_strongly_connected_component'
/usr/local/lib/ruby/2.6.0/tsort.rb:226:in `tsort_each'
/usr/local/lib/ruby/2.6.0/tsort.rb:205:in `tsort_each'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:60:in `run_initializers'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application.rb:361:in `initialize!'
/usr/src/app/config/environment.rb:5:in `<top (required)>'
/usr/local/bundle/gems/sidekiq-6.0.7/lib/sidekiq/cli.rb:252:in `require'
/usr/local/bundle/gems/sidekiq-6.0.7/lib/sidekiq/cli.rb:252:in `boot_system'
/usr/local/bundle/gems/sidekiq-6.0.7/lib/sidekiq/cli.rb:37:in `run'
/usr/local/bundle/gems/sidekiq-6.0.7/bin/sidekiq:31:in `<top (required)>'
/usr/local/bundle/bin/sidekiq:23:in `load'
/usr/local/bundle/bin/sidekiq:23:in `<top (required)>'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `load'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `kernel_load'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:28:in `run'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli.rb:476:in `exec'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:399:in `dispatch'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli.rb:30:in `dispatch'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:476:in `start'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli.rb:24:in `start'
/usr/local/bundle/gems/bundler-2.1.4/exe/bundle:46:in `block in <top (required)>'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:123:in `with_friendly_errors'
/usr/local/bundle/gems/bundler-2.1.4/exe/bundle:34:in `<top (required)>'
/usr/local/bundle/bin/bundle:23:in `load'
/usr/local/bundle/bin/bundle:23:in `<main>'

It seems like a bug… I’ll check that and keep you updated

Ok! thanks @Sylvain!

Just to make sure that I did it correctly, I create a new VM, tha database is empty and the results was this like I have shown.

I was afraid to something get wrong on the production vm. When it got up, I will try to migrate de DB.

Is it ok on this way?

Yep, this appears to be the correct way. I’ve found an issue in the seed task, which is meant to fill the database with the initial data, especially the AuthProvider (which is the error you got). This issue prevent the task to run, so you can’t have the initial data.

I’ll try to make a bugfix release this afternoon, I’ll keep you updated.

Oh, I got it!

Nice!

Thanks @Sylvain!

Hi @Sergio,

I’ve just released version 4.5.3 which fixes the issue we discussed above. Can you give it a try?

Sure @Sylvain!!

I will Try and post here the results!

Thanks!

@Sylvain,

I have runned the command: « curl -sSL upgrade.fab-manager.com | bash », And I got this:

`fabmanager2020@FABMANAGER2020:/apps/fabmanager$ docker-compose up
Creating network "fabmanager_default" with the default driver
Creating fabmanager_elasticsearch_1 ... done
Creating fabmanager_redis_1         ... done
Creating fabmanager_postgres_1      ... done
Creating fabmanager_fabmanager_1    ... done
Creating fabmanager_nginx_1         ... done
Attaching to fabmanager_elasticsearch_1, fabmanager_redis_1, fabmanager_postgres_1, fabmanager_fabmanager_1, fabmanager_nginx_1
elasticsearch_1  | [2020-07-21T21:34:50,882][INFO ][o.e.n.Node               ] [] initializing ...
fabmanager_1     | 2020-07-21 21:34:50,267 INFO Set uid to user 0 succeeded
fabmanager_1     | 2020-07-21 21:34:50,275 CRIT Server 'unix_http_server' running without any HTTP authentication checking
fabmanager_1     | 2020-07-21 21:34:50,276 INFO supervisord started with pid 1
nginx_1          | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx_1          | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx_1          | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx_1          | 10-listen-on-ipv6-by-default.sh: error: /etc/nginx/conf.d/default.conf is not a file or does not exist
nginx_1          | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
postgres_1       |
postgres_1       | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres_1       |
postgres_1       | LOG:  database system was shut down at 2020-07-21 21:34:39 UTC
postgres_1       | LOG:  MultiXact member wraparound protections are now enabled
postgres_1       | LOG:  database system is ready to accept connections
postgres_1       | LOG:  autovacuum launcher started
redis_1          | 1:C 21 Jul 2020 21:34:49.029 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1          | 1:C 21 Jul 2020 21:34:49.030 # Redis version=6.0.5, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1          | 1:C 21 Jul 2020 21:34:49.030 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1          | 1:M 21 Jul 2020 21:34:49.031 * Running mode=standalone, port=6379.
redis_1          | 1:M 21 Jul 2020 21:34:49.031 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1          | 1:M 21 Jul 2020 21:34:49.031 # Server initialized
redis_1          | 1:M 21 Jul 2020 21:34:49.031 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1          | 1:M 21 Jul 2020 21:34:49.031 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
redis_1          | 1:M 21 Jul 2020 21:34:49.032 * Loading RDB produced by version 6.0.5
redis_1          | 1:M 21 Jul 2020 21:34:49.032 * RDB age 9 seconds
redis_1          | 1:M 21 Jul 2020 21:34:49.032 * RDB memory usage when created 0.79 Mb
redis_1          | 1:M 21 Jul 2020 21:34:49.032 * DB loaded from disk: 0.000 seconds
redis_1          | 1:M 21 Jul 2020 21:34:49.032 * Ready to accept connections
nginx_1          | /docker-entrypoint.sh: Configuration complete; ready for start up
elasticsearch_1  | [2020-07-21T21:34:51,017][INFO ][o.e.e.NodeEnvironment    ] [hVx5FvE] using [1] data paths, mounts [[/usr/share/elasticsearch/data (/dev/mapper/FABMANAGER2020--vg-root)]], net usable_space [833.4gb], net total_space [884.1gb], spins? [possibly], types [ext4]
elasticsearch_1  | [2020-07-21T21:34:51,017][INFO ][o.e.e.NodeEnvironment    ] [hVx5FvE] heap size [494.9mb], compressed ordinary object pointers [true]
elasticsearch_1  | [2020-07-21T21:34:51,034][INFO ][o.e.n.Node               ] node name [hVx5FvE] derived from node ID [hVx5FvEYTcqJ7Nh1dKWxvw]; set [node.name] to override
elasticsearch_1  | [2020-07-21T21:34:51,034][INFO ][o.e.n.Node               ] version[5.6.16], pid[1], build[3a740d1/2019-03-13T15:33:36.565Z], OS[Linux/4.4.0-131-generic/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_212/25.212-b01]
elasticsearch_1  | [2020-07-21T21:34:51,034][INFO ][o.e.n.Node               ] JVM arguments [-Xms2g, -Xmx2g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djdk.io.permissionsUseCanonicalPath=true, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j.skipJansi=true, -XX:+HeapDumpOnOutOfMemoryError, -Xms512m, -Xmx512m, -Des.path.home=/usr/share/elasticsearch]
fabmanager_1     | 2020-07-21 21:34:51,278 INFO spawned: 'app' with pid 8
fabmanager_1     | 2020-07-21 21:34:51,281 INFO spawned: 'worker' with pid 9
fabmanager_1     | 2020-07-21 21:34:52,283 INFO success: app entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 21:34:52,284 INFO success: worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
elasticsearch_1  | [2020-07-21T21:34:52,306][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [aggs-matrix-stats]
elasticsearch_1  | [2020-07-21T21:34:52,306][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [ingest-common]
elasticsearch_1  | [2020-07-21T21:34:52,312][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [lang-expression]
elasticsearch_1  | [2020-07-21T21:34:52,313][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [lang-groovy]
elasticsearch_1  | [2020-07-21T21:34:52,313][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [lang-mustache]
elasticsearch_1  | [2020-07-21T21:34:52,313][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [lang-painless]
elasticsearch_1  | [2020-07-21T21:34:52,314][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [parent-join]
elasticsearch_1  | [2020-07-21T21:34:52,314][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [percolator]
elasticsearch_1  | [2020-07-21T21:34:52,315][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [reindex]
elasticsearch_1  | [2020-07-21T21:34:52,315][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [transport-netty3]
elasticsearch_1  | [2020-07-21T21:34:52,315][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [transport-netty4]
elasticsearch_1  | [2020-07-21T21:34:52,316][INFO ][o.e.p.PluginsService     ] [hVx5FvE] no plugins loaded
elasticsearch_1  | [2020-07-21T21:34:52,721][WARN ][o.e.d.c.s.Settings       ] [script.inline] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
elasticsearch_1  | [2020-07-21T21:34:52,728][WARN ][o.e.d.c.s.Settings       ] [script.engine.groovy.inline.update] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
fabmanager_1     | 2020-07-21 21:34:53,518 INFO exited: worker (exit status 1; not expected)
fabmanager_1     | 2020-07-21 21:34:54,522 INFO spawned: 'worker' with pid 12
elasticsearch_1  | [2020-07-21T21:34:54,724][INFO ][o.e.d.DiscoveryModule    ] [hVx5FvE] using discovery type [zen]
fabmanager_1     | 2020-07-21 21:34:55,524 INFO success: worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
elasticsearch_1  | [2020-07-21T21:34:55,586][INFO ][o.e.n.Node               ] initialized
elasticsearch_1  | [2020-07-21T21:34:55,586][INFO ][o.e.n.Node               ] [hVx5FvE] starting ...
elasticsearch_1  | [2020-07-21T21:34:55,820][INFO ][o.e.t.TransportService   ] [hVx5FvE] publish_address {127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}
elasticsearch_1  | [2020-07-21T21:34:55,852][WARN ][o.e.b.BootstrapChecks    ] [hVx5FvE] max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
fabmanager_1     | 2020-07-21 21:34:57,858 INFO exited: app (exit status 1; not expected)
fabmanager_1     | 2020-07-21 21:34:57,902 INFO spawned: 'app' with pid 16
fabmanager_1     | 2020-07-21 21:34:57,925 INFO exited: worker (exit status 1; not expected)
fabmanager_1     | 2020-07-21 21:34:58,927 INFO success: app entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 21:34:58,929 INFO spawned: 'worker' with pid 18
elasticsearch_1  | [2020-07-21T21:34:58,945][INFO ][o.e.c.s.ClusterService   ] [hVx5FvE] new_master {hVx5FvE}{hVx5FvEYTcqJ7Nh1dKWxvw}{JYP1DUAeRe6TX-8lBtKW3w}{127.0.0.1}{127.0.0.1:9300}, reason: zen-disco-elected-as-master ([0] nodes joined)
elasticsearch_1  | [2020-07-21T21:34:58,996][INFO ][o.e.h.n.Netty4HttpServerTransport] [hVx5FvE] publish_address {172.21.0.2:9200}, bound_addresses {0.0.0.0:9200}
elasticsearch_1  | [2020-07-21T21:34:58,997][INFO ][o.e.n.Node               ] [hVx5FvE] started
elasticsearch_1  | [2020-07-21T21:34:59,322][INFO ][o.e.g.GatewayService     ] [hVx5FvE] recovered [1] indices into cluster_state
elasticsearch_1  | [2020-07-21T21:34:59,603][INFO ][o.e.c.r.a.AllocationService] [hVx5FvE] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[stats][2], [stats][3], [stats][4], [stats][0]] ...]).
fabmanager_1     | 2020-07-21 21:34:59,931 INFO success: worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 21:35:00,943 INFO exited: app (exit status 1; not expected)
fabmanager_1     | 2020-07-21 21:35:01,562 INFO spawned: 'app' with pid 22
fabmanager_1     | 2020-07-21 21:35:02,249 INFO exited: worker (exit status 1; not expected)
fabmanager_1     | 2020-07-21 21:35:03,250 INFO success: app entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 21:35:03,253 INFO spawned: 'worker' with pid 24
fabmanager_1     | 2020-07-21 21:35:04,609 INFO success: worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 21:35:05,628 INFO exited: app (exit status 1; not expected)
fabmanager_1     | 2020-07-21 21:35:05,849 INFO spawned: 'app' with pid 28
fabmanager_1     | 2020-07-21 21:35:06,511 INFO exited: worker (exit status 1; not expected)
fabmanager_1     | 2020-07-21 21:35:07,514 INFO success: app entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 21:35:07,516 INFO spawned: 'worker' with pid 30
fabmanager_1     | 2020-07-21 21:35:08,870 INFO success: worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 21:35:08,889 INFO exited: app (exit status 1; not expected)
fabmanager_1     | 2020-07-21 21:35:09,893 INFO spawned: 'app' with pid 33
fabmanager_1     | 2020-07-21 21:35:10,758 INFO exited: worker (exit status 1; not expected)
fabmanager_1     | 2020-07-21 21:35:11,759 INFO success: app entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 21:35:11,762 INFO spawned: 'worker' with pid 36
fabmanager_1     | 2020-07-21 21:35:12,916 INFO success: worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 21:35:12,934 INFO exited: app (exit status 1; not expected)
fabmanager_1     | 2020-07-21 21:35:13,937 INFO spawned: 'app' with pid 39
fabmanager_1     | 2020-07-21 21:35:14,998 INFO success: app entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 21:35:15,019 INFO exited: worker (exit status 1; not expected)
fabmanager_1     | 2020-07-21 21:35:16,022 INFO spawned: 'worker' with pid 42
fabmanager_1     | 2020-07-21 21:35:16,958 INFO exited: app (exit status 1; not expected)
^CGracefully stopping... (press Ctrl+C again to force)
Stopping fabmanager_nginx_1         ... done
Stopping fabmanager_fabmanager_1    ... done
Stopping fabmanager_postgres_1      ... done
Stopping fabmanager_redis_1         ... done
Stopping fabmanager_elasticsearch_1 ... done
`

app-stderr.log.10:

from bin/rails:4:in `<main>'
/usr/src/app/app/controllers/users/omniauth_callbacks_controller.rb:4:in `<class:OmniauthCallbacksController>': undefined method `strategy_name' for #<AuthProvider::SimpleAuthProvider:0x00005586cf517e70> (NoMethodError)
from /usr/src/app/app/controllers/users/omniauth_callbacks_controller.rb:1:in `<main>'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `block in require'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:257:in `load_dependency'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `require'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:378:in `block in require_or_load'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:37:in `block in load_interlock'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies/interlock.rb:14:in `block in loading'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/concurrency/share_lock.rb:151:in `exclusive'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies/interlock.rb:13:in `loading'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:37:in `load_interlock'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:356:in `require_or_load'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:49:in `block in require_or_load'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:17:in `allow_bootsnap_retry'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:48:in `require_or_load'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:334:in `depend_on'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:86:in `depend_on'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:246:in `require_dependency'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:478:in `block (2 levels) in eager_load!'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:477:in `each'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:477:in `block in eager_load!'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:475:in `each'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:475:in `eager_load!'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:356:in `eager_load!'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application/finisher.rb:69:in `each'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application/finisher.rb:69:in `block in <module:Finisher>'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:32:in `instance_exec'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:32:in `run'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:61:in `block in run_initializers'
from /usr/local/lib/ruby/2.6.0/tsort.rb:228:in `block in tsort_each'
from /usr/local/lib/ruby/2.6.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
from /usr/local/lib/ruby/2.6.0/tsort.rb:431:in `each_strongly_connected_component_from'
from /usr/local/lib/ruby/2.6.0/tsort.rb:349:in `block in each_strongly_connected_component'
from /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each'
from /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `call'
from /usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each_strongly_connected_component'
from /usr/local/lib/ruby/2.6.0/tsort.rb:226:in `tsort_each'
from /usr/local/lib/ruby/2.6.0/tsort.rb:205:in `tsort_each'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:60:in `run_initializers'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application.rb:361:in `initialize!'
from /usr/src/app/config/environment.rb:5:in `<main>'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `block in require'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:257:in `load_dependency'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `require'
from config.ru:3:in `block in <main>'
from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:116:in `eval'
from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:116:in `new_from_string'
from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:105:in `load_file'
from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:66:in `parse_file'
from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:349:in `build_app_and_options_from_config'
from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:249:in `app'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:27:in `app'
from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:422:in `wrapped_app'
from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:312:in `block in start'
from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:379:in `handle_profiling'
from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:311:in `start'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:53:in `start'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:147:in `block in perform'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:142:in `tap'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands/server/server_command.rb:142:in `perform'
from /usr/local/bundle/gems/thor-0.20.3/lib/thor/command.rb:27:in `run'
from /usr/local/bundle/gems/thor-0.20.3/lib/thor/invocation.rb:126:in `invoke_command'
from /usr/local/bundle/gems/thor-0.20.3/lib/thor.rb:387:in `dispatch'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/command/base.rb:69:in `perform'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/command.rb:46:in `invoke'
from /usr/local/bundle/gems/railties-5.2.4.3/lib/rails/commands.rb:18:in `<main>'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
from /usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `block in require'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:257:in `load_dependency'
from /usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `require'
from bin/rails:4:in `<main>'

It seems I am not with enough heap memory?

and worker-stderr.log.10:

undefined method `strategy_name' for #<AuthProvider::SimpleAuthProvider:0x0000556d447d0af8>
/usr/src/app/app/controllers/users/omniauth_callbacks_controller.rb:4:in `<class:OmniauthCallbacksController>'
/usr/src/app/app/controllers/users/omniauth_callbacks_controller.rb:1:in `<main>'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `block in require'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:257:in `load_dependency'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:291:in `require'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:378:in `block in require_or_load'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:37:in `block in load_interlock'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies/interlock.rb:14:in `block in loading'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/concurrency/share_lock.rb:151:in `exclusive'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies/interlock.rb:13:in `loading'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:37:in `load_interlock'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:356:in `require_or_load'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:49:in `block in require_or_load'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:17:in `allow_bootsnap_retry'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:48:in `require_or_load'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:334:in `depend_on'
/usr/local/bundle/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:86:in `depend_on'
/usr/local/bundle/gems/activesupport-5.2.4.3/lib/active_support/dependencies.rb:246:in `require_dependency'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:478:in `block (2 levels) in eager_load!'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:477:in `each'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:477:in `block in eager_load!'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:475:in `each'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:475:in `eager_load!'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/engine.rb:356:in `eager_load!'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application/finisher.rb:69:in `each'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application/finisher.rb:69:in `block in <module:Finisher>'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:32:in `instance_exec'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:32:in `run'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:61:in `block in run_initializers'
/usr/local/lib/ruby/2.6.0/tsort.rb:228:in `block in tsort_each'
/usr/local/lib/ruby/2.6.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
/usr/local/lib/ruby/2.6.0/tsort.rb:431:in `each_strongly_connected_component_from'
/usr/local/lib/ruby/2.6.0/tsort.rb:349:in `block in each_strongly_connected_component'
/usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each'
/usr/local/lib/ruby/2.6.0/tsort.rb:347:in `call'
/usr/local/lib/ruby/2.6.0/tsort.rb:347:in `each_strongly_connected_component'
/usr/local/lib/ruby/2.6.0/tsort.rb:226:in `tsort_each'
/usr/local/lib/ruby/2.6.0/tsort.rb:205:in `tsort_each'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/initializable.rb:60:in `run_initializers'
/usr/local/bundle/gems/railties-5.2.4.3/lib/rails/application.rb:361:in `initialize!'
/usr/src/app/config/environment.rb:5:in `<top (required)>'
/usr/local/bundle/gems/sidekiq-6.0.7/lib/sidekiq/cli.rb:252:in `require'
/usr/local/bundle/gems/sidekiq-6.0.7/lib/sidekiq/cli.rb:252:in `boot_system'
/usr/local/bundle/gems/sidekiq-6.0.7/lib/sidekiq/cli.rb:37:in `run'
/usr/local/bundle/gems/sidekiq-6.0.7/bin/sidekiq:31:in `<top (required)>'
/usr/local/bundle/bin/sidekiq:23:in `load'
/usr/local/bundle/bin/sidekiq:23:in `<top (required)>'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `load'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `kernel_load'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:28:in `run'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli.rb:476:in `exec'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:399:in `dispatch'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli.rb:30:in `dispatch'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:476:in `start'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli.rb:24:in `start'
/usr/local/bundle/gems/bundler-2.1.4/exe/bundle:46:in `block in <top (required)>'
/usr/local/bundle/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:123:in `with_friendly_errors'
/usr/local/bundle/gems/bundler-2.1.4/exe/bundle:34:in `<top (required)>'
/usr/local/bundle/bin/bundle:23:in `load'
/usr/local/bundle/bin/bundle:23:in `<main>'

I configured my VM to 2.5Gb of swap memory, then runned again:

fabmanager2020@FABMANAGER2020:/apps/fabmanager$ docker-compose up                                                                                                                                                                            Starting fabmanager_elasticsearch_1 ... done
Starting fabmanager_redis_1         ... done
Starting fabmanager_postgres_1      ... done
Starting fabmanager_fabmanager_1    ... done
Starting fabmanager_nginx_1         ... done
Attaching to fabmanager_elasticsearch_1, fabmanager_postgres_1, fabmanager_redis                                                                                                                                                             _1, fabmanager_fabmanager_1, fabmanager_nginx_1
elasticsearch_1  | [2020-07-21T22:11:54,278][INFO ][o.e.n.Node               ] [                                                                                                                                                             ] initializing ...
fabmanager_1     | 2020-07-21 22:11:54,097 INFO Set uid to user 0 succeeded
elasticsearch_1  | [2020-07-21T22:11:54,456][INFO ][o.e.e.NodeEnvironment    ] [                                                                                                                                                             hVx5FvE] using [1] data paths, mounts [[/usr/share/elasticsearch/data (/dev/mapp                                                                                                                                                             er/FABMANAGER2020--vg-root)]], net usable_space [831.3gb], net total_space [884.                                                                                                                                                             1gb], spins? [possibly], types [ext4]
elasticsearch_1  | [2020-07-21T22:11:54,457][INFO ][o.e.e.NodeEnvironment    ] [                                                                                                                                                             hVx5FvE] heap size [494.9mb], compressed ordinary object pointers [true]
elasticsearch_1  | [2020-07-21T22:11:54,473][INFO ][o.e.n.Node               ] n                                                                                                                                                             ode name [hVx5FvE] derived from node ID [hVx5FvEYTcqJ7Nh1dKWxvw]; set [node.name                                                                                                                                                             ] to override
elasticsearch_1  | [2020-07-21T22:11:54,474][INFO ][o.e.n.Node               ] v                                                                                                                                                             ersion[5.6.16], pid[1], build[3a740d1/2019-03-13T15:33:36.565Z], OS[Linux/4.4.0-                                                                                                                                                             131-generic/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_212/25                                                                                                                                                             .212-b01]
fabmanager_1     | 2020-07-21 22:11:54,106 CRIT Server 'unix_http_server' runnin                                                                                                                                                             g without any HTTP authentication checking
elasticsearch_1  | [2020-07-21T22:11:54,474][INFO ][o.e.n.Node               ] J                                                                                                                                                             VM arguments [-Xms2g, -Xmx2g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupanc                                                                                                                                                             yFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -                                                                                                                                                             Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djdk.io.permi                                                                                                                                                             ssionsUseCanonicalPath=true, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimi                                                                                                                                                             zation=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEna                                                                                                                                                             bled=false, -Dlog4j2.disable.jmx=true, -Dlog4j.skipJansi=true, -XX:+HeapDumpOnOu                                                                                                                                                             tOfMemoryError, -Xms512m, -Xmx512m, -Des.path.home=/usr/share/elasticsearch]
fabmanager_1     | 2020-07-21 22:11:54,106 INFO supervisord started with pid 1
postgres_1       |
postgres_1       | PostgreSQL Database directory appears to contain a database;                                                                                                                                                              Skipping initialization
postgres_1       |
postgres_1       | LOG:  database system was shut down at 2020-07-21 22:07:09 UT                                                                                                                                                             C
postgres_1       | LOG:  MultiXact member wraparound protections are now enabled
postgres_1       | LOG:  autovacuum launcher started
postgres_1       | LOG:  database system is ready to accept connections
redis_1          | 1:C 21 Jul 2020 22:11:53.146 # oO0OoO0OoO0Oo Redis is startin                                                                                                                                                             g oO0OoO0OoO0Oo
redis_1          | 1:C 21 Jul 2020 22:11:53.147 # Redis version=6.0.5, bits=64,                                                                                                                                                              commit=00000000, modified=0, pid=1, just started
redis_1          | 1:C 21 Jul 2020 22:11:53.147 # Warning: no config file specif                                                                                                                                                             ied, using the default config. In order to specify a config file use redis-serve                                                                                                                                                             r /path/to/redis.conf
redis_1          | 1:M 21 Jul 2020 22:11:53.148 * Running mode=standalone, port=                                                                                                                                                             6379.
redis_1          | 1:M 21 Jul 2020 22:11:53.149 # WARNING: The TCP backlog setti                                                                                                                                                             ng of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the                                                                                                                                                              lower value of 128.
redis_1          | 1:M 21 Jul 2020 22:11:53.149 # Server initialized
redis_1          | 1:M 21 Jul 2020 22:11:53.149 # WARNING overcommit_memory is s                                                                                                                                                             et to 0! Background save may fail under low memory condition. To fix this issue                                                                                                                                                              add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the co                                                                                                                                                             mmand 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1          | 1:M 21 Jul 2020 22:11:53.149 # WARNING you have Transparent H                                                                                                                                                             uge Pages (THP) support enabled in your kernel. This will create latency and mem                                                                                                                                                             ory usage issues with Redis. To fix this issue run the command 'echo never > /sy                                                                                                                                                             s/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.lo                                                                                                                                                             cal in order to retain the setting after a reboot. Redis must be restarted after                                                                                                                                                              THP is disabled.
redis_1          | 1:M 21 Jul 2020 22:11:53.149 * Loading RDB produced by versio                                                                                                                                                             n 6.0.5
redis_1          | 1:M 21 Jul 2020 22:11:53.150 * RDB age 284 seconds
redis_1          | 1:M 21 Jul 2020 22:11:53.150 * RDB memory usage when created                                                                                                                                                              0.79 Mb
redis_1          | 1:M 21 Jul 2020 22:11:53.150 * DB loaded from disk: 0.001 sec                                                                                                                                                             onds
redis_1          | 1:M 21 Jul 2020 22:11:53.150 * Ready to accept connections
nginx_1          | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, wi                                                                                                                                                             ll attempt to perform configuration
nginx_1          | /docker-entrypoint.sh: Looking for shell scripts in /docker-e                                                                                                                                                             ntrypoint.d/
nginx_1          | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-list                                                                                                                                                             en-on-ipv6-by-default.sh
nginx_1          | 10-listen-on-ipv6-by-default.sh: error: /etc/nginx/conf.d/def                                                                                                                                                             ault.conf is not a file or does not exist
nginx_1          | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envs                                                                                                                                                             ubst-on-templates.sh
nginx_1          | /docker-entrypoint.sh: Configuration complete; ready for star                                                                                                                                                             t up
fabmanager_1     | 2020-07-21 22:11:55,109 INFO spawned: 'app' with pid 7
fabmanager_1     | 2020-07-21 22:11:55,112 INFO spawned: 'worker' with pid 8
elasticsearch_1  | [2020-07-21T22:11:55,747][INFO ][o.e.p.PluginsService     ] [                                                                                                                                                             hVx5FvE] loaded module [aggs-matrix-stats]
elasticsearch_1  | [2020-07-21T22:11:55,748][INFO ][o.e.p.PluginsService     ] [                                                                                                                                                             hVx5FvE] loaded module [ingest-common]
elasticsearch_1  | [2020-07-21T22:11:55,749][INFO ][o.e.p.PluginsService     ] [                                                                                                                                                             hVx5FvE] loaded module [lang-expression]
elasticsearch_1  | [2020-07-21T22:11:55,749][INFO ][o.e.p.PluginsService     ] [                                                                                                                                                             hVx5FvE] loaded module [lang-groovy]
elasticsearch_1  | [2020-07-21T22:11:55,749][INFO ][o.e.p.PluginsService     ] [                                                                                                                                                             hVx5FvE] loaded module [lang-mustache]
elasticsearch_1  | [2020-07-21T22:11:55,749][INFO ][o.e.p.PluginsService     ] [                                                                                                                                                             hVx5FvE] loaded module [lang-painless]
elasticsearch_1  | [2020-07-21T22:11:55,749][INFO ][o.e.p.PluginsService     ] [                                                                                                                                                             hVx5FvE] loaded module [parent-join]
elasticsearch_1  | [2020-07-21T22:11:55,749][INFO ][o.e.p.PluginsService     ] [                                                                                                                                                             hVx5FvE] loaded module [percolator]
elasticsearch_1  | [2020-07-21T22:11:55,750][INFO ][o.e.p.PluginsService     ] [                                                                                                                                                             hVx5FvE] loaded module [reindex]
elasticsearch_1  | [2020-07-21T22:11:55,750][INFO ][o.e.p.PluginsService     ] [                                                                                                                                                             hVx5FvE] loaded module [transport-netty3]
elasticsearch_1  | [2020-07-21T22:11:55,750][INFO ][o.e.p.PluginsService     ] [                                                                                                                                                             hVx5FvE] loaded module [transport-netty4]
elasticsearch_1  | [2020-07-21T22:11:55,751][INFO ][o.e.p.PluginsService     ] [                                                                                                                                                             hVx5FvE] no plugins loaded
fabmanager_1     | 2020-07-21 22:11:56,114 INFO success: app entered RUNNING sta                                                                                                                                                             te, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 22:11:56,114 INFO success: worker entered RUNNING                                                                                                                                                              state, process has stayed up for > than 1 seconds (startsecs)
elasticsearch_1  | [2020-07-21T22:11:56,189][WARN ][o.e.d.c.s.Settings       ] [                                                                                                                                                             script.inline] setting was deprecated in Elasticsearch and will be removed in a                                                                                                                                                              future release! See the breaking changes documentation for the next major versio                                                                                                                                                             n.
elasticsearch_1  | [2020-07-21T22:11:56,193][WARN ][o.e.d.c.s.Settings       ] [                                                                                                                                                             script.engine.groovy.inline.update] setting was deprecated in Elasticsearch and                                                                                                                                                              will be removed in a future release! See the breaking changes documentation for                                                                                                                                                              the next major version.
fabmanager_1     | 2020-07-21 22:11:58,416 INFO exited: app (exit status 1; not                                                                                                                                                              expected)
fabmanager_1     | 2020-07-21 22:11:58,558 INFO spawned: 'app' with pid 13
fabmanager_1     | 2020-07-21 22:11:58,576 INFO exited: worker (exit status 1; n                                                                                                                                                             ot expected)
elasticsearch_1  | [2020-07-21T22:11:58,699][INFO ][o.e.d.DiscoveryModule    ] [                                                                                                                                                             hVx5FvE] using discovery type [zen]
fabmanager_1     | 2020-07-21 22:11:59,578 INFO success: app entered RUNNING sta                                                                                                                                                             te, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 22:11:59,584 INFO spawned: 'worker' with pid 15
elasticsearch_1  | [2020-07-21T22:11:59,832][INFO ][o.e.n.Node               ] i                                                                                                                                                             nitialized
elasticsearch_1  | [2020-07-21T22:11:59,832][INFO ][o.e.n.Node               ] [                                                                                                                                                             hVx5FvE] starting ...
elasticsearch_1  | [2020-07-21T22:12:00,026][INFO ][o.e.t.TransportService   ] [                                                                                                                                                             hVx5FvE] publish_address {127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}
elasticsearch_1  | [2020-07-21T22:12:00,044][WARN ][o.e.b.BootstrapChecks    ] [                                                                                                                                                             hVx5FvE] max virtual memory areas vm.max_map_count [65530] is too low, increase                                                                                                                                                              to at least [262144]
fabmanager_1     | 2020-07-21 22:12:00,586 INFO success: worker entered RUNNING                                                                                                                                                              state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 22:12:01,624 INFO exited: app (exit status 1; not                                                                                                                                                              expected)
fabmanager_1     | 2020-07-21 22:12:02,178 INFO spawned: 'app' with pid 19
fabmanager_1     | 2020-07-21 22:12:02,852 INFO exited: worker (exit status 1; n                                                                                                                                                             ot expected)
elasticsearch_1  | [2020-07-21T22:12:03,182][INFO ][o.e.c.s.ClusterService   ] [                                                                                                                                                             hVx5FvE] new_master {hVx5FvE}{hVx5FvEYTcqJ7Nh1dKWxvw}{4NbPYoHXRIqT8rqjZ-XGxw}{12                                                                                                                                                             7.0.0.1}{127.0.0.1:9300}, reason: zen-disco-elected-as-master ([0] nodes joined)
elasticsearch_1  | [2020-07-21T22:12:03,221][INFO ][o.e.h.n.Netty4HttpServerTran                                                                                                                                                             sport] [hVx5FvE] publish_address {172.22.0.2:9200}, bound_addresses {0.0.0.0:920                                                                                                                                                             0}
elasticsearch_1  | [2020-07-21T22:12:03,221][INFO ][o.e.n.Node               ] [                                                                                                                                                             hVx5FvE] started
elasticsearch_1  | [2020-07-21T22:12:03,482][INFO ][o.e.g.GatewayService     ] [                                                                                                                                                             hVx5FvE] recovered [1] indices into cluster_state
elasticsearch_1  | [2020-07-21T22:12:03,749][INFO ][o.e.c.r.a.AllocationService]                                                                                                                                                              [hVx5FvE] Cluster health status changed from [RED] to [GREEN] (reason: [shards                                                                                                                                                              started [[stats][3]] ...]).
fabmanager_1     | 2020-07-21 22:12:03,853 INFO success: app entered RUNNING sta                                                                                                                                                             te, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 22:12:03,856 INFO spawned: 'worker' with pid 21
fabmanager_1     | 2020-07-21 22:12:05,221 INFO success: worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 22:12:05,237 INFO exited: app (exit status 1; not expected)
fabmanager_1     | 2020-07-21 22:12:06,241 INFO spawned: 'app' with pid 24
fabmanager_1     | 2020-07-21 22:12:07,034 INFO exited: worker (exit status 1; not expected)
fabmanager_1     | 2020-07-21 22:12:08,036 INFO success: app entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 22:12:08,038 INFO spawned: 'worker' with pid 27
fabmanager_1     | 2020-07-21 22:12:09,213 INFO success: worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 22:12:09,241 INFO exited: app (exit status 1; not expected)
fabmanager_1     | 2020-07-21 22:12:10,244 INFO spawned: 'app' with pid 30
fabmanager_1     | 2020-07-21 22:12:11,331 INFO success: app entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 22:12:11,351 INFO exited: worker (exit status 1; not expected)
fabmanager_1     | 2020-07-21 22:12:12,354 INFO spawned: 'worker' with pid 33
fabmanager_1     | 2020-07-21 22:12:13,228 INFO exited: app (exit status 1; not expected)
fabmanager_1     | 2020-07-21 22:12:14,231 INFO spawned: 'app' with pid 36
fabmanager_1     | 2020-07-21 22:12:14,233 INFO success: worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 22:12:15,240 INFO success: app entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-21 22:12:15,642 INFO exited: worker (exit status 1; not expected)

That is what I got.

After your upgrade, you need to run this command:

docker-compose exec fabmanager bundle exec rake db:seed

Only after that, you’ll be able to start the app with docker-compose up -d.
Keep me updated

Nice!! @Sylvain,

Now it seems the application is up, but the frontend is not showing anything.

Do I have to precompile the assets again?

Great ! :tada:

Yes please, rebuild the assets with

rm -rf public/assets
docker-compose run --rm fabmanager bundle exec rake assets:precompile

Still the same, blank screen:

Creating fabmanager_postgres_1      ... done
Creating fabmanager_redis_1         ... done
Creating fabmanager_elasticsearch_1 ... done
Creating fabmanager_fabmanager_1    ... done
Creating fabmanager_nginx_1         ... done
Attaching to fabmanager_postgres_1, fabmanager_redis_1, fabmanager_elasticsearch_1, fabmanager_fabmanager_1, fabmanager_nginx_1
postgres_1       |
postgres_1       | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres_1       |
postgres_1       | LOG:  database system was shut down at 2020-07-22 13:14:14 UTC
postgres_1       | LOG:  MultiXact member wraparound protections are now enabled
postgres_1       | LOG:  database system is ready to accept connections
postgres_1       | LOG:  autovacuum launcher started
redis_1          | 1:C 22 Jul 2020 13:14:24.259 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1          | 1:C 22 Jul 2020 13:14:24.259 # Redis version=6.0.5, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1          | 1:C 22 Jul 2020 13:14:24.259 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1          | 1:M 22 Jul 2020 13:14:24.286 * Running mode=standalone, port=6379.
redis_1          | 1:M 22 Jul 2020 13:14:24.286 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1          | 1:M 22 Jul 2020 13:14:24.286 # Server initialized
redis_1          | 1:M 22 Jul 2020 13:14:24.286 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1          | 1:M 22 Jul 2020 13:14:24.286 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
redis_1          | 1:M 22 Jul 2020 13:14:24.287 * Loading RDB produced by version 6.0.5
redis_1          | 1:M 22 Jul 2020 13:14:24.287 * RDB age 10 seconds
redis_1          | 1:M 22 Jul 2020 13:14:24.287 * RDB memory usage when created 0.79 Mb
redis_1          | 1:M 22 Jul 2020 13:14:24.287 * DB loaded from disk: 0.000 seconds
redis_1          | 1:M 22 Jul 2020 13:14:24.287 * Ready to accept connections
nginx_1          | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx_1          | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx_1          | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx_1          | 10-listen-on-ipv6-by-default.sh: error: /etc/nginx/conf.d/default.conf is not a file or does not exist
nginx_1          | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx_1          | /docker-entrypoint.sh: Configuration complete; ready for start up
fabmanager_1     | 2020-07-22 13:14:28,055 INFO Set uid to user 0 succeeded
fabmanager_1     | 2020-07-22 13:14:28,070 CRIT Server 'unix_http_server' running without any HTTP authentication checking
fabmanager_1     | 2020-07-22 13:14:28,070 INFO supervisord started with pid 1
fabmanager_1     | 2020-07-22 13:14:29,074 INFO spawned: 'app' with pid 7
fabmanager_1     | 2020-07-22 13:14:29,076 INFO spawned: 'worker' with pid 8
fabmanager_1     | 2020-07-22 13:14:30,078 INFO success: app entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-22 13:14:30,079 INFO success: worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
fabmanager_1     | 2020-07-22 13:14:31,383 INFO exited: worker (exit status 1; not expected)
fabmanager_1     | 2020-07-22 13:14:31,386 INFO spawned: 'worker' with pid 11
fabmanager_1     | 2020-07-22 13:14:32,388 INFO success: worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
elasticsearch_1  | [2020-07-22T13:14:32,453][INFO ][o.e.n.Node               ] [] initializing ...
elasticsearch_1  | [2020-07-22T13:14:32,598][INFO ][o.e.e.NodeEnvironment    ] [hVx5FvE] using [1] data paths, mounts [[/usr/share/elasticsearch/data (/dev/mapper/FABMANAGER2020--vg-root)]], net usable_space [831.3gb], net total_space [884.1gb], spins? [possibly], types [ext4]
elasticsearch_1  | [2020-07-22T13:14:32,598][INFO ][o.e.e.NodeEnvironment    ] [hVx5FvE] heap size [494.9mb], compressed ordinary object pointers [true]
elasticsearch_1  | [2020-07-22T13:14:32,627][INFO ][o.e.n.Node               ] node name [hVx5FvE] derived from node ID [hVx5FvEYTcqJ7Nh1dKWxvw]; set [node.name] to override
elasticsearch_1  | [2020-07-22T13:14:32,627][INFO ][o.e.n.Node               ] version[5.6.16], pid[1], build[3a740d1/2019-03-13T15:33:36.565Z], OS[Linux/4.4.0-131-generic/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_212/25.212-b01]
elasticsearch_1  | [2020-07-22T13:14:32,627][INFO ][o.e.n.Node               ] JVM arguments [-Xms2g, -Xmx2g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djdk.io.permissionsUseCanonicalPath=true, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j.skipJansi=true, -XX:+HeapDumpOnOutOfMemoryError, -Xms512m, -Xmx512m, -Des.path.home=/usr/share/elasticsearch]
elasticsearch_1  | [2020-07-22T13:14:34,321][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [aggs-matrix-stats]
elasticsearch_1  | [2020-07-22T13:14:34,321][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [ingest-common]
elasticsearch_1  | [2020-07-22T13:14:34,321][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [lang-expression]
elasticsearch_1  | [2020-07-22T13:14:34,321][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [lang-groovy]
elasticsearch_1  | [2020-07-22T13:14:34,321][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [lang-mustache]
elasticsearch_1  | [2020-07-22T13:14:34,321][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [lang-painless]
elasticsearch_1  | [2020-07-22T13:14:34,322][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [parent-join]
elasticsearch_1  | [2020-07-22T13:14:34,322][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [percolator]
elasticsearch_1  | [2020-07-22T13:14:34,322][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [reindex]
elasticsearch_1  | [2020-07-22T13:14:34,322][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [transport-netty3]
elasticsearch_1  | [2020-07-22T13:14:34,322][INFO ][o.e.p.PluginsService     ] [hVx5FvE] loaded module [transport-netty4]
elasticsearch_1  | [2020-07-22T13:14:34,323][INFO ][o.e.p.PluginsService     ] [hVx5FvE] no plugins loaded
elasticsearch_1  | [2020-07-22T13:14:34,720][WARN ][o.e.d.c.s.Settings       ] [script.inline] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
elasticsearch_1  | [2020-07-22T13:14:34,724][WARN ][o.e.d.c.s.Settings       ] [script.engine.groovy.inline.update] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
elasticsearch_1  | [2020-07-22T13:14:37,441][INFO ][o.e.d.DiscoveryModule    ] [hVx5FvE] using discovery type [zen]
elasticsearch_1  | [2020-07-22T13:14:38,519][INFO ][o.e.n.Node               ] initialized
elasticsearch_1  | [2020-07-22T13:14:38,520][INFO ][o.e.n.Node               ] [hVx5FvE] starting ...
elasticsearch_1  | [2020-07-22T13:14:38,867][INFO ][o.e.t.TransportService   ] [hVx5FvE] publish_address {127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}
elasticsearch_1  | [2020-07-22T13:14:38,885][WARN ][o.e.b.BootstrapChecks    ] [hVx5FvE] max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
elasticsearch_1  | [2020-07-22T13:14:42,008][INFO ][o.e.c.s.ClusterService   ] [hVx5FvE] new_master {hVx5FvE}{hVx5FvEYTcqJ7Nh1dKWxvw}{9UTpn2ioR4yAKr-3ImyW6Q}{127.0.0.1}{127.0.0.1:9300}, reason: zen-disco-elected-as-master ([0] nodes joined)
elasticsearch_1  | [2020-07-22T13:14:42,046][INFO ][o.e.h.n.Netty4HttpServerTransport] [hVx5FvE] publish_address {172.24.0.3:9200}, bound_addresses {0.0.0.0:9200}
elasticsearch_1  | [2020-07-22T13:14:42,047][INFO ][o.e.n.Node               ] [hVx5FvE] started
elasticsearch_1  | [2020-07-22T13:14:42,444][INFO ][o.e.g.GatewayService     ] [hVx5FvE] recovered [1] indices into cluster_state
elasticsearch_1  | [2020-07-22T13:14:42,802][INFO ][o.e.c.r.a.AllocationService] [hVx5FvE] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[stats][1]] ...]).

But, here has a waring that took my attention:

elasticsearch_1 | [2020-07-22T13:14:38,885][WARN ][o.e.b.BootstrapChecks ] [hVx5FvE] max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

Has it something about it?

The memory allocated to elasticsearch should not prevent the display of the application (at worse, it may slow down the statistics display). Can you report what’s in app-stdout.log ?

sure!

Started GET "/favicon.ico" for 187.92.211.162 at 2020-07-22 12:04:55 +0000

ActionController::RoutingError (No route matches [GET] "/favicon.ico"):

actionpack (5.2.4.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
railties (5.2.4.3) lib/rails/rack/logger.rb:38:in `call_app'
railties (5.2.4.3) lib/rails/rack/logger.rb:26:in `block in call'
activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:28:in `tagged'
activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:71:in `tagged'
railties (5.2.4.3) lib/rails/rack/logger.rb:26:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
rack (2.2.3) lib/rack/method_override.rb:24:in `call'
rack (2.2.3) lib/rack/runtime.rb:22:in `call'
activesupport (5.2.4.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/static.rb:127:in `call'
rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
railties (5.2.4.3) lib/rails/engine.rb:524:in `call'
puma (3.12.6) lib/puma/configuration.rb:227:in `call'
puma (3.12.6) lib/puma/server.rb:706:in `handle_request'
puma (3.12.6) lib/puma/server.rb:476:in `process_client'
puma (3.12.6) lib/puma/server.rb:334:in `block in run'
puma (3.12.6) lib/puma/thread_pool.rb:135:in `block in spawn_thread'
Started GET "/" for 172.23.0.6 at 2020-07-22 13:13:53 +0000
Processing by ApplicationController#index as HTML
  Rendering application/index.html.erb
  Setting Load (0.5ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "fablab_name"], ["LIMIT", 1]]
  HistoryValue Load (0.6ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 26], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "plans_module"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 40], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "spaces_module"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 39], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "wallet_module"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 50], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "statistics_module"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 51], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "tracking_id"], ["LIMIT", 1]]
  User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "inovfablab@unisanta.br"], ["LIMIT", 1]]
  Stylesheet Load (0.4ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "theme"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "theme"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "theme"], ["LIMIT", 1]]
  Stylesheet Load (0.3ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "home_page"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "home_page"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "home_page"], ["LIMIT", 1]]
  CustomAsset Load (0.3ms)  SELECT  "custom_assets".* FROM "custom_assets" WHERE "custom_assets"."name" = $1 LIMIT $2  [["name", "favicon-file"], ["LIMIT", 1]]
  Rendered application/index.html.erb (42.0ms)
Completed 200 OK in 43ms (Views: 20.6ms | ActiveRecord: 22.0ms | Elasticsearch: 0.0ms)
Started GET "/favicon.ico" for 172.23.0.6 at 2020-07-22 13:13:54 +0000

ActionController::RoutingError (No route matches [GET] "/favicon.ico"):

actionpack (5.2.4.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
railties (5.2.4.3) lib/rails/rack/logger.rb:38:in `call_app'
railties (5.2.4.3) lib/rails/rack/logger.rb:26:in `block in call'
activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:28:in `tagged'
activesupport (5.2.4.3) lib/active_support/tagged_logging.rb:71:in `tagged'
railties (5.2.4.3) lib/rails/rack/logger.rb:26:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
rack (2.2.3) lib/rack/method_override.rb:24:in `call'
rack (2.2.3) lib/rack/runtime.rb:22:in `call'
activesupport (5.2.4.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
actionpack (5.2.4.3) lib/action_dispatch/middleware/static.rb:127:in `call'
rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
railties (5.2.4.3) lib/rails/engine.rb:524:in `call'
puma (3.12.6) lib/puma/configuration.rb:227:in `call'
puma (3.12.6) lib/puma/server.rb:706:in `handle_request'
puma (3.12.6) lib/puma/server.rb:476:in `process_client'
puma (3.12.6) lib/puma/server.rb:334:in `block in run'
puma (3.12.6) lib/puma/thread_pool.rb:135:in `block in spawn_thread'
Started GET "/" for 172.23.0.6 at 2020-07-22 13:13:56 +0000
Processing by ApplicationController#index as HTML
  Rendering application/index.html.erb
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "fablab_name"], ["LIMIT", 1]]
  HistoryValue Load (0.4ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 26], ["LIMIT", 1]]
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "plans_module"], ["LIMIT", 1]]
  HistoryValue Load (0.2ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 40], ["LIMIT", 1]]
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "spaces_module"], ["LIMIT", 1]]
  HistoryValue Load (0.2ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 39], ["LIMIT", 1]]
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "wallet_module"], ["LIMIT", 1]]
  HistoryValue Load (0.2ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 50], ["LIMIT", 1]]
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "statistics_module"], ["LIMIT", 1]]
  HistoryValue Load (0.2ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 51], ["LIMIT", 1]]
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "tracking_id"], ["LIMIT", 1]]
  User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "inovfablab@unisanta.br"], ["LIMIT", 1]]
  Stylesheet Load (0.3ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "theme"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "theme"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "theme"], ["LIMIT", 1]]
  Stylesheet Load (0.3ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "home_page"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "home_page"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "home_page"], ["LIMIT", 1]]
  CustomAsset Load (0.3ms)  SELECT  "custom_assets".* FROM "custom_assets" WHERE "custom_assets"."name" = $1 LIMIT $2  [["name", "favicon-file"], ["LIMIT", 1]]
  Rendered application/index.html.erb (15.9ms)
Completed 200 OK in 17ms (Views: 12.4ms | ActiveRecord: 4.0ms | Elasticsearch: 0.0ms)
- Gracefully stopping, waiting for requests to finish
=== puma shutdown: 2020-07-22 13:14:13 +0000 ===
- Goodbye!
Exiting
=> Booting Puma
=> Rails 5.2.4.3 application starting in production
=> Run `rails server -h` for more startup options
  AuthProvider Load (22.7ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.4ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.6ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.5ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (3.9ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  DatabaseProvider Load (14.8ms)  SELECT  "database_providers".* FROM "database_providers" WHERE "database_providers"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Creating scope :published. Overwriting existing method Project.published.
2020-07-22T13:14:38.557Z pid=7 tid=gp5m485j3 middleware=SidekiqUniqueJobs::Client::Middleware unique_digest=uniquejobs:86311f9a63c73dba95cf40e8c8a07b12 INFO: Adding dead VersionCheckWorker job d477791af451348202e7d632
  AuthProvider Load (0.4ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
Puma starting in single mode...
* Version 3.12.6 (ruby 2.6.5-p114), codename: Llamas in Pajamas
* Min threads: 5, max threads: 5
* Environment: production
* Listening on tcp://0.0.0.0:3000
Use Ctrl-C to stop
Started GET "/" for 172.24.0.6 at 2020-07-22 13:15:26 +0000
Processing by ApplicationController#index as HTML
  Rendering application/index.html.erb
  Setting Load (0.4ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "fablab_name"], ["LIMIT", 1]]
  HistoryValue Load (0.5ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 26], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "plans_module"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 40], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "spaces_module"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 39], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "wallet_module"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 50], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "statistics_module"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 51], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "tracking_id"], ["LIMIT", 1]]
  User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "inovfablab@unisanta.br"], ["LIMIT", 1]]
  Stylesheet Load (18.4ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "theme"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "theme"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "theme"], ["LIMIT", 1]]
  Stylesheet Load (0.3ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "home_page"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "home_page"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "home_page"], ["LIMIT", 1]]
  CustomAsset Load (0.6ms)  SELECT  "custom_assets".* FROM "custom_assets" WHERE "custom_assets"."name" = $1 LIMIT $2  [["name", "favicon-file"], ["LIMIT", 1]]
  Rendered application/index.html.erb (99.2ms)
Completed 200 OK in 105ms (Views: 54.5ms | ActiveRecord: 48.8ms | Elasticsearch: 0.0ms)
Started GET "/" for 172.24.0.6 at 2020-07-22 13:32:21 +0000
Processing by ApplicationController#index as HTML
  Rendering application/index.html.erb
  Setting Load (0.5ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "fablab_name"], ["LIMIT", 1]]
  HistoryValue Load (0.6ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 26], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "plans_module"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 40], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "spaces_module"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 39], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "wallet_module"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 50], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "statistics_module"], ["LIMIT", 1]]
  HistoryValue Load (0.3ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 51], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "tracking_id"], ["LIMIT", 1]]
  User Load (0.8ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "inovfablab@unisanta.br"], ["LIMIT", 1]]
  Stylesheet Load (0.3ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "theme"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "theme"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "theme"], ["LIMIT", 1]]
  Stylesheet Load (0.3ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "home_page"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "home_page"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "home_page"], ["LIMIT", 1]]
  CustomAsset Load (0.3ms)  SELECT  "custom_assets".* FROM "custom_assets" WHERE "custom_assets"."name" = $1 LIMIT $2  [["name", "favicon-file"], ["LIMIT", 1]]
  Rendered application/index.html.erb (31.0ms)
Completed 200 OK in 32ms (Views: 20.3ms | ActiveRecord: 11.2ms | Elasticsearch: 0.0ms)
Started GET "/" for 172.24.0.6 at 2020-07-22 13:32:24 +0000
Processing by ApplicationController#index as HTML
  Rendering application/index.html.erb
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "fablab_name"], ["LIMIT", 1]]
  HistoryValue Load (0.4ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 26], ["LIMIT", 1]]
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "plans_module"], ["LIMIT", 1]]
  HistoryValue Load (0.2ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 40], ["LIMIT", 1]]
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "spaces_module"], ["LIMIT", 1]]
  HistoryValue Load (0.2ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 39], ["LIMIT", 1]]
  Setting Load (0.3ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "wallet_module"], ["LIMIT", 1]]
  HistoryValue Load (0.2ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 50], ["LIMIT", 1]]
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "statistics_module"], ["LIMIT", 1]]
  HistoryValue Load (0.2ms)  SELECT  "history_values".* FROM "history_values" WHERE "history_values"."setting_id" = $1 ORDER BY "history_values"."created_at" DESC LIMIT $2  [["setting_id", 51], ["LIMIT", 1]]
  Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."name" = $1 LIMIT $2  [["name", "tracking_id"], ["LIMIT", 1]]
  User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "inovfablab@unisanta.br"], ["LIMIT", 1]]
  Stylesheet Load (0.3ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "theme"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "theme"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "theme"], ["LIMIT", 1]]
  Stylesheet Load (0.4ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "home_page"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "home_page"], ["LIMIT", 1]]
  CACHE Stylesheet Load (0.0ms)  SELECT  "stylesheets".* FROM "stylesheets" WHERE "stylesheets"."name" = $1 LIMIT $2  [["name", "home_page"], ["LIMIT", 1]]
  CustomAsset Load (0.3ms)  SELECT  "custom_assets".* FROM "custom_assets" WHERE "custom_assets"."name" = $1 LIMIT $2  [["name", "favicon-file"], ["LIMIT", 1]]
  Rendered application/index.html.erb (16.5ms)
Completed 200 OK in 17ms (Views: 12.7ms | ActiveRecord: 4.2ms | Elasticsearch: 0.0ms)
- Gracefully stopping, waiting for requests to finish
=== puma shutdown: 2020-07-22 13:39:26 +0000 ===
- Goodbye!
Exiting
=> Booting Puma
=> Rails 5.2.4.3 application starting in production
=> Run `rails server -h` for more startup options
  AuthProvider Load (0.5ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.4ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.5ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.5ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  AuthProvider Load (0.7ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
  DatabaseProvider Load (0.4ms)  SELECT  "database_providers".* FROM "database_providers" WHERE "database_providers"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Creating scope :published. Overwriting existing method Project.published.
  AuthProvider Load (0.4ms)  SELECT  "auth_providers".* FROM "auth_providers" WHERE "auth_providers"."status" = $1 LIMIT $2  [["status", "active"], ["LIMIT", 1]]
Puma starting in single mode...
* Version 3.12.6 (ruby 2.6.5-p114), codename: Llamas in Pajamas
* Min threads: 5, max threads: 5
* Environment: production
* Listening on tcp://0.0.0.0:3000
Use Ctrl-C to stop