##// END OF EJS Templates
docs: add a reference to https://github.com/shazow/sqlalchemygrate for migration from sqlite to other dbs
Anatoly Bubenkov -
r5060:778f7ae3 default
parent child Browse files
Show More
@@ -39,7 +39,8 b' 2. Switch from sqlite to postgres or mys'
39 39 sqlite is a good option when having a small load on the system. But due to
40 40 locking issues with sqlite, it is not recommended to use it for larger
41 41 deployments. Switching to mysql or postgres will result in an immediate
42 performance increase.
42 performance increase. A tool like SQLAlchemyGrate_ can be used for
43 migrating to another database platform.
43 44
44 45 3. Scale Kallithea horizontally
45 46
@@ -61,3 +62,5 b' 3. Scale Kallithea horizontally'
61 62 - Load balance using round robin or IP hash, recommended is writing LB rules
62 63 that will separate regular user traffic from automated processes like CI
63 64 servers or build bots.
65
66 .. _SQLAlchemyGrate: https://github.com/shazow/sqlalchemygrate
General Comments 0
You need to be logged in to leave comments. Login now