plex Moving from Google Play Music to Plex - Playlists Google again, decided to kill another product. This time it was Google Play Music (GPM) and a forced migration to a inferior YouTube Music app. I had enough and decided to just host it myself on Plex. Getting playlists out of GPM is a
nginx TTRSS Migration to New Server Prepare the old Server Stop the update service e.g. service ttrss stop Export the DB, assuming you're using Postgresql: sudo -u postgres pg_dump ttrss > dbdump Prepare new server[1] a. Install PHP: apt-get install php5 php5-fpm php5-curl php5-pgsql php5-gd php5-mcrypt php5-cli