Files
@ 0f9a48e0adc3
Branch filter:
Location: kallithea/docs/usage/backup.rst - annotation
0f9a48e0adc3
498 B
text/prs.fallenstein.rst
pullrequest overview: create overview from a function to allow re-use
In anticipation of re-use of the pullrequest overview, create a def to
generate this overview given a list of pullrequests.
This also adds a check if the given list is empty, and a check if there is a
pager before displaying the paging links.
In anticipation of re-use of the pullrequest overview, create a def to
generate this overview given a list of pullrequests.
This also adds a check if the given list is empty, and a check if there is a
pager before displaying the paging links.
af371e206ec5 af371e206ec5 17c9393e9645 e73a69cb98dc af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 e73a69cb98dc af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 e73a69cb98dc af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 e73a69cb98dc af371e206ec5 af371e206ec5 8b8edfc25856 | .. _backup:
====================
Backing up Kallithea
====================
Settings
--------
Just copy your .ini file, it contains all Kallithea settings.
Whoosh index
------------
Whoosh index is located in **/data/index** directory where you installed
Kallithea ie. 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.
Database backup will contain all gathered statistics
|