Marko, What you really wanna do?
If your db is squlite, you can just copy the whole app folder and sub-folders and put it in the new server with the same version of web2py and it should work... Just make sure you set properly the owner of the files and folders, permissions should stay the same (not affected when copy). If you want to make something else, like upgrade web2py version or move to a better DBMS like Postgres or MySQL/MariaDB, you will have more things and tests to do, but it should not be that difficult depending of the size of your database. Also depending of your web2py version you have feature like export/import the whole database : http://web2py.com/books/default/chapter/29/6?search=csv#CSV-(all-tables-at-once) If you have relation between you table, you have to take care to not re-increment your records when import your backuped data... Richard On Thu, May 3, 2012 at 10:30 AM, Bill Thayer <bill.tha...@live.com> wrote: > What I did was to practice with the tutorial app from the book. I made the > small app on my local machine using the rocket server and sqlite then > practiced moving it to a server with MySQL and Apache. That successful > exercise is what made me decide to go forward with web2py vs. django. > > Perhaps you might try a practice deployment yourself with a small app > before you decide. If I remeber right, I just changed the db connection > string after copying my app then from the application admin page, accessed > the database admin page to create the new tables. You will have to > reasearch the data migration but I bet you can handle it. > > Good Luck, > Bill > > > On Wednesday, May 2, 2012 3:47:36 PM UTC-5, mmstud wrote: >> >> Hi, >> >> I need to move my 2-3 years old web2py app to other server. Its pretty >> simple member and magazine subscriber database working over https. I'd like >> to move it to the other server, either dedicated or cloud environment. >> Whats should I do to get current sqlite database and application moved >> without hassles? There is a user authentication by CAS or something too. >> Are there good cheap or even free cloud services that could work well for a >> small app? >> >> Regards, >> -Marko >> > > On Wednesday, May 2, 2012 3:47:36 PM UTC-5, mmstud wrote: >> >> Hi, >> >> I need to move my 2-3 years old web2py app to other server. Its pretty >> simple member and magazine subscriber database working over https. I'd like >> to move it to the other server, either dedicated or cloud environment. >> Whats should I do to get current sqlite database and application moved >> without hassles? There is a user authentication by CAS or something too. >> Are there good cheap or even free cloud services that could work well for a >> small app? >> >> Regards, >> -Marko >> >