Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 505 Bytes

UPGRADING.md

File metadata and controls

18 lines (13 loc) · 505 Bytes

Upgrading from v1.x.x To v2.x.x

When upgrading to sentry v7.x.x from v6.x.x, you may run into the following issue captured here getsentry/sentry#1386

The workaround is as follows:

  $sudo su - sentry
  sentry@monitoring-01:~$ psql
  sentry=> update sentry_project set team_id = (select id from sentry_team limit 1) where team_id is null;

Then you can now run a salt highstate as usual:

sudo salt-call state.highstate