I'm attempting to migrate my subsonic install, and I'm getting stuck on transferring my user list. I'm running subsonic on a REHL/Fedora/CentOS system and used the Fedora installer from the site.
I successfully pulled a list of existing users and their passwords by running the following command:
cat /var/subsonic/db/subsonic.script | grep "INSERT INTO USER VALUES"
I'm just not sure of how to copy this over to the new install. I tried copying over the old /var/subsonic/db/subsonic.script and replacing the file, but this did not seem to do the trick. I'm thinking I need to issue INSERT statements to subsonic's database, but I don't know how to pull that off.
I'm very comfortable mucking about with linux, but I've hit a wall with the task at hand. Any input is appreciated! Did I mention that I *absolutely love* this software?
