Hello everyone. I’m trying to upgrade Airbyte (de...
# replication-ask-ai
p
Hello everyone. I’m trying to upgrade Airbyte (deployed on GKE) from v0.40.17 version to 0.50.1 using Helm. The upgrade seems to work well (the webapp starts correctly) but if I open the “Connections” or “Sources” or “Destinations” pages I get a “Oops! Something went wrong… - Unknown error occurred” error. In the airbyte-webapp deployment logs there is a
"java.lang.NumberFormatException: For input string: "1000000000000000000000000000000000" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[?:?] at java.lang.Long.parseLong(Long.java:708) ~[?:?] at java.lang.Long.valueOf(Long.java:1156) ~[?:?] at org.jooq.tools.json.Yylex.yylex(Yylex.java:659) ~[jooq-3.17.8.jar:?]"
error. It comes with the following ERROR log line :
"POST /api/v1/web_backend/connections/list HTTP/1.0" 500 1329
I tried to ugrade the connectors but it still does not work and I can’t figure out what’s going wrong exactly. If I rollback & redeploy the 0.40.17 version I still get an error (but another one) and have to rollback the postgres (external) database too to make it work again. Can someone help me with this issue (like any advice on how to fix / troubleshoot this) ? Thanks !
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, I can suggest you to check the [Airbyte documentation](https://docs.airbyte.com) and the [Airbyte forum](https://discuss.airbyte.io) for similar issues and potential solutions. You can also consider posting your issue on the [Airbyte forum](https://discuss.airbyte.io) or [GitHub](https://github.com/airbytehq/airbyte/issues) to get help from the community and the Airbyte team.
p
For posterity : I managed to upgrade Airbyte by removing the Zendesk connections before launching the upgrade. It seems it's a corner case with the Chat connector. I then recreated it in Airbyte and performed a full refresh.