Move Airbyte vom Docker to Kubernetes #42444
Unanswered
rrittsteiger
asked this question in
Deployment
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am trying to migrate my Airbyte setup from Docker to Kubernetes at the moment. Do achieve this I exported the "airbyte" database from the Docker DB container and set up a fresh Kubernetes deployment with the help of Helm. I added the docker user via the values.yaml. After the setup I downscaled all pods except the database to zero. Connected to the database and dropped and recreated the "airbyte" database. After that I restored the database with the help of my dump from the docker container. So far I used the same procedure to move an Airbyte deployment from one Docker deployment to another. In the following I upscaled the downscaled pods to the Airbyte up and running again. After opening the webinterface in my browser I am receiving the following error message in nearly every tab. Can somebody give me a hint how to resolve this?
Thank you for you help.
Beta Was this translation helpful? Give feedback.
All reactions