Files
@ 87f0800abc7b
Branch filter:
Location: kallithea/docs/usage/backup.rst - annotation
87f0800abc7b
476 B
text/prs.fallenstein.rst
#227 Initial version of repository groups permissions system
- implemented none/read/write/admin permissions for groups
- wrote more tests for permissions, and new permissions groups
- a lot of code garden, splitted logic into proper models
- permissions on groups doesn't propagate yet to repositories
- deprecated some methods on api for managing permissions on
repositories for users, and users groups
- implemented none/read/write/admin permissions for groups
- wrote more tests for permissions, and new permissions groups
- a lot of code garden, splitted logic into proper models
- permissions on groups doesn't propagate yet to repositories
- deprecated some methods on api for managing permissions on
repositories for users, and users groups
af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 af371e206ec5 | .. _backup:
Backing up RhodeCode
====================
Settings
--------
Just copy your .ini file, it contains all RhodeCode settings.
Whoosh index
------------
Whoosh index is located in **/data/index** directory where you installed
RhodeCode ie. the same place where the ini file is located
Database
--------
When using sqlite just copy rhodecode.db.
Any other database engine requires a manual backup operation.
Database backup will contain all gathered statistics
|