Hi getting this error when starting airbyte locall...
# contributing-to-airbyte
k
Hi getting this error when starting airbyte locally on docker, any ideas?
Copy code
airbyte-server   | 2021-06-14 12:52:38 ERROR i.a.s.v.VersionMismatchServer(getServer):68 - {workspace_app_root=/tmp/workspace/server/logs} - Version mismatch between 0.25.0-alpha and 0.24.7-alpha.
u
yes, it seems your airbyte version code 0.25.0 does not match your configuration version 0.24.7 https://docs.airbyte.io/upgrading-airbyte
u
right but I just cloned it last week
u
i would guess you started using airbyte with a 0.24.7 then you pulled a new version (or change the airbyte version in the env) to 0.25.0 without upgrading your configuration from 0.24.7 You could read more in the doc page i linked but:
if you don’t mind losing your current Airbyte configuration or have never setup any proper connections yet, you can skip the migrating operations and jump directly to step 5 .
u
0.24.7 -> 0.25.0 release was done last week too, so all that is normal
k
actually what happened is I cloned two versions one from earlier in the week
u
one from later
u
I implemented a new source on the newer version and now I want to run it locally