##// END OF EJS Templates
permissions: handle more cases for invalidating permission caches...
permissions: handle more cases for invalidating permission caches - invalidate user permissions on chaning the global permissions - invalidate all users in case of creating new object with "copy permissions" flag - invalidate all users permissions in case of repo/repo group renames - invalidate all user permissions in forked repo with copy flag

File last commit:

r3290:ac4e4e5a default
r3411:2e06ebce stable
Show More
using-sqllite.rst
32 lines | 1.2 KiB | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _install-sqlite-database:
SQLite
------
.. important::
We do not recommend using SQLite in a large development environment
as it has an internal locking mechanism which can become a performance
bottleneck when there are more than 5 concurrent users.
docs: added SAML documentation....
r3290 |RCE| installs SQLite as the default database if you do not specify another
project: added all source files and assets
r1 during installation. SQLite is suitable for small teams,
projects with a low load, and evaluation purposes since it is built into
docs: added SAML documentation....
r3290 |RCE| and does not require any additional database server.
project: added all source files and assets
r1
Using MySQL or PostgreSQL in an large setup gives you much greater
performance, and while migration tools exist to move from one database type
to another, it is better to get it right first time and to immediately use
docs: added SAML documentation....
r3290 MySQL or PostgreSQL when you deploy |RCE| in a production environment.
project: added all source files and assets
r1
Migrating From SQLite to PostgreSQL
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
If you started working with SQLite and now need to migrate your database
to PostgreSQL, you can contact support@rhodecode.com for some help. We have a
set of scripts that enable SQLite to PostgreSQL migration. These scripts have
been tested, and work with PostgreSQL 9.1+.
.. note::
There are no SQLite to MySQL or MariaDB scripts available.