-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading Airbyte to new version fails #9502
Comments
@daleksic the upgrade process can take some time. In logs I don't see any error. |
I am having the same issue upgrading from |
I am now seeing an error when upgrading from
|
We were able to fix this by modifying our Docker Compose file (
|
thanks for the explanation @hbd |
Hi there, I was upgrading from version 0.26.0. What I did was, upgrade to 0.32.0 first, added VERSION_0_32_0_FORCE_UPGRADE=true on the second line in .env file. Next, run "docker-compose up". I had to run it three and failed the third time. Time time, the storage is full because of the massive log file. /dev/vda1 shown 100% of usage. 68GB of logs is no joke! Had to run "docker system prune" and "docker volume rm $(docker volume ls -q | grep airbyte)" to remove any past volume. This leads me to clean install for the AIrbyte. I had my backup beforehand, no big deal. I pulled the latest branch from git "git pull" and discard all the changes. Run "docker-compose up" again. Failed. Pulled .env and YAML files ("wget -N https://raw.githubusercontent.com/airbytehq/airbyte/master/{.env,docker-compose.yaml}") and rerun docker-compose. After a while, saw that Airbyte localhost:8000. Profit. Took me over two days for this try and error. Hope it helps! |
Thanks for this info @epireve ! Sorry the inconvenience |
How to do it on Kubernetes deployment. I tried to update it via config-map used by Airbyte-Serverbut it's still using the default version for the flyaway-migrator |
It looks like this issue is closed! Please open a new issue if you are still having problems with migrations. |
Environment
Current Behavior
After trying to upgrade Aibyte from 0.29.21-alpha to v0.32.0-alpha-patch-1 and latest, Airbyte won't start. The empty screen is shown on web page.
Expected Behavior
Airbyte should start with no problems.
Logs
If applicable, please upload the logs from the failing operation.
For sync jobs, you can download the full logs from the UI by going to the sync attempt page and
clicking the download logs button at the top right of the logs display window.
LOG
Steps to Reproduce
The text was updated successfully, but these errors were encountered: