Hi Olav, first of all, which is your target Matterhorn version? It seems to me like you could (depending on the "from" and the "to" version) simply move the search index over. If that is not working, you may try to extract all mediapackages from the *search* rest endpoint. There you can get all mediapackages, which you then would have to add to the same rest endpoint.
Starting with Matterhorn 1.4, there will be a database that allows you to easily recreate a search index. Tobias On 27.04.2012, at 15:01, Olav Bringedal <[email protected]> wrote: > On 2012-04-25 16:52, Christopher Brooks wrote: >> Olav, >> >> I don't think this is easy if you have not shared a DB between servers; >> you'll mostly be looking at having to write some migration scripts to >> pull from your various DB's, change indicies, and push to your new >> production DB. >> >> Chris >> > > I have been looking a bit more on the various REST services and found that > the "/episode/add" service maybe is what I'm looking for. I have extracted > the mediapackage I'm going to use (already published on the original server), > but when I try submitting it it just says : > > > Status: 400 (Bad Request) > > in the interface, and the log spews out something starting with: > > >> 2012-04-27 14:35:19 WARN (WorkflowServiceImpl:559) - Unable to update >> workflow to failed state >> java.lang.NullPointerException >> at >> org.opencastproject.mediapackage.AbstractMediaPackageElement.toString(AbstractMediaPackageElement.java:553) > > I have attached the workflow here, and in theory it should be runnable from > any server, right? > > If I'm totally in the wilds here, I'd be more than happy to hear other and > better approaches to keep the content we have lying around. > > > Thank you > -- > > Olav Bringedal > > Seksjon for integrasjon og applikasjonsutvikling > IT-Avdelingen UIB > <5c5ced77-e718-44b0-a41a-73e02d4a74e5 > .xml>_______________________________________________ > Matterhorn-users mailing list > [email protected] > http://lists.opencastproject.org/mailman/listinfo/matterhorn-users _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
