Is the server name the same on the upgrade server or different?
Try just moving the published, unpublished and not the raw data as not needed.
Don’t do a bbb-record –rebuildall as it deletes all your published/unpublished and trys to recreate from raw which is not needed. Can take days to rebuild if you have lots of recordings.
With api mate, you can do a getRecordings with no recordID and see what the response is, should see all the recordings returned. Make sure the metadata.xml has the the correct playback url.
Regards,
Stephen
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/2d7ea610-fb8f-4271-9b4a-f7279ac3135cn%40googlegroups.com.
Here is an example set of rsync commands that would accomplish this; run these on the new server to copy the files from the old server.
$ rsync -rP root@old-bbb-server:/var/bigbluebutton/published/ /var/bigbluebutton/published/
$ rsync -rP root@old-bbb-server:/var/bigbluebutton/unpublished/ /var/bigbluebutton/unpublished/
$ rsync -rP root@old-bbb-server:/var/bigbluebutton/recording/raw/ /var/bigbluebutton/recording/raw/
You received this message because you are subscribed to a topic in the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bigbluebutton-dev/h0jGo6MrtN0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/282501d925ab%2480c21a60%2482464f20%24%40distancelearning.cloud.
Great, with api-mate.. you remove the data from meeting, and recording and pass empty it will return all the recordings on the server.
FYI If I look below, you were looking for recordings that matched meetingID=random-4919624&recordID=random-491962. So nothing matched 😉
Blank those fields again, and all will be returned.
Regards
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/CACH4dir7KH1wZTq2Z%2B14v9JhWUB0zS%3DTWKNM1mBUMawSa%2B1fDg%40mail.gmail.com.