update docs

This commit is contained in:
Takeshi Kimata
2024-07-07 18:29:28 +09:00
parent dba72d584c
commit 2f6010d960
6 changed files with 34 additions and 8 deletions

17
docs/docs/usage/backup.md Normal file
View File

@@ -0,0 +1,17 @@
---
sidebar_position: 2
---
# Backup
## Database backup
UnitTCMS uses SQLite for data persistence. Therefore, backing up the DB is simply backing up the SQLite DB file.
Please backup the file `backend/database/database.sqlite`
## Backup of uploaded files
Uploaded files are managed separately from the DB. If you have uploaded files, you need to backup them too.
Please backup the files under `backend/public/uploads` directory.