Backing up (and restoring) a Plone instance

前端 未结 3 1950
忘了有多久
忘了有多久 2020-12-22 01:58

I have a Plone installation in my home directory under Linux. ~/Plone. This was made from a default distribution of Plone from its website. So Plone compiled ow

3条回答
  •  离开以前
    2020-12-22 01:58

    Beautiful concise statement from Andreas Jung:

    Yes, you can not get a consistent snapshot of both the blob storage and the Data.fs. From the consistency point of view: using blob storage + Data.fs is broken-by-design :)

    David Glick adds:

    If you copy the Data.fs and then rsync the blobstorage, and make sure that the db doesn't get packed while that's happening, the backup should be fine. You may end up with some extra blobs that are not referenced by the Data.fs, but that's no big deal.

    (From the thread at http://plone.293351.n2.nabble.com/question-about-using-repozo-and-blob-storage-td5016465.html )

    The same goes for FileSystemStorage.

提交回复
热议问题