You might want to take a look at taps for your database migration:
http://adam.heroku.com/past/2009/2/11/taps_for_easy_database_transfers/

I use it to transfer the mysql database from my production server to an
sqlite database on my development laptop. Works very reliably.
--
marshal


On Mon, Aug 29, 2011 at 4:01 PM, Bob Sleys <bsl...@gmail.com> wrote:

> I'd just export the DB from the old server and import it into the new
> server.  Then copy the radiant install dir over to the new server.  You
> might need to make a few tweaks to some of the settings but it really
> shouldn't be any more difficult that setting up radiant the first time on
> the old server.  IE setup radiant, using the existing code base to keep
> things simple, and export/import the database.

Reply via email to