Skip to content
Discussion options

You must be logged in to vote

Resolved with the explanation on the March 2024 release notes PR and clarification from @nataliekwong. As mentioned in this issue, deleting and recreating the airbyte_workspace volume can resolve the issue. It is also possible to resolve the issue by changing the ownership on /tmp with the following commands, run on the host machine:

docker exec -u root -it airbyte-worker /bin/bash
chown -R airbyte:airbyte /tmp

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by techxorcist
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment