I tried to upgrade from 0.26.2-alpha to 0.27.0-alp...
# contributing-to-airbyte
p
I tried to upgrade from 0.26.2-alpha to 0.27.0-alpha, and this time, my upgrade script ran without a hitch! I ran it like this:
Copy code
./upgrade-airbyte 0.26.2-alpha 0.27.0-alpha 0.27.0-alpha
u
Here's the whole transcript of the run:
u
Awesome. That looks so cool @Ping
p
@Ping you can try out the new automatic upgrading (for docker), https://docs.airbyte.io/upgrading-airbyte#upgrading-docker
u
@Subodh (Airbyte) Does this mean that we basically don't need to migrate anything anymore? Does the migration happen automatically on startup?
u
yes correct. If you are migrating to version
0.27.0
then all you have to do is turn off airbyte, pull the latest changes (git pull) and then turn on Airbyte and migration would happen.