You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a guide for on how to test PRs, using the self-hosted/"hobby" docker version of PostHog?
How can I update my local copy/container of PostHog to the changes from a branch.
In attempting to test the PR, I added the hls-src attribute on a <video> element and used an .m3u8 HLS video for its value.
Then did the following:
pulled the latest changes from master branch which contains this merged PR.
ran docker-compose up --build -d
"recorded" a couple sessions for replay
The fix didn't seem to be present still in my local PostHog.
I searched(greped) inside the web, caddy, plugins, worker docker containers, but can't find any reference to hls-src.
None of this worked.
@pauldambra thanks so much for the suggestions.
I did check out the update script, but was able to get by just by pulling the latest changes from posthog git project, recreating the posthog:posthog image, then rebuilding the containers which worked!
Is there a guide for on how to test PRs, using the self-hosted/"hobby" docker version of PostHog?
How can I update my local copy/container of PostHog to the changes from a branch.
The question came up in relation to #25174
In attempting to test the PR, I added the
hls-src
attribute on a<video>
element and used an.m3u8
HLS video for its value.Then did the following:
docker-compose up --build -d
The fix didn't seem to be present still in my local PostHog.
I searched(
grep
ed) inside theweb
,caddy
,plugins
,worker
docker containers, but can't find any reference tohls-src
.None of this worked.
I asked on PostHog Community as well https://posthog.com/questions/how-to-use-latest-version-of-posthog-docker.
The AI answer was not helpful.
What am I missing?
The text was updated successfully, but these errors were encountered: