On Nov15, 1:35am, Francisco <[email protected]> wrote:
> Hi hello every one.
>
> I'm building a simple application that consists of three modules but
> they share some db tables. I have finish the first module and is right
> now being tested. But I still need to finish the other two modules.
> When I have finished the second one I would like to "upgrade" the
> ("hopefully") production application with the new changes, but I want
> to keep the information that has already been input to the db. Is this
> possible? Since the application is small I'm using sqlite.
>
> Hope some one can give some insight.
>
> Thanks.

You can always upgrade your code to a running web2py, not even need to
restart web2py process during upgrading. However, you need to ensure
the new code does not change the db structure incompatibly.

A simple way to try it on your development server, then you will get
the whole picture.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to