Custom Query (1173 matches)
Results (187 - 189 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5368 | fixed | Migrations 29 and 35 consume hard drive | ||
Description |
Per the devel list conversion, database migrations 29 and 35 consume a very large amount of hard drive space on instances with numerous database entries. A proposed solution would be to run db.commit after every entry instead of once at the end. This may make the entire migration slower, but it will hopefully prevent consuming all storage space. |
|||
#5367 | fixed | Update edit view for database changes | ||
Description |
Editing other users' media causes a server error. |
|||
#5366 | fixed | Update blog views for database changes | ||
Description |
Blog views crash with server errors as they haven't been updated for the latest database changes. I've got local fixes that I'll compile and upload as a patch. |