Fixed problems with special chars in passwords

DB system is configured in the variable area
Restore: check for prerequisites
This commit is contained in:
DecaTec
2019-05-10 09:14:24 +02:00
parent 377d24d0fe
commit 4ab50409c8
3 changed files with 129 additions and 62 deletions

13
CHANGELOG.md Normal file
View File

@@ -0,0 +1,13 @@
# Changelog
## 1.0.0
### General
- Versioning of Nextcloud-Backup-Restore.
- The database system (MySQL/MariaDB or PostgreSQL) is configured in the variable area of the scripts, so it's not necessary to comment/uncomment the specific database commands.
- Special characters for the database password can be used now.
- Single quotes for variables.
### Restore
- The commands for retoring the database are checked at the beginning of the script. Is the specific database system is not installed, the restore is cancelled.
- The default main backup directory now is the same as in the backup script.