Closed
Bug 1961680
Opened 25 days ago
Closed 25 days ago
Fix the Suggest DB schema version after incorrectly downgrading it
Categories
(Application Services :: Suggest, defect, P1)
Application Services
Suggest
Tracking
(firefox-esr115 unaffected, firefox-esr128 unaffected, firefox137 unaffected, firefox138 unaffected, firefox139 fixed)
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox137 | --- | unaffected |
firefox138 | --- | unaffected |
firefox139 | --- | fixed |
People
(Reporter: adw, Assigned: adw)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [sng])
Attachments
(1 file)
In https://github.com/mozilla/application-services/pull/6710 we reverted a schema change but incorrectly also reverted the schema version, from 36 back to 35. So if a client's DB is on 36 and then they upgrade to the latest app-services, they'll get an error when trying to open the suggest DB:
Error opening database: Incompatible database version: 36
That PR was vendored into m-c in bug 1961338.
The simplest fix would be a small patch that bumps the current schema version back to 36 and adds an empty migration.
Updated•25 days ago
|
Comment 1•25 days ago
|
||
Comment 2•25 days ago
|
||
Authored by https://github.com/0c0w3
https://github.com/mozilla/application-services/commit/c5be9668230e5af3f5e1b000ff41960a03e0d2a8
[main] Bug 1961680 - Bump the Suggest DB schema version after incorrectly downgrading it
Status: ASSIGNED → RESOLVED
Closed: 25 days ago
Flags: qe-verify+
Resolution: --- → FIXED
Updated•23 days ago
|
status-firefox137:
--- → unaffected
status-firefox-esr115:
--- → unaffected
status-firefox-esr128:
--- → unaffected
Target Milestone: --- → 139 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•