Project

General

Profile

Feature #1082

Live backup support

Added by Tobu almost 13 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Quassel Core
Target version:
-
Start date:
06/12/2011
Due date:
% Done:

0%

Estimated time:
OS:
Any

Description

Right now it is not possible to back up the quassel database without stopping quasselcore. cp copies invalid data (Error: database disk image is malformed), and something like
sudo sqlite3 /var/lib/quassel/quassel-storage.sqlite ".backup $dest/quassel-storage.sqlite" fails with Error: database is locked. Apparently sqlite live backups are only possible using an in-process API: http://www.sqlite.org/backup.html

Also available in: Atom PDF