##// END OF EJS Templates
extensions: preparatory refactoring...
extensions: preparatory refactoring Small refactoring: - use 'try..except' rather than 'if-then', which removes the need for a separate 'path' variable and is more 'pythonic'. - promote log from 'debug' to 'info' and execute it immediately after loading before anything else. - clarify comments related to INDEX_EXTENSIONS

File last commit:

r5433:fbbe80e3 default
r8420:2228102b default
Show More
backup.rst
27 lines | 512 B | text/x-rst | RstLexer

Backing up Kallithea

Settings

Just copy your .ini file, it contains all Kallithea settings.

Whoosh index

The Whoosh index is located in the data/index directory where you installed Kallithea, i.e., the same place where the ini file is located

Database

When using sqlite just copy kallithea.db. Any other database engine requires a manual backup operation.

A database backup will contain all gathered statistics.