Armand
02/02/2022, 2:17 AMdocker-compose up
airbyte-server | 2022-02-02 02:15:45 ERROR i.a.s.ServerApp(main):236 - Server failed
airbyte-server | java.lang.NullPointerException: Cannot invoke "org.flywaydb.core.api.MigrationInfo.getVersion()" because the return value of "io.airbyte.db.instance.DatabaseMigrator.getLatestMigration()" is null
airbyte-server | at io.airbyte.db.instance.MinimumFlywayMigrationVersionCheck.assertMigrations(MinimumFlywayMigrationVersionCheck.java:75) ~[io.airbyte.airbyte-db-lib-0.35.15-alpha.jar:?]
airbyte-server | at io.airbyte.server.ServerApp.assertDatabasesReady(ServerApp.java:131) ~[io.airbyte-airbyte-server-0.35.15-alpha.jar:?]
airbyte-server | at io.airbyte.server.ServerApp.getServer(ServerApp.java:155) ~[io.airbyte-airbyte-server-0.35.15-alpha.jar:?]
airbyte-server | at io.airbyte.server.ServerApp.main(ServerApp.java:234) [io.airbyte-airbyte-server-0.35.15-alpha.jar:?]
airbyte-server exited with code 1
Thiago Costa
02/02/2022, 2:51 AMdocker compose down -v
to remove any volumes that are probably being reused thereArmand
02/02/2022, 3:39 AM