Note: If you are restoring data with the DAL method import_from_csv_file 
(not the Table class method) using id_map={}, which is the method that 
should be used to keep references in sync, you should not have issues 
keeping reference values. I have tested it with a trivial db (a few records 
and a list:reference table field) and it worked. AFAIK, appadmin does not 
provide an interface to make dumps of or loading the entire database, but 
it is really simple to use them in a web2py shell.


BTW: I have noticed that there is a problem on database the dump method 
(DAL's export_to_csv_file) and filed this issue. 

http://code.google.com/p/web2py/issues/detail?id=1605

With that change, you should be able to move data across databases without 
problems (yet not preserving id values).

-- 

--- 
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/groups/opt_out.


Reply via email to