Problem not realy identified, but the source is in the "auth" requirement 
starting reference in line 51 of db.   It seems to inhibit the migration 
process, and i'm always getting a pickle ticket.
My solution for the moment:
   - emptied the folder "database"
   - run the application and let all the tables be created, brand new an 
empty
   - made sure the definition of all tables are matching sqlite file  (used 
SQlite administrator in order to compare and verify)
   - once all the tables were created, replaced the new "storage.sqlite"  
by the OLD one.
   - once this was done, the application runs and so far doesn't seems to 
complain in anyway so far.


  

Le lundi 30 octobre 2017 14:34:51 UTC-4, Dave S a écrit :
>
>
>
> On Monday, October 30, 2017 at 10:46:57 AM UTC-7, Leonel Câmara wrote:
>>
>> Seems to be just a problem with pickle format for the table files you can 
>> probably solve this by doing a fake migration.
>>
>
> When you get past that, you may need to delete any sessions or errors that 
> you copied over (or that were already there if you did an in-place  
> upgrade).  The format changed somewhere along the way, and there is no more 
> fun than getting a ticket for a ticket.
>
> /dps
>  
>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to