locator-kn / ark-database

The plugin for managing access to the database
0 stars 0 forks source link

Configure automatic backup #24

Closed SteffenGorenflo closed 9 years ago

SteffenGorenflo commented 9 years ago

https://wiki.apache.org/couchdb/How_to_make_filesystem_backups

also einfach:

cp /var/lib/couchdb/[DatabaseName].couch /[BackupFolder]/[BackupFile]

am besten als Deamon einmal (?) am Tag mit aussagekräftigem Namen. Dabei beachten, dass log files gepflegt werden und nicht voll laufen

SteffenGorenflo commented 9 years ago

Weitere (Zusätzliche) Möglichkeit ist das replizieren innerhalb von Couchdb mit:

curl -H 'Content-Type:application/json' -X POST http://user:passwort@localhost:5984/_replicate -d '{"source":"app","target":"backup", "continous":true, "create_target": true}'

mit user und passwort von couchdb