Hi,
I just got around to updating to 4.9 on my server. Here's what I did:
1. Stop subsonic
- Code: Select all
sudo service subsonic stop
2.Make backup:
- Code: Select all
mkdir backups
sudo cp -r /var/subsonic/ /home/stim/backups/subsonic4_8
3.Download subsonic 4.9:
- Code: Select all
wget http://downloads.sourceforge.net/project/subsonic/subsonic/4.9/subsonic-4.9.deb
4. Install
- Code: Select all
sudo dpkg -i subsonic-4.9.deb
5. Next I referred back to installation reference I used first, paying particular attention to permissions.
http://unlockforus.com/installing-subsonic-music-streamer-in-ubuntu-server-10-04-lts-lucid-lynx-2/6.Re-check settings, inc ports...
- Code: Select all
sudo nano /etc/default/subsonic
7. Re-start subsonic
- Code: Select all
sudo service subsonic restart
I encountered one problem at the end and could not connect.
Although I had re-assigned the port, I could still only connect the default port 4040. Until I can find a fix, I stopped the service then restarted with the following command (assuming port 12345)
- Code: Select all
sudo subsonic --port=12345
EDIT: Fixed it - it was a permissions issue!
Now everything is working as expected.
Thanks again for the reassurances.
