##// END OF EJS Templates
py3: fix display of default user permissions...
py3: fix display of default user permissions Avoid http://localhost:5000/vcs_test_hg/settings/permissions with explicit user permissions failing: TypeError: '<' not supported between instances of 'str' and 'bool'

File last commit:

r5433:fbbe80e3 default
r8191:de0f50a7 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.