##// END OF EJS Templates
docs: add advice of upgrading pip and setuptools in new virtualenvs...
docs: add advice of upgrading pip and setuptools in new virtualenvs Withtout this, the new virtualenv might have setuptools version 12 while the URLObject dependency mock fails because it requires setuptools>=17.1 .

File last commit:

r5433:fbbe80e3 default
r5519:8c234ae2 stable
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.