Missing columns country
, source
after upgrade 1.5 to 3
#5794
Unanswered
mart-e
asked this question in
Self-Hosted Support
Replies: 1 comment
-
Oh, I think I have figured it out! What I think worked was :
I am not sure if this is the expected steps? Or am I supposed to do 1.5 -> 2 first? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a self-hosted instance in 1.5.1 that I am trying to upgrade in 3.0.1 but, after the upgrade, I miss some columns like
country
orsource
in clickhouse.Steps:
docker compose up
docker compose exec plausible bin/plausible rpc Plausible.DataMigration.NumericIDs.run
, answer 'y' to allAfter the migration, when opening the stats on my webiste, I get errors
show table sessions_v2
Do I need to run a specific additional steps? Or upgrade from 1.5 to 2.0 first before jumping to 3.0?
My understanding is that, when running the migration
NumericIDs
, we drop the tableevents_v2
(first question) and the one that is recreated won’t get the new columns (as we already have the latest schema_migrations when we first launched the server in 3.0.1).I tried answering no (the default) for those drop queries but I then get an error
Thank you
Beta Was this translation helpful? Give feedback.
All reactions