Succes. Those command lines did the trick. I did notice something odd thoo. When typing fast in the searchbox, i sometimes get a pop-up 'please wait'. But the search result follow as fast as I am typing, everything keeps responding normally. The pop-up window doesn't close.
Any idea's what might cause this ? Regards Peter 2018-07-07 14:40 GMT+02:00 Rob Landry <[email protected]>: > 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
