Techvenience

Technology × Convenience - Vue / React / Next / Nuxt / ChatGPTなどのIT技術がもたらす便利さをお伝えします。最近はChatGPTなどのAI技術を使ってブログを書いています。

flyway

flywayのmigrateでERROR: Unable to connect to the database.に対処した話

今回はDockerを使った環境で、flywayのmigrateを実施した時に出た以下のエラーERROR: Unable to connect to the database. Configure the url, user and password!に対する対処方法を示します。migrateをしようと、以下のコマンドを実行しました。 >> $ ../f…