I opened a ticket about this until I can evaluate this further. But at the very list what you proposed should be an option. https://github.com/web2py/web2py/issues/2062
On Friday, 23 November 2018 01:06:26 UTC-8, [email protected] wrote: > > I had to modify Web2Py as follows to get tickets stored in the DB > (necessary for cloud deployment with no filesystem) > > It is working for tracebacks but not for snapshots. > > I needed to modify Web2Py (version 2.17.2) to: > > 1) Use JSON instead of Pickle for serialization as Pickle has errors > serializing to MySQL (not sure about other databases) > 2) Add extra error checking for the ticket-to-DB code path > 3) set fake_migrate correctly when reading form and creating the error > table. > > > The 2 files modified and attached to this message are: > gluon/restricted.py > applications/admin/controllers/default.py > > > Hopefully someone can get it working for snapshots as well and integrate > to the main line. > > Thanks, > -Mike > > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

