ror6でmaster.keyを紛失しました。
credentials.yml.enc
とmaster.key.enc
は存在しています。
両方を削除し、sudo EDITOR="vi" rails credentials:edit
を実行したところ、
以下のようなエラーが出てしましました。
この場合master.keyはどのように再作成すればよろしいでしょうか?
17: from bin/rails:4:in `<main>' 16: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.3.1/lib/active_support/dependencies.rb:332:in `require' 15: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.3.1/lib/active_support/dependencies.rb:299:in `load_dependency' 14: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.3.1/lib/active_support/dependencies.rb:332:in `block in require' 13: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require' 12: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi' 11: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register' 10: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi' 9: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require' 8: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/railties-6.1.3.1/lib/rails/commands.rb:18:in `<main>' 7: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/railties-6.1.3.1/lib/rails/command.rb:50:in `invoke' 6: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/railties-6.1.3.1/lib/rails/command/base.rb:69:in `perform' 5: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/thor-1.1.0/lib/thor.rb:392:in `dispatch' 4: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/thor-1.1.0/lib/thor/invocation.rb:127:in `invoke_command' 3: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/thor-1.1.0/lib/thor/command.rb:27:in `run' 2: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/railties-6.1.3.1/lib/rails/commands/credentials/credentials_command.rb:33:in `edit' 1: from /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.3.1/lib/active_support/encrypted_file.rb:49:in `key' /{ローカルでのパス}/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.3.1/lib/active_support/encrypted_file.rb:110:in `handle_missing_key': Missing encryption key to decrypt file with. Ask your team for your master key and write it to /{ローカルでのパス}/config/master.key or put it in the ENV['RAILS_MASTER_KEY']. (ActiveSupport::EncryptedFile::MissingKeyError)
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。