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)
Cloud Services
Operations: Firefox Private Relay
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
Assignee | ||
Updated•5 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
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)
Reporter | ||
Comment 2•5 years ago
|
||
stage looks good. let's do prod.
Flags: needinfo?(lcrouch) → needinfo?(bobm)
Assignee | ||
Comment 3•5 years ago
|
||
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
Reporter | ||
Comment 4•5 years ago
|
||
:bobm - prod looks good too. thanks.
Status: RESOLVED → VERIFIED
Flags: needinfo?(lcrouch)
You need to log in
before you can comment on or make changes to this bug.
Description
•