Opened 10 years ago

Last modified 8 years ago

#973 in_progress defect

Re-enable check_db_up_to_date() in app.py after fixing session issues

Reported by: Christopher Allan Webber Owned by: Christopher Allan Webber
Priority: critical Milestone:
Component: programming Keywords:
Cc: Parent Tickets:

Description

We had a tool that, as its name implied, checked if databases were up to date. Unfortunately, it was causing a bunch of random errors with postgres sessions in 0.7.0. As such, in o.7.1, this is disabled, but we want this to be re-enabled for 0.8.0. This requires some investigating on how to do right.

Change History (4)

comment:1 by Christopher Allan Webber, 10 years ago

See also #974, which is addressing a similar issue, but for garbage collection.

comment:2 by Christopher Allan Webber, 9 years ago

Owner: set to Christopher Allan Webber
Status: newin_progress

I'm going to look if I can get this to work with the new "context" stuff I added recently... or something :)

comment:3 by Christopher Allan Webber, 9 years ago

Milestone: 0.8.00.9.0

comment:4 by Christopher Allan Webber, 8 years ago

Milestone: 0.9.0

So, I think doing this correctly requires reworking things *anyhow* now that we're moving to Alembic for most things. As such, I think this should be looked into, but is not a 0.9.0 task.

Note: See TracTickets for help on using tickets.