self-hosted icon indicating copy to clipboard operation
self-hosted copied to clipboard

Version in footer not updated

Open ahbruinsma opened this issue 1 year ago • 5 comments

Self-Hosted Version

24.2.0

CPU Architecture

x86_64

Docker Version

25.0.3

Docker Compose Version

2.24.5

Steps to Reproduce

Running the selfhosted upgrade steps located here:

https://develop.sentry.dev/self-hosted/releases/

Expected Result

Footer should display newest version

Actual Result

Footer still keeps displaying first installed version (23.12.1) and under Admin - Environment, it's says a upgrade is available

Event ID

No response

ahbruinsma avatar Feb 20 '24 07:02 ahbruinsma

If you cd into your self-hosted repository on the install machine (ie, the repository you run the code from) and run git rev-parse HEAD. What is the resulting value? Can you post it here?

azaslavsky avatar Feb 20 '24 19:02 azaslavsky

Hello,

I did not use a git clone to checkout the sentry project, I downloaded the zip from: https://github.com/getsentry/self-hosted/releases/tag/24.2.0 and did an install from there.

Cheers

ahbruinsma avatar Feb 21 '24 06:02 ahbruinsma

And you restarted the server?

azaslavsky avatar Feb 21 '24 20:02 azaslavsky

And you restarted the server?

Yes, restarted sentry itself and rebooted the whole server. Still displaying the old version

ahbruinsma avatar Feb 22 '24 13:02 ahbruinsma

I am unable to reproduce this on my side. Can you check your .env file to ensure that you are using the 24.2.0 sentry images?

hubertdeng123 avatar Feb 23 '24 21:02 hubertdeng123

@hubertdeng123 I guess that was the problem. I did a full copy of the new zip but for some reason the .env file was not copied, so it was never really getting upgraded and that's why the version kept being the old one.

ahbruinsma avatar Mar 04 '24 09:03 ahbruinsma