On Sat, 7 Jul 2018, Peter Claes wrote:

I tried the install via Centos7 minimal,worked like a charm.
Within 30 minutes I had rdairplay playing the testone.

But I ran into some trouble when I wanted to get our database (2.10)
scheme 207 into the system.
I used to do this via Rdadmin => 'Database restore' on our old 2.10
system, worked well when we stayed in the same version.

Here's what I would try:

sudo service rivendell stop

mysql -uroot -p[whatever]

drop database Rivendell;

create database Rivendell;

<Ctrl/D>

mysql -uroot -p[whatever] Rivendell < [backed-up-rd-2.10-database].sql

That will install a copy of your old Rivendell database.

Run rdadmin. You should get a message saying the database needs to be upgraded. Respond to the prompt, and Rivendell should upgrade the database to the current schema.


Rob

--
Я там, где ребята толковые,
Я там, где плакаты "Вперёд",
Где песни рабочие новые
Страна трудовая поёт.
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to