##// END OF EJS Templates
middleware: drop sentry support...
middleware: drop sentry support Our sentry support didn't seem to work with py3. It doesn't seem to ever have been tested on py3 - it failed already when installing. It seems like we used the 'legacy client': https://docs.sentry.io/clients/python/ and nowadays one is expected to use: https://docs.sentry.io/platforms/python/ which has integrations for Pyramid and other frameworks (but not TG2). There are Celery and SQLAlchemy integrations too. See also the migration guide: https://docs.sentry.io/platforms/python/migration/ . Also, there is not much essential code in the old sentry support, and it seems like it would be easier to reimplement from scratch. There is thus not much lost by dropping it.

File last commit:

r5433:fbbe80e3 default
r8382:e85f5bf7 default
Show More
backup.rst
27 lines | 512 B | text/x-rst | RstLexer
added backup to docs
r1104 .. _backup:
docs
r2095 ====================
Bradley M. Kuhn
Rename some strings examples and commands in documentation
r4192 Backing up Kallithea
added backup to docs
r1104 ====================
Settings
--------
Bradley M. Kuhn
Rename some strings examples and commands in documentation
r4192 Just copy your .ini file, it contains all Kallithea settings.
added backup to docs
r1104
Mads Kiilerich
docs: consistent spacing around headings...
r5433
added backup to docs
r1104 Whoosh index
------------
Michael V. DePalatis
docs: English and consistency corrections
r4955 The Whoosh index is located in the ``data/index`` directory where you installed
Kallithea, i.e., the same place where the ini file is located
added backup to docs
r1104
Database
--------
Bradley M. Kuhn
Rename some strings examples and commands in documentation
r4192 When using sqlite just copy kallithea.db.
added backup to docs
r1104 Any other database engine requires a manual backup operation.
Michael V. DePalatis
docs: English and consistency corrections
r4955 A database backup will contain all gathered statistics.