https://linen.dev logo
k

konrad schlatte

06/14/2021, 12:58 PM
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

user

06/14/2021, 12:59 PM
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

user

06/14/2021, 1:04 PM
right but I just cloned it last week
u

user

06/14/2021, 1:06 PM
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

user

06/14/2021, 1:07 PM
0.24.7 -> 0.25.0 release was done last week too, so all that is normal
k

konrad schlatte

06/14/2021, 1:14 PM
actually what happened is I cloned two versions one from earlier in the week
u

user

06/14/2021, 1:14 PM
one from later
u

user

06/14/2021, 1:15 PM
I implemented a new source on the newer version and now I want to run it locally