Replies: 6 comments 3 replies
-
Do we need to change behaviour for the docker container? I am getting the latest 1.x release every day with watchtower (IIRC). |
Beta Was this translation helpful? Give feedback.
-
@ajfriesen If there are database changes, the start script will check and ask your to run a command to update your database if needed. Otherwise it will be just like before. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the update 🎉 |
Beta Was this translation helpful? Give feedback.
-
@mikecao Hi, |
Beta Was this translation helpful? Give feedback.
-
@meirroth No, same upgrade process as usual, as long as you get the latest |
Beta Was this translation helpful? Give feedback.
-
Hi @mikecao! I was stuck a few versions back because for me these were breaking changes that need to address manually and didn't have time until today. Now, I'll update my umami instance (on vercel) and want to ask you. I have a very old instance (3 years using umami!). Can I safely remove the Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
Important
This release will use Prisma migrations for the first time. This will help up make schema changes quickly and easily in the future in order to support new upcoming features. A new script called
check-db
has been added and will run before starting the app. It verifies that your database connection is defined and working and that your schema is up to date. The script will inform you what commands you need to run to get your database up to date. You need to run the given command manually. The message will looks something like this:Also as a result of this change, the installation process will be much easier for new installation. There is no longer a manual database step to set up the tables. It will all be handled through Prisma. Additionally, defining the
HASH_SALT
environment variable is no longer required, but optional if you still want to use it.Features
IGNORE_HOSTNAME
environment variable. This will do a DNS lookup on a hostname and the resulting IP address will be ignored. This can be a comma delimited list of hostnames.DISABLE_UPDATES
environment variable which disables the new version check.Updates
HASH_SALT
requirement.v3.15.2
Fixes
DISABLE_LOGIN
check from middleware to build step since it has been causing issues on Vercel.password
field from accounts queryA huge thanks to all the contributors on this release! @anbraten @userdehghani @bilguun0203 @valtlfelipe @saosangmo @Maxime-J
This discussion was created from the release v1.33.
Beta Was this translation helpful? Give feedback.
All reactions