Wow, thank you Dan for so many interesting improvements!

> POTENTIAL for problems. So upgrade carefully!

I suggest my system:

My server tree is:

boltwire/2.30/
boltwire/2.31/
boltwire/2.32/
...
myfield1/
myfield2/
...

The index.php of every site is:

<?php
$BOLTadmin='admin';
$boltwire='../boltwire/2.31/';
include_once("$boltwire/barn/scripts/engine.php");

To upgrade I have to change just the version in the third line, and
it's easy to come back if something gets wrong.

Also, I use a farm wide config.phg. In the config.php of every field I
have the following line:

include_once("$boltwire/farm/config/config.php"); // farm wide config

So I have to copy that farm wide config.php to the new version.

I always keep the last three versions in my server tree.

It's easy and safe.

Cheers,
Marcos

--
http://alinome.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to