This commit is contained in:
les
2021-06-24 16:00:15 +02:00
parent 973b386d9a
commit 26d7b9ee67
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ nav_order: 10
All notable changes to this project will be documented in this file.
### 1.0
### 1.0 (beta)
This release is a complete rewrite of frontend UI and many internals, main changes are:
- Switch UI framework from [element](https://element.eleme.io/) to [vuetify](https://vuetifyjs.com/)

View File

@@ -17,7 +17,7 @@ tar -czf gancio-$(date +%Y-%m-%d-%H%M%S)-backup.tgz \
$(ls -d config.json uploads user_locale db.sqlite postgres data logs 2> /dev/null)
```
> warning "Permission denied"
> `postgres` directory could be with different permission or owner, in this case you need to be root or use `sudo` instead.
> `postgres` directory could have different permission or owner, in this case you need to be root or use `sudo` instead.
> info "Automatic backup"
> To periodically backup your data you should probably use something like [restic](https://restic.net) or [borg](https://www.borgbackup.org/)