From bcad40a05ab2dc2a341a3227e30b96668bce4500 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 9 Jun 2005 16:34:40 +0000 Subject: New Import --- docs/MIGRATION | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100755 docs/MIGRATION (limited to 'docs/MIGRATION') diff --git a/docs/MIGRATION b/docs/MIGRATION new file mode 100755 index 00000000..42449308 --- /dev/null +++ b/docs/MIGRATION @@ -0,0 +1,39 @@ +------------------------------------------------------------------------------- +--------- MIGRATION - Ampache v.3.3 ----------- +------------------------------------------------------------------------------- + + +- Migrating from Ampache 3.3 --> 3.3.X+ + + Rename your /config/ampache.cfg to /config/ampache.cfg.php + +- Migrating from Ampache-3.1.0 --> 3.3 + + Follow the instructions found in $yourwebsite/update.php + +- Migrating from Ampache-3.1-Alpha2 or Alpha --> Ampache 3.1-Alpha3 + + Please visit $yourwebsite/update.php to update the genre table. + If you are updating from Alpha2 to Alpha3 or higher. + This will invalidate your current catalog. + +- Migrating from Ampache-3.0 --> Ampache3.1 + + There are currently a few tools to help migrate your Users and your + playlists from Ampache 3.0 to Ampache 3.1. + + * Note these tools will _NOT_ work against 3.2 or 3.3 they are no + longer maintained. + + 1. Install and setup Ampache3.1 in a new Database. + + 2. Edit the approiate parameters in the following files + + /bin/migrate_user.pl + /bin/export_playlist.pl + /bin/import_playlist.pl + + 3. Run the desired script. + + These perl scripts were created by Andy Morgan + -- cgit