Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [eddie2] Move to different directory

Quote Reply
Re: [eddie2] Move to different directory In reply to
Hi,

It's not trivial to change the location once it's installed. From shell you would need to:

Code:
cp -r /orig/data /new/data
cp -r /orig/admin /new/admin
cp -r /orig/batch /new/batch
cp -r /orig/user /new/user
perl -p -i.bak -e 's[/somewhere/][/somewhere/else/]' /new/admin/GMail/ConfigData.pm

first make sure you disable the site though, as depending on the volume, this may take a while.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Move to different directory eddie2 1962 Sep 14, 2001, 8:46 AM
Post Re: [eddie2] Move to different directory
Alex 1862 Sep 14, 2001, 11:38 AM