brett
01/29/2021, 7:51 PMdocker-compose up on master and got this:
airbyte-scheduler | 2021-01-29 19:09:39 WARN i.a.s.SchedulerApp(main):186 - {workspace_app_root=/tmp/workspace/scheduler/logs} - Waiting for Server to start...
airbyte-scheduler | Exception in thread "main" java.lang.IllegalStateException: Unable to retrieve Airbyte Version, aborting...
airbyte-scheduler | at io.airbyte.scheduler.SchedulerApp.main(SchedulerApp.java:194)
Web server is responding but returns Cannot reach server. The server may still be starting up.
I think someone mentioned I might need to remove from docker volumes - any steps to do that?Jared Rhizor (Airbyte)
docker-compose down -v (warning: this will remove all your prior configs / run history)Jared Rhizor (Airbyte)
docker-compose up should workChris (deprecated profile)
Jared Rhizor (Airbyte)
brett
01/29/2021, 7:59 PMbrett
01/29/2021, 7:59 PM