Closed Bug 1643384 Opened 5 years ago Closed 5 years ago

Please deploy Private Relay v0.8.1 to stage & prod

Categories

(Cloud Services :: Operations: Firefox Private Relay, task)

task

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: groovecoder, Assigned: bobm)

References

Details

Please deploy the v0.8.1 tag of the fx-private-relay repo to:

Needs to run db migrations:

python manage.py migrate

Code changelog:
https://github.com/mozilla/fx-private-relay/compare/v0.8.0..v0.8.1

Migration complete:

$ python manage.py migrate
System check identified some issues:

WARNINGS:
?: (dockerflow.health.W001) Unapplied migration privaterelay.0002_add_fxa_uid_to_invitation
Operations to perform:
  Apply all migrations: account, auth, contenttypes, emails, privaterelay, sessions, sites, socialaccount
Running migrations:
  Applying privaterelay.0002_add_fxa_uid_to_invitation... OK

Please verify stage.

Flags: needinfo?(lcrouch)
Status: NEW → ASSIGNED

Additional verification:

> select * from privaterelay_invitations where email = 'XXXXXXXXXX@XXXXXXXXXXXXX';
 id |           email            |          date_added           | active | date_sent |         date_redeemed         |             fxa_uid
----+----------------------------+-------------------------------+--------+-----------+-------------------------------+----------------------------------
  3 | XXXXXXXXX@XXXXXXXX.XXXX    | 2020-06-04 17:05:42.693123+00 | t      |           | 2020-06-04 17:09:42.079144+00 | XXXXXXXXXXXXXXXXXXXXXXX
(1 row)

Production migration complete:

$ python manage.py migrate
System check identified some issues:
WARNINGS:
?: (dockerflow.health.W001) Unapplied migration privaterelay.0002_add_fxa_uid_to_invitation
Operations to perform:
  Apply all migrations: account, auth, contenttypes, emails, privaterelay, sessions, sites, socialaccount
Running migrations:
  Applying privaterelay.0002_add_fxa_uid_to_invitation... OK

Closing bug. Please verify.

Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED

prod looks good. thanks!

Status: RESOLVED → VERIFIED
Flags: needinfo?(lcrouch)
Blocks: 1646227
You need to log in before you can comment on or make changes to this bug.