Show More
@@ -37,6 +37,18 b' and commit files and |repos| while manag' | |||
|
37 | 37 | |
|
38 | 38 | .. toctree:: |
|
39 | 39 | :maxdepth: 1 |
|
40 | :caption: Documentation directory | |
|
41 | ||
|
42 | Back to documentation directory <https://docs.rhodecode.com/> | |
|
43 | ||
|
44 | .. toctree:: | |
|
45 | :maxdepth: 1 | |
|
46 | :caption: RhodeCode RCstack Documentation | |
|
47 | ||
|
48 | RhodeCode RCstack Installer <https://docs.rhodecode.com/rcstack/> | |
|
49 | ||
|
50 | .. toctree:: | |
|
51 | :maxdepth: 1 | |
|
40 | 52 | :caption: Admin Documentation |
|
41 | 53 | |
|
42 | 54 | install/quick-start |
@@ -78,12 +90,6 b' and commit files and |repos| while manag' | |||
|
78 | 90 | contributing/contributing |
|
79 | 91 | |
|
80 | 92 | .. toctree:: |
|
81 | :maxdepth: 2 | |
|
82 | :caption: RhodeCode RCstack Documentation | |
|
83 | ||
|
84 | RhodeCode RCstack Installer <https://docs.rhodecode.com/rcstack/> | |
|
85 | ||
|
86 | .. toctree:: | |
|
87 | 93 | :maxdepth: 1 |
|
88 | 94 | :caption: About |
|
89 | 95 |
@@ -4,7 +4,7 b' Quick Start Installation Guide' | |||
|
4 | 4 | ============================== |
|
5 | 5 | |
|
6 | 6 | Since version 5.0.0 Rhodecode runs in Docker, and to get |RCE| up and running, |
|
7 |
you need to use RCstack installer - https://docs.rhodecode.com/rcstack/install/installation.html |
|
|
7 | you need to use RCstack installer - https://docs.rhodecode.com/rcstack/install/installation.html | |
|
8 | 8 | |
|
9 | 9 | Please follow RCstack documentation steps to set up your |RCE| installation. |
|
10 | 10 |
@@ -1,23 +1,12 b'' | |||
|
1 | 1 | .. _install-sqlite-database: |
|
2 | 2 | |
|
3 | SQLite | |
|
4 | ------ | |
|
3 | SQLite (Deprecated) | |
|
4 | ------------------- | |
|
5 | 5 | |
|
6 | 6 | .. important:: |
|
7 | 7 | |
|
8 | We do not recommend using SQLite in a large development environment | |
|
9 | as it has an internal locking mechanism which can become a performance | |
|
10 | bottleneck when there are more than 5 concurrent users. | |
|
8 | As of 5.x, SQLite is no longer supported, we advise to migrate to MySQL or PostgreSQL. | |
|
11 | 9 | |
|
12 | |RCE| installs SQLite as the default database if you do not specify another | |
|
13 | during installation. SQLite is suitable for small teams, | |
|
14 | projects with a low load, and evaluation purposes since it is built into | |
|
15 | |RCE| and does not require any additional database server. | |
|
16 | ||
|
17 | Using MySQL or PostgreSQL in an large setup gives you much greater | |
|
18 | performance, and while migration tools exist to move from one database type | |
|
19 | to another, it is better to get it right first time and to immediately use | |
|
20 | MySQL or PostgreSQL when you deploy |RCE| in a production environment. | |
|
21 | 10 | |
|
22 | 11 | Migrating From SQLite to PostgreSQL |
|
23 | 12 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
General Comments 0
You need to be logged in to leave comments.
Login now