From 26d7b9ee67cc16af49462dff82457e890cad0371 Mon Sep 17 00:00:00 2001 From: les Date: Thu, 24 Jun 2021 16:00:15 +0200 Subject: [PATCH] minor --- CHANGELOG | 2 +- docs/changelog.md | 2 +- docs/install/backup.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8c165008..64611818 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. ### Unreleased -### 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/) diff --git a/docs/changelog.md b/docs/changelog.md index e05459e4..c3a889a8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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/) diff --git a/docs/install/backup.md b/docs/install/backup.md index 5055fa1e..09cf4a60 100644 --- a/docs/install/backup.md +++ b/docs/install/backup.md @@ -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/) \ No newline at end of file