i want to double check what is the latest version of Metabase on docker?
I'm using Metabase on my Synology NAS and download it from container manager, however it's been a while it's stuck at 0.49.13 and when i go to the admin interface, I'm told there is a 0.50 version available.
Should I wait until latest turns to 0.50? Or is there a bug in my setup?
I can see on your website that you only advertise Metabase 49 so I'm a bit lost on what to do !
Hi @BenTpe the reason is because the release notes haven't been released due to some performance issues:
Once these are addressed you should upgrade. On the :latest tag on that is a double edged sword because you will automatically get upgraded which is a plus but you might end up deploying a version which might have some issues. So I would say keep the actual release tag so you don't have surprises and when you are ready to upgrade just change the tag to the version you will release
Hi Tony, thanks for the answer!
My problem is that I am on the :latest tag, but my upgrade is still stuck to 0.49.13, and i thought it is weird...
In this case I'll wait until the team announces 0.50 officially and then see if latest is still stuck.
@TonyC
I finally found the problem - in container manager on my NAS I couldn't find anything, but on portainer I noticed that the "latest" image was not used, and instead the software was using a previous instance. I repulled it and now it works. Thanks for having taken the time to check.
@Luiggi
Why not use latest? Since the database is separate and I backup every day, I thought it was OK to be on latest, since in case of problem i can revert to a previous backup... and Metabase is updating often with valuable functions.