:wave: fun times chatting data in the office hours...
# announcements
b
👋 fun times chatting data in the office hours today! I just did a
docker-compose up
on
master
and got this:
Copy code
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?
1
j
you can run
docker-compose down -v
(warning: this will remove all your prior configs / run history)
after that
docker-compose up
should work
👍 1
c
this message is showing because your airbyte database is out of sync with airbyte code base, that’s why you have to recreate the volumes
j
we’re adding migration support for upgrades so this won’t be necessary soon.
b
🎉 success
thanks
👍 2