I believe I want to do the following:
oldserver$ wwdb coursename export coursename.xml
newserver$ wwdb coursename import coursename.xml
The export seems to work, but on the import I get the following errors for the two courses I am trying:
First,
* problem_user record with user_id='username@domain.edu' set_id'T5' problem_id='11': [missing table]
(This message is repeated many times for different users with different T7,T8,T9 numbers and different problem id numbers)
Second,
* Failed to parse XML document:
not well-informed (invalid token) at line 85009, column 0, byte 2323200 at /usr/lib/x_86_64-linux-gnu/perl5/5.22/XML/Parser.pm line 187.
Any advice on how to proceed?