-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi there,
Thank you for these scripts and the blog post explaining the steps to migrate from Umami cloud to self-hosted. It really helped me figure out how to do it with my site recently, though I had to update the scripts a bit.
I wrote up my steps here: https://tallcoleman.me/programming/2026/02/23/migrate-umami-cloud-to-self-hosted.html
My update script here: https://gist.github.com/tallcoleman/6771559900a856ee0938940eca1bd1e9
Would you be interested in a pull request to update the scripts?
It would probably mean replacing the three script versions with just the one, since I relied on pandas pretty heavily for the data processing I added. The main changes were just to keep up with some of the ways that the database schemas have evolved, and also to add optional processing for the event_data export file / table.
Edit (2026-03-28): script and blog post have also been updated to address a time-shift bug I noticed when using imports from the Umami Cloud US servers.