Railsの超絶初心者です。
止むに止まれず事情からRailsで作られたシステムの保守を受け持つことになってしまい、サーバ再起動をしたところ、Unicornが起動しなくなってしまいました。
$ bundle exec cap production deploy
引継書的なものには、上記のコマンドで起動できるというようなことが書いてあったのですが、以下のような文言が表示され、起動できません。
#<Thread:0x000055da31b0e6c0@/home/rails/talent-list/shared/bundle/ruby/2.5.0/gems/sshkit-1.16.0/lib/sshkit/runners/parallel.rb:10 run> terminated with exception (report_on_exception is true): Traceback (most recent call last): 1: from /home/rails/talent-list/shared/bundle/ruby/2.5.0/gems/sshkit-1.16.0/lib/sshkit/runners/parallel.rb:11:in `block (2 levels) in execute' /home/rails/talent-list/shared/bundle/ruby/2.5.0/gems/sshkit-1.16.0/lib/sshkit/runners/parallel.rb:15:in `rescue in block (2 levels) in execute': Exception while executing as rails@*.*.*.*: Authentication failed for user rails@*.*.*.* (SSHKit::Runner::ExecuteError) (Backtrace restricted to imported tasks) cap aborted! SSHKit::Runner::ExecuteError: Exception while executing as rails@*.*.*.*: Authentication failed for user rails@*.*.*.* Caused by: Net::SSH::AuthenticationFailed: Authentication failed for user rails@*.*.*.* Tasks: TOP => rbenv:validate (See full trace by running task with --trace)
※ IPは伏せ字にしております。
どうすればエラーは解消されるのか、どうすれば起動できるのかお分かりでしたら教えて頂けないでしょうか?
基礎から分かっていないものでして、もしかすると凄まじく的はずれな質問になってしまっているかもしれませんが、現在、実運用中のサービスが停止してしまっている状況ですので、どうかお力を貸して頂けると大変助かります。
宜しくお願いいたします。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/28 01:33
2020/06/28 01:38
2020/06/28 05:17
2020/06/28 05:19