- - create a select statement that choose the fields and records to move from the 1.9 instance
- - save the results of the select statement to a CSV file.
- - Import the CSV file in the moodle 2.2 instance
After importing the records, I had to update them so moodle would recognize them. I noticed after importing them, the records did not show up in the enrollment list. I had to run a simple update query setting the confirmed field to 1.
After importing the user records, set the confirmed field to 1.
Moral of the story?
Even thought it was a little work for 25 records, it was still better than recreating the records manually.
No comments:
Post a Comment