Closed
Bug 897527
Opened 12 years ago
Closed 12 years ago
Switch Air Mozilla from MySQL to PostgreSQL
Categories
(Webtools Graveyard :: Air Mozilla, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
References
Details
(Whiteboard: cm2)
To be able to use postgres's fulltext indices for search, we need to switch over to postgres.
| Assignee | ||
Updated•12 years ago
|
Priority: -- → P1
Updated•12 years ago
|
Whiteboard: cm2
| Assignee | ||
Comment 1•12 years ago
|
||
Selena,
It works! I'm able to run it locally and all 228 tests pass.
(by the way, doing this work I learned that mysql doesn't support neither microseconds or timezone aware dates!)
Here's why I need your help. Please see
https://github.com/mozilla/airmozilla/pull/61
You don't need to merge it. Let's just discuss.
The last three files are non-boring-django-stuff.
https://github.com/mozilla/airmozilla/pull/61/files#diff-30
Does the README make sense?
Is it correct the way I created all those `alter table ...` commands for converting every 'timestamp without time zone' column?
If you're ok with this, I'm going to merge this to master, rope in some help from IT and proceed with this on dev.
Comment 2•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/airmozilla
https://github.com/mozilla/airmozilla/commit/1ee1daa1240c2cb6c2e2387236f8c38fdeb141f7
fixes bug 897527 - switch from mysql to postgresql
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → peterbe
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•