Open Jdimango opened 1 month ago
Any updates on the dependencies? I've attempted the update script again with no luck.
I have the same issue on Ubuntu 20.4. Any update?
@Jdimango @hosseinhashemi i just ran the upgrade script on my ubuntu 24 and it succeeds
you get the logs above from the clickhouse container?
I said I was using ubuntu 20.4 not 24. I’ve ran the upgrade script whenever I noticed a new release. No luck.
My solution was switching to Debian.
I said I was using ubuntu 20.4 not 24.
cool cool, i was just being clear on what i was testing with
My solution was switching to Debian.
my guess is the solution there was really the switch to a new install and we weren't recovering from the E: Unmet dependencies.
error - but that's only a guess - glad you found a solution!
@hosseinhashemi that would suggest that if you're able to start from scratch things would be ok for you - is that possible? is that true?
the other thing of course is... what happens if you run apt --fix-broken install
as the error message suggests?
@pauldambra To fix the issue, I installed Docker first and then I installed the PostHog. By this, the problem resolved.
Running apt --fix-broken install
unfortunately didn’t install any packages and left 7 alone.
I actually did try installing docker first and ran into the same issue.
It seems that a newer version of libc is installed and it can’t downgrade.
Bug Description
When attempting to run the hobby deployment script after 10 minutes the deployment does not update. Checking the docker containers with ps I see four containers continuously restarting.
I believe I've deduced the issue to the click house not starting due to a dependency issue.
How to reproduce
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/posthog/posthog/HEAD/bin/deploy-hobby)"
Additional context
I have run the upgrade script a few times over the last few days after viewing some other similar click house issues being resolved.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/posthog/posthog/HEAD/bin/upgrade-hobby)"
I am running this on a GCP VM. The image was built with the following.
I've pasted the error logs from the click house container below.
Debug info