[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Migrating from a RaQ3 to a RaQ4i
- Subject: RE: [cobalt-users] Migrating from a RaQ3 to a RaQ4i
- From: "Alex Lee" <alex@xxxxxxxxxx>
- Date: Wed Feb 7 04:06:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> and whistles than the RaQ3's GUI. Do NOT use the migration tool
> that Cobalt
> provides - it jumbles sites up (giving them different [/site36/] site
> numbers and such that can totally screw CGI programs that are hard-coded.
> I've just seen too much trouble coming from that migration tool.
this is a good reason on why there's a specific symlink for vsite.name ->
site# in the /home directory.
so if
/home/sites/www.vsite.com ---> /home/sites/site4
then in your scripts, you should be referencing it via
/home/sites/www.vsite.com
and NOT
/home/sites/site4
As you migrate to different boxes, the links will be re-created again and
the exact site# is never a problem.
alex