annotate docs/usage/backup.rst @ 7603:0e8e55f954be

style: avoid double horizontal padding inside panel-body Only give inline-comments padding if they actually appear inside a diff. General comments already have padding from .panel-body. Drop padding on changesets columns (next to graphs). The graph already has space, and .panel-body gives spacing to the right. Drop extra column padding for repo and PR summaries that use columns. The columns already have some padding from .panel-body.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 22 Mar 2019 02:14:36 +0100
parents fbbe80e3322b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1104
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 .. _backup:
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2
2095
Marcin Kuzminski <marcin@python-works.com>
parents: 1104
diff changeset
3 ====================
4192
e73a69cb98dc Rename some strings examples and commands in documentation
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3224
diff changeset
4 Backing up Kallithea
1104
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5 ====================
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
6
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
7
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
8 Settings
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
9 --------
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
10
4192
e73a69cb98dc Rename some strings examples and commands in documentation
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3224
diff changeset
11 Just copy your .ini file, it contains all Kallithea settings.
1104
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
12
5433
fbbe80e3322b docs: consistent spacing around headings
Mads Kiilerich <madski@unity3d.com>
parents: 4955
diff changeset
13
1104
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
14 Whoosh index
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
15 ------------
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
16
4955
4e6dfdb3fa01 docs: English and consistency corrections
Michael V. DePalatis <mike@depalatis.net>
parents: 4192
diff changeset
17 The Whoosh index is located in the ``data/index`` directory where you installed
4e6dfdb3fa01 docs: English and consistency corrections
Michael V. DePalatis <mike@depalatis.net>
parents: 4192
diff changeset
18 Kallithea, i.e., the same place where the ini file is located
1104
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
19
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
20
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
21 Database
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
22 --------
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
23
4192
e73a69cb98dc Rename some strings examples and commands in documentation
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3224
diff changeset
24 When using sqlite just copy kallithea.db.
1104
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
25 Any other database engine requires a manual backup operation.
af371e206ec5 added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
26
4955
4e6dfdb3fa01 docs: English and consistency corrections
Michael V. DePalatis <mike@depalatis.net>
parents: 4192
diff changeset
27 A database backup will contain all gathered statistics.