[ZODB-Dev] Migrating from Plone 4.1.4 ZEO data.fs and blobs to Relstorage

Sam Wilson sam at dotsec.com
Mon Apr 16 00:36:22 UTC 2012


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi All,

Hanno gave me a hand off list with a few bits of config that I
couldn't find listed in the official documentation on
http://pypi.python.org/pypi/RelStorage#zodbconvert

For the benefit of others finding this, my final zodbconvert.cfg ended
up like;

<filestorage source>
  # ZEO Data.fs
  path var/filestorage/Data.fs
  # ZEO bushy blobstorage content
  blob-dir var/blobstorage.bushy
</filestorage>

<relstorage destination>
  shared-blob-dir false
  # ZODB Cache Dir
  blob-dir ./var/blobstorage
  blob-cache-size 10mb
  <mysql>
    db zodb
    user dbuser
    passwd dbpass
  </mysql>
</relstorage>

This seems to have pulled all the content into MySQL.

Cheers,

Sam
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)

iF4EAREIAAYFAk+LaYIACgkQFdt86iEfl/dlBQEAm4qftwIYWWAuyf2adp8MwEty
kmUG9IaeoRut8TvBBNIBAJ3xvndbdGeZRvKxTFYBruHaGLwOasbE5qUGReyZfMnG
=9UEa
-----END PGP SIGNATURE-----


More information about the ZODB-Dev mailing list