91s

プログラミング関係、日記などを書きます

2020-01-01から1ヶ月間の記事一覧

Rails6, Ruby2,7, mysql8 でdocker環境を作成した時に詰まった箇所 メモ

Mysql8 認証のデフォルトがcaching_sha2_passwordになっている mysql2がまだ対応していない Sequel Proもまだ対応していない(テストビルド版では対応している) 対処 docker-compose.ymlのmysqlコンテナのコマンドに追記 command: mysqld --character-set-ser…

unicornが起動できない(TypeError: no implicit conversion of nil into String)

前提 fog-aws、carrierwaveを使用しています。 staging環境でunicornの再起動をしようとしたら以下のエラーが出ました [fog][DEPRECATION] Fog::Storage::AWS is deprecated, please use Fog::AWS::Storage. [fog][WARNING] Unrecognized arguments: region,…

CodeDeployのエラー ~ The overall deployment failed ... 略 ~

codedeployが失敗していて、デプロイ詳細画面の上部に The overall deployment failed because too many individual instances failed deployment, too few healthy instances are available for deployment, or some instances in your deployment group ar…