CouchDB backups and cloning the database

后端 未结 5 1599
情歌与酒
情歌与酒 2021-01-30 16:58

We\'re looking at CouchdDB for a CMS-ish application. What are some common patterns, best practices and workflow advice surrounding backing up our production database?

I

5条回答
  •  耶瑟儿~
    2021-01-30 17:32

    I'd like to second Paul's suggestion: Just cp your database files from under the live server if you can take the I/O-load hit. If you run a replicated copy anyway, you can safely copy from that too, without impacting your master's performance.

提交回复
热议问题