Replies: 5 comments 17 replies
-
Thanks for that update. I'm on vercel + supabase and I got this error: |
Beta Was this translation helpful? Give feedback.
-
Got similar issue when updating from 1.37.0 to 1.38.0 Running on Vercel and MySQL |
Beta Was this translation helpful? Give feedback.
-
I just upgraded 3 different installations of Umami to version 1.38.0. All of them failed due to the My installations are running with Docker. I'm not sure if this is the correct way to resolve it, but I did the following:
Note: make sure you run it just after the umami container has restarted, otherwise you might not have time to run the yarn command before the container restarts. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately my umami instances are still broken. The real-time page is not loading, just showing a blank page. Someone mentioned running "yarn run prisma migrate dev", but I get the following:
I really don't want to reset my data. Any advice? |
Beta Was this translation helpful? Give feedback.
-
Hi, are there still plans to introduce Clickhouse to the open-sourced version? |
Beta Was this translation helpful? Give feedback.
-
News
We have made lots of updates to how database migrations work. Hopefully this will provide a much smoother process going forward. We've moved the
check-db
script which performs migrations to the build step. Now when you deploy to a host like Vercel or Netlify, your database will be upgrade before the app ever starts. This should cut down on a lot of the migration related bugs people have been running into.For Docker users, the
check-db
can't be run during build because the images are pre-built. It will run before starting the application just like before.We have also made major database changes to get ready for our hosted cloud offering, adding support for Clickhouse, Kafka and Redis. Any changes we make will of course be open-sourced so you will get the same performance benefits we gain. If you are interested in joining our free beta program before we launch, you can sign up at https://umami.is/pricing.
Features
Yesterday
option to the date picker?theme=dark
or?theme=light
.?locale=en-US
.Fixes
Edit Dashboard
not working when a website is deleted+
sign disappearing in the metrics displayUpdates
12.2.5
4.3.1
A huge thanks to all the contributors on this release! @zx900930 @the-lazy-fox @guigrpa @aidanm1999 @wangyang0210 @Dhravya @Maxime-J @briancao @franciscao633 @AkashRajpurohit
This discussion was created from the release v1.38.0.
Beta Was this translation helpful? Give feedback.
All reactions