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 VersionedSessions migration #4162

Merged
merged 1 commit into from
Jun 3, 2024
Merged

fix VersionedSessions migration #4162

merged 1 commit into from
Jun 3, 2024

Conversation

ruslandoga
Copy link
Contributor

@ruslandoga ruslandoga commented May 30, 2024

Changes

This PR fixes #4161
This PR fixes #4167

Tests

  • This PR does not require tests

Changelog

  • This PR does not make a user-facing change

Documentation

  • This change does not need a documentation update

Dark mode

  • This PR does not change the UI

@ruslandoga ruslandoga requested review from macobo and a team May 30, 2024 12:11
@@ -59,7 +59,7 @@ defmodule Plausible.DataMigration.VersionedSessions do
nil

# Docker containers don't seem to support EXCHANGE TABLE, hack around this with a non-atomic swap
{:error, %Ch.Error{code: 1}} ->
{:error, %Ch.Error{code: code}} when code in [1, 48] ->
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like the experimental analyzer change

@ruslandoga ruslandoga added the self-hosting Anything self-hosted label Jun 2, 2024
@zoldar zoldar merged commit cb074d8 into master Jun 3, 2024
10 checks passed
@zoldar zoldar deleted the fix-migration branch June 3, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
self-hosting Anything self-hosted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v2.1.0 - incompatible Clickhouse server version (clickhouse/clickhouse-server:24.3.3.102-alpine)?
3 participants