changeset 5060:778f7ae3b6eb

docs: add a reference to https://github.com/shazow/sqlalchemygrate for migration from sqlite to other dbs
author Anatoly Bubenkov <bubenkoff@gmail.com>
date Wed, 22 Apr 2015 14:57:12 +0000
parents d741b99effdf
children 8c1258f69892
files docs/usage/performance.rst
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/usage/performance.rst	Wed Apr 22 11:44:05 2015 -0700
+++ b/docs/usage/performance.rst	Wed Apr 22 14:57:12 2015 +0000
@@ -39,7 +39,8 @@
     sqlite is a good option when having a small load on the system. But due to
     locking issues with sqlite, it is not recommended to use it for larger
     deployments. Switching to mysql or postgres will result in an immediate
-    performance increase.
+    performance increase. A tool like SQLAlchemyGrate_ can be used for
+    migrating to another database platform.
 
 3. Scale Kallithea horizontally
 
@@ -61,3 +62,5 @@
     - Load balance using round robin or IP hash, recommended is writing LB rules
       that will separate regular user traffic from automated processes like CI
       servers or build bots.
+
+.. _SQLAlchemyGrate: https://github.com/shazow/sqlalchemygrate