Re: [Mailman-Developers] ORM layer transition

2014-11-03 Thread Guillaume Libersat
Hi, First, thanks for this wonderful enhancement, it's gonna make a lot of things much easier and reliable! I've just tried the branch and wanted to point out that I had to add : "from __future__ import print_function" at the beginning of: - src/mailman/bin/checkdbs.py - src/mailman/bin/bumpdi

Re: [Mailman-Developers] ORM layer transition

2014-11-03 Thread Stephen J. Turnbull
Guillaume Libersat writes: > It looks to run smoothly in my test environment, how crazy is it to > try it on the production server? Any chance to corrupt the DB? :) Only you can judge craziness, but I would say, yes, there is a chance of DB corruption that is higher than before the migration.

Re: [Mailman-Developers] ORM layer transition

2014-11-03 Thread Barry Warsaw
On Nov 03, 2014, at 10:59 PM, Guillaume Libersat wrote: >I've just tried the branch and wanted to point out that I had to add : > >"from __future__ import print_function" > >at the beginning of: > - src/mailman/bin/checkdbs.py > - src/mailman/bin/bumpdigests.py > >otherwise it would complain about