My upgrade method is just unzip all source to my exist web2py directory. I've compare the new welcome source with my application.
I found in welcome/db.py auth.settings.hmac_key='<your secret key>' Is that the problem? If I want to solve this problem, I should drop all my tables by sqlite3 directly. What's the correct steps?

