Sorry for the confusion It is a buildout feature to make your variable substitutions which is what Ive done there. Replicas are for redundant MySQL servers. I doubt you need that. Just check the relstorage docs to see what options you need.
Dylan Jay Technical solution manager PretaWeb 99552830 On 17/10/2011, at 9:09 PM, Ricardo Dias Marques <li...@ricmarques.net> wrote: > Hi Dylan, > > On Wed, Oct 12, 2011, Dylan Jay <d...@pretaweb.com> wrote: > >> It looks a bit like this if you are using zope2instance recipe in buildout >> >> zope-conf-additional += >> %import relstorage >> >> <zodb_db www> >> mount-point /www/mnt >> cache-size 5000 >> <relstorage> >> blob-dir ${buildout:directory}/var/blobcache-www >> shared-blob-dir off >> replica-conf ${mysql-hosts:output} >> <mysql> >> db blah >> user blah >> passwd blah >> >> </mysql> >> </relstorage> >> </zodb_db> > > Thanks Dylan! :) Based on your tip and on Darryl Dixon's tip, I'm > making some progress. I already managed to import one "Data.fs" file > to a database, using "zodbconvert". Now I have to start experimenting > with Apache's configuration, so I can test if the import has been > truly successful. > > BTW: I can't find any documentation about the "mysql-hosts:output" > option in the "replica-conf" directive in the "buildout.cfg" file. > Where can I read about that? > > In my case, for the "replica-conf" and "ro-replica-conf" lines, I have > the following: > ---------------------------------------- > replica-conf ${buildout:directory}/replicas.conf > ro-replica-conf ${buildout:directory}/ro-replicas.conf > ---------------------------------------- > > > Cheers, > Ricardo Dias Marques > lists AT ricmarques DOT net > Identi.ca / Twitter: @ricmarques _______________________________________________ For more information about ZODB, see http://zodb.org/ ZODB-Dev mailing list - ZODB-Dev@zope.org https://mail.zope.org/mailman/listinfo/zodb-dev