Show More
@@ -0,0 +1,25 b'' | |||||
|
1 | .. _backup: | |||
|
2 | ||||
|
3 | Backing up RhodeCode | |||
|
4 | ==================== | |||
|
5 | ||||
|
6 | ||||
|
7 | Settings | |||
|
8 | -------- | |||
|
9 | ||||
|
10 | Just copy your .ini file, it contains all RhodeCode settings. | |||
|
11 | ||||
|
12 | Whoosh index | |||
|
13 | ------------ | |||
|
14 | ||||
|
15 | Whoosh index is located in **/data/index** directory where you installed | |||
|
16 | RhodeCode ie. the same place where the ini file is located | |||
|
17 | ||||
|
18 | ||||
|
19 | Database | |||
|
20 | -------- | |||
|
21 | ||||
|
22 | When using sqlite just copy rhodecode.db. | |||
|
23 | Any other database engine requires a manual backup operation. | |||
|
24 | ||||
|
25 | Database backup will contain all gathered statistics No newline at end of file |
@@ -1,57 +1,58 b'' | |||||
1 | .. _index: |
|
1 | .. _index: | |
2 |
|
2 | |||
3 | .. include:: ./../README.rst |
|
3 | .. include:: ./../README.rst | |
4 |
|
4 | |||
5 | Documentation |
|
5 | Documentation | |
6 | ------------- |
|
6 | ------------- | |
7 |
|
7 | |||
8 | **Installation:** |
|
8 | **Installation:** | |
9 |
|
9 | |||
10 | .. toctree:: |
|
10 | .. toctree:: | |
11 | :maxdepth: 1 |
|
11 | :maxdepth: 1 | |
12 |
|
12 | |||
13 | installation |
|
13 | installation | |
14 | setup |
|
14 | setup | |
15 | upgrade |
|
15 | upgrade | |
16 |
|
16 | |||
17 | **Usage** |
|
17 | **Usage** | |
18 |
|
18 | |||
19 | .. toctree:: |
|
19 | .. toctree:: | |
20 | :maxdepth: 1 |
|
20 | :maxdepth: 1 | |
21 |
|
21 | |||
22 | usage/general |
|
22 | usage/general | |
23 | usage/enable_git |
|
23 | usage/enable_git | |
24 | usage/statistics |
|
24 | usage/statistics | |
|
25 | usage/backup | |||
25 |
|
26 | |||
26 | **Develop** |
|
27 | **Develop** | |
27 |
|
28 | |||
28 | .. toctree:: |
|
29 | .. toctree:: | |
29 | :maxdepth: 1 |
|
30 | :maxdepth: 1 | |
30 |
|
31 | |||
31 | contributing |
|
32 | contributing | |
32 | changelog |
|
33 | changelog | |
33 |
|
34 | |||
34 | **API** |
|
35 | **API** | |
35 |
|
36 | |||
36 | .. toctree:: |
|
37 | .. toctree:: | |
37 | :maxdepth: 2 |
|
38 | :maxdepth: 2 | |
38 |
|
39 | |||
39 | api/index |
|
40 | api/index | |
40 |
|
41 | |||
41 |
|
42 | |||
42 | Other topics |
|
43 | Other topics | |
43 | ------------ |
|
44 | ------------ | |
44 |
|
45 | |||
45 | * :ref:`genindex` |
|
46 | * :ref:`genindex` | |
46 | * :ref:`search` |
|
47 | * :ref:`search` | |
47 |
|
48 | |||
48 | .. _virtualenv: http://pypi.python.org/pypi/virtualenv |
|
49 | .. _virtualenv: http://pypi.python.org/pypi/virtualenv | |
49 | .. _python: http://www.python.org/ |
|
50 | .. _python: http://www.python.org/ | |
50 | .. _django: http://www.djangoproject.com/ |
|
51 | .. _django: http://www.djangoproject.com/ | |
51 | .. _mercurial: http://mercurial.selenic.com/ |
|
52 | .. _mercurial: http://mercurial.selenic.com/ | |
52 | .. _subversion: http://subversion.tigris.org/ |
|
53 | .. _subversion: http://subversion.tigris.org/ | |
53 | .. _git: http://git-scm.com/ |
|
54 | .. _git: http://git-scm.com/ | |
54 | .. _celery: http://celeryproject.org/ |
|
55 | .. _celery: http://celeryproject.org/ | |
55 | .. _Sphinx: http://sphinx.pocoo.org/ |
|
56 | .. _Sphinx: http://sphinx.pocoo.org/ | |
56 | .. _GPL: http://www.gnu.org/licenses/gpl.html |
|
57 | .. _GPL: http://www.gnu.org/licenses/gpl.html | |
57 | .. _vcs: http://pypi.python.org/pypi/vcs |
|
58 | .. _vcs: http://pypi.python.org/pypi/vcs |
General Comments 0
You need to be logged in to leave comments.
Login now