[web2py] Re: How to force an update to the scheduler schema

2018-07-25 Thread Ur. Kr.
scheduler = Scheduler(db, migrate=True) Doesn't recreate tables for me when I rerun the scheduler. On Tuesday, May 23, 2017 at 8:03:13 PM UTC+2, Dave S wrote: > > > > On Tuesday, May 23, 2017 at 5:30:08 AM UTC-7, Brad Miller wrote: >> >> Due to a forced migration to new hardware/os on webfaction,

[web2py] Re: How to force an update to the scheduler schema

2017-05-24 Thread Dave S
On Wednesday, May 24, 2017 at 1:01:14 PM UTC-7, Brad Miller wrote: > > Thanks, that would have been easier. > > What I ended up doing was dropping the tables and removing the table > files. > > then a restart got everything back in sync again. That only worked > because I didn't need to kee

[web2py] Re: How to force an update to the scheduler schema

2017-05-24 Thread Brad Miller
Thanks, that would have been easier. What I ended up doing was dropping the tables and removing the table files. then a restart got everything back in sync again. That only worked because I didn't need to keep any of the data in the scheduler tables. Brad On Tuesday, May 23, 2017 at 1:03:

[web2py] Re: How to force an update to the scheduler schema

2017-05-23 Thread Dave S
On Tuesday, May 23, 2017 at 5:30:08 AM UTC-7, Brad Miller wrote: > > Due to a forced migration to new hardware/os on webfaction, I just > recently had to upgrade from 2.5.1 to 2.14.6. > > In the process I have managed to get myself into a state where the > scheduler schema is wrong. (I'm usin