Skip to content
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

fix: self hosted replay storage access #24155

Merged
merged 3 commits into from
Aug 19, 2024
Merged

Conversation

pauldambra
Copy link
Member

I promise I'm not working... but I am doing lots of waiting so I set up a linode with self-hosted posthog and pointed my blog at it

Replay does not work OOTB at all. Something has broken at some point or folk aren't reporting all their problems.

web, worker, and plugins deployment all need to be able to access object storage in order for replay features to work

but they can't so replay only works while data is buffered in redis - no bueno

this provides the hard coded auth/config that will allow access to minio

with this config in place my OOTB install started working

(I don't know if this will break things for folk who have set config to support e.g. their own S3 access 🤷)

@pauldambra
Copy link
Member Author

@daibhin creating this so I don't lose track of it, probably need support from someone with docker chops to figure out if this is a bad way to fix things since some folk must have already overridden this but the OOTB experience is no good at all right now

@pauldambra pauldambra added the feature/replay Features for Team Replay label Aug 2, 2024
@posthog-bot
Copy link
Contributor

This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the stale label – otherwise this will be closed in another week. If you want to permanentely keep it open, use the waiting label.

@pauldambra pauldambra merged commit d07960f into master Aug 19, 2024
87 checks passed
@pauldambra pauldambra deleted the fix/self-hosted-replay branch August 19, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/replay Features for Team Replay
Development

Successfully merging this pull request may close these issues.

4 participants