2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-16 12:15:30 +00:00

Update documentation for dbbackup

This commit is contained in:
Oliver Walters
2021-04-25 12:21:41 +10:00
parent c4f2220412
commit 7928eeb61f
6 changed files with 19 additions and 32 deletions

View File

@ -121,12 +121,6 @@ By default, uploaded media files are stored in the local directory `/home/invent
Alternatively this location can be specified with the `INVENTREE_MEDIA_ROOT` environment variable.
### Backup Location
The default behaviour of the database backup is to generate backup files for database tables and media files to `/home/inventree/backup`. The target directory can be overridden by setting the `backup_dir` parameter in the config file.
Alternatively this location can be specified with the `INVENTREE_BACKUP_DIR` environment variable.
## Other Options
### Authentication Backends