Thanks Rob,
This is going in the ever expanding notebook for next time! ----- Original Message ----- From: "Rob Landry" <[email protected]> To: "User discussion about the Rivendell Radio Automation System" <[email protected]> Sent: Monday, April 29, 2013 7:29:39 AM Subject: Re: [RDD] Trying to Mount USB Drive in CentOS 5 On Fri, 26 Apr 2013, Steve Atkins wrote: > Thanks Robert and Alessio! > I appreciate your response. I have now copied the /var/snd library from the > old ubuntu 10.04 box (32 bit) to the new CentOS appliance (5.9 Final) 2.5 > Rivendell /var/snd directory. > Now, I anxiously enter RDLibrary, only to find the test tone (cart# 999999) > supplied with the new appliance setup and nothing else. Hmmm. Oh, maybe > the database needs to be restored from the 2.2 version on the old machine. Yup. Here's how I did it in a similar situation: 1) Go to the old machine. Back up the database to, say, a.sql. 2) Copy a.sql to the new machine, but don't restore it. 3) Stop the Rivendell daemons on the new machine, and make sure no Rivendell applications are running. 4) Go into mysql on the new machine and drop the Rivendell database; create an empty Rivendell database in its place, then quite mysql. 5) mysql -uroot -p[whatever] Rivendell < a.sql 6) Run rdadmin, which updates the Rivendell database to the current schema. The last time I did this procedure -- admittedly a while ago -- it worked. Rob _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
_______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
