Hello, I am getting the following error once I pul...
# ask-community-for-troubleshooting
a
Hello, I am getting the following error once I pull the repository and execute docker-compose, any advice?
Copy code
airbyte-server      | 2022-09-13 13:36:32 ERROR i.a.s.ServerApp(main):320 - Server failed
airbyte-server      | io.airbyte.db.check.DatabaseCheckException: Timeout while waiting for database to fulfill minimum flyway migration version..
airbyte-server      | 	at io.airbyte.db.check.DatabaseMigrationCheck.check(DatabaseMigrationCheck.java:51) ~[io.airbyte.airbyte-db-db-lib-0.40.5.jar:?]
airbyte-server      | 	at io.airbyte.server.ServerApp.assertDatabasesReady(ServerApp.java:159) ~[io.airbyte-airbyte-server-0.40.5.jar:?]
airbyte-server      | 	at io.airbyte.server.ServerApp.getServer(ServerApp.java:180) ~[io.airbyte-airbyte-server-0.40.5.jar:?]
airbyte-server      | 	at io.airbyte.server.ServerApp.main(ServerApp.java:317) [io.airbyte-airbyte-server-0.40.5.jar:?]
b
were you able to solve this? I'm having the same issue...