Summary
The user is facing issues after upgrading Airbyte to version 1.1 in a Kubernetes deployment on GCP. They encountered login issues due to NULL organization email in the database and are now getting errors when requesting user data. They are looking for a way to rerun the initialSetup or reseed necessary data.
Question
hey! is there any way to rerun the initialSetup where you provide your organization email and all the initial info?
I have a Kubernetes deployment in GCP(without abctl) and I just upgraded to the version 1.1(it was running a really old version before). When I set auth.enabled=true
I couldn’t login to Airbyte, I was getting the Invalid username or password.
error message(even though the password was correct).
I went into the DB and when I select * from public.organization;
I noticed that my organization had a NULL value in the email
column, I did a UPDATE
on that record to set the organization email.
Now the password works, but I get another error message when my browser tries to request /api/v1/users/get
route. I get the Failed to get user after login.
is my organization/user missing some important records or relations in other tables? is there a way I could rerun the initialSetup or reseed necessary data?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.