Transferring mAirList V5.1.5 build 2807 tot new hardware and upgrade to V6

Hello Torben,

Just decided: I am gonna purchase the V6 license and run V6 as soon as possible. Make use and benefit of the new features.

Here’s the challenge: I want to upgrade starting from mAirList Professional Studio V5.1.5 build 2807 (running with PostgreSQL database and songs on Synology NAS) to mAirList V6 and this V6 will be running on new hardware (PC) Done with as little as possible downtime and without losing any settings.

I did the transfer to new hardware succesfull in the past, but only within the same version of mAirList. Which order do you recommend: first upgrade V5 to V6 on the current hardware (PC) and afterwards transfer to new hardware or transfer and upgrade on the new hardware right away?

Related topics:
https://www.mairlist.com/forum/index.php/topic,7761.msg52815.html#msg52815
https://www.mairlist.com/forum/index.php/topic,6326.msg44890.html#msg44890

  1. Reset activation (customer area -> My Licenses)
  2. Install on the new PC and activate
  3. If desired, copy over the configuration (just copy the contents of the C:\ProgramData\mAirList<Version> folder to the appropriate location on the new PC; all but the license file).
  4. Open configuration, edit mAirListDB properties and perform a schema upgrade. (*)
  5. Start mAirList 6, confirm that everything is running.
  6. Uninstall mAirList 5 from the old PC.

(*) It is important to note that the old version will no longer be able to access the SQL database as soon as you have upgraded the schema. Make a backup first. Or make a copy of the entire database, and continue to work with that copy (edit the database name in the config of v6). As you are using PostgreSQL, you are lucky to have the “CREATE DATABASE … WITH TEMPLATE …” command:

CREATE DATABASE mairlist6 WITH TEMPLATE mairlist5;

This will copy the old database (“mairlist5” in this example) to a new database “mairlist6”. mAirList must not be connected to the PostgreSQL server while running this command.

Quick question, Torben: will the host name change when using new hardware? Or is this the hostname of my NAS?

See attachment.


2017-07-10_17-52-07.jpg

That’s the IP address or hostname of the computer that is running the PostgreSQL server.

Torben,

This night, I succesfully upgraded mAirList V5 to V6 build 3565 and transferred mAirList to new hardware :).

Of course, some adjustments had to be made:

  • All audio settings disappeared - manually have to set them again
  • All events are gone - manually have to set them again
  • Logging error (log file C:\Logfile\Titel.txt): Invalid file name - %s. Now playing on website is OK?!

One question remaining:

  • In the main playlist,all the song rows are white (on white). Cannot read. In the database all assigned colors are there?

Default font should be black, are you using a skin.ini file?

No, I am not using a skin.ini file.

In the database browser, all songs in the same category (e.g. “oldies”) have the same color. In V5, this color was also shown in the playlist. After the upgrade to V6, in the playlist, not a single song has the colored row. Am I missing a check box somewhere?

v6 uses the new “color ribbon” by default to represent item colors. But you can turn on the old style (entire row background colored) in the playlist GUI options.

Funny, how one get used to :wink:

Thanks, Torben. Solved.