Hello, after migrating to the latest version, lots and lots of my teacher's resources show this message. I have a backup of the MoodleData folder with all of those files. Is there a way to run a process to attampt to "migrate" them again?
Thanks.
Hello, after migrating to the latest version, lots and lots of my teacher's resources show this message. I have a backup of the MoodleData folder with all of those files. Is there a way to run a process to attampt to "migrate" them again?
Thanks.
Hi there. Sorry I can't help with a solution but there are some tracker issues relating to this message which might be of interest to you, more particularly MDL-34825
Same problem here has occurred as I've cycled through ten consecutive upgrades.
Seems I re-call having same issue with a migration early on. Had to do with script not having enough time to complete all the way (I think). No way to 're-do or re-run' (to the best of my knowledge). This was the 5th try at migrating a site and by then, decided to 'investigate' rather than start over. Poking around tables in the DB - mdl_files table looked like the place.
To check (example):
select * from `mdl_files` where (`filename` like "owl-binocs.jpg" and `status` like "0")
Replace the 'owl-binocs.jpg' filename above to something you know 'made the trip'.
Came to the conclusion that the 'status' column value might be the issue, so changed. All those files that were in la-la-land had a status value of 1.
As a test on your system, pick a filename that has the 'not yet migrated' issue and change it's status value from '1' to '0'.
The see if it works. If not, change it back.
If you get 'brave' and do a global all records thang for status column, highly recommend BACKING UP the DB first!
'spirit of sharing', Ken