Sentry upgrade: Not synced (use migrations)

Hi,

i’ve just upgraded sentry to 8.19 and noticed this part when i do “./sentry upgrade”:
Not synced (use migrations):
- sentry
- sentry.nodestore
- sentry.search
- social_auth
(use ./manage.py migrate to migrate these)

afaik these are some django migrations?
Sentry is running fine, so i dont know if this is something to be worried about?

greetings

Christian

Yeah, this is all working correctly. The messaging is just strange.

1 Like

thank you very much.