Closed Bug 1636973 Opened 5 years ago Closed 5 years ago

Please deploy Private Relay v0.7.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.7.1 tag of the fx-private-relay repo to:

This requires a db migration:

python manage.py migrate

Code changelog:
https://github.com/mozilla/fx-private-relay/compare/v0.7.0..v0.7.1

Status: NEW → ASSIGNED

Stage deployment complete. Database migration complete.

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

stage looks good. let's do prod.

Flags: needinfo?(lcrouch) → needinfo?(bobm)

Production deployment complete. Database migration complete. Please verify.

$ python manage.py migrate
System check identified some issues:
WARNINGS:
?: (dockerflow.health.W001) Unapplied migration emails.0010_auto_20200508_1335
Operations to perform:
  Apply all migrations: account, auth, contenttypes, emails, privaterelay, sessions, sites, socialaccount
Running migrations:
  Applying emails.0010_auto_20200508_1335... OK
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Flags: needinfo?(bobm) → needinfo?(lcrouch)
Resolution: --- → FIXED

:bobm - prod looks good too. thanks.

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