Hi Mark,

I think the problem is that in your zope.conf you make no reference to the
path to the new filestorage:

"path $INSTANCE/var/site1/Data.fs"

If you are running a standalone setup then your zope.conf must look like:

<zodb_db site1>
  # FileStorage for site1
  <filestorage>
    path $INSTANCE/var/site1/Data.fs
  </filestorage>
  mount-point /site1
</zodb_db>

If you are running a zeo setup, then you need to modify your
/opt/Plone-2.5.5/zeocluster/zeoserver/etc/zeo.conf something like this:

<filestorage site1storage>
 path $INSTANCE/var/site1/Data.fs
</filestorage>

If you can get things set up correctly, (maybe setting up new mount points
in the process) then you can probably use the import/export functionality in
the ZMI (see the buttons at the bottom of the page) to first export your
subsites to .zexp files and then re-import them back into the new mount
points.

Anything big like this I usually back up the whole instance (stop Plone, and
tar it all up), just in case everything goes pear-shaped.

Cheers,  Jim


-- 
View this message in context: 
http://plone.293351.n2.nabble.com/Having-Problems-with-Multiple-Data-fs-Files-on-One-Zope-tp5068530p5093407.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to