]> git.p6c8.net - nextcloud-backup-restore.git/blob - CHANGELOG.md
Update fingerprint after disabling maintenance mode
[nextcloud-backup-restore.git] / CHANGELOG.md
1 # Changelog
2
3 ## 2.3.3
4
5 ### Restore
6 - Update fingerprint after disabling maintenance mode
7
8 ## 2.3.2
9
10 ### Restore
11 - Bugfix: Compression command on restore
12
13 ### Setup
14 - Hint for installing pigz when using compression
15 - Bugfix: Set variable `backupMainDir` correctly
16
17 ## 2.3.1
18
19 ### General
20 - Bugfix: Unbound variable when no parameters are supplied
21
22 ## 2.3.0
23
24 ### General
25 - The scripts now exit when any command fails.
26 - Defined the command for compression in the "TODO section" of the script for easier customization.
27 - Added section for setup in readme.
28 - Updated links.
29 - Document requirement pigz when using compression.
30 - Formatting.
31
32 ### Backup
33 - Bugfix: Fixed the double trailing slash for paths containing the variable `backupdir`.
34
35 ## 2.2.0
36
37 ### General
38 - Better handling of external data directory: Backup/restore of external data direcrory is done automatically if the variable `nextcloudLocalExternalDataDir` is set.
39
40 ## 2.1.3
41
42 ### General
43 - Added timestamps for every step.
44
45 ## 2.1.2
46
47 ### General
48 - Use pigz for compression.
49
50 ## 2.1.1
51
52 ### Backup
53 - Optimized cleaning up of old backups.
54
55 ## 2.1.0
56
57 ### General
58 - Added a variable *useCompression* to use compression (.tar.gz) for file and data directory (enabled by default, this was also the default behavior before this option was implemented).
59 - You can disable compression of these directories (.tar) if you use some other (archiving) backup mechanism which utilizes the Nextcloud backup and restore scripts (e.g. Borg Backup, see here: https://codeberg.org/DecaTec/Linux-Server-Backup)
60
61 ## 2.0.0
62
63 ### General
64 - Added script (`setup.sh`) for an (more or less) automated setup of the backup and restore scripts (utilizing OCC in order to gather information about Nextcloud instance).
65
66 ## 1.1.1
67
68 ### Backup
69 - When a backup is cancelled, the webserver is restartet automatically.
70
71 ## 1.1.0
72
73 ### Backup
74 - New variable *ignoreUpdaterBackups*: When set to true, the backups of Nextcloud's updater are not included in the backups (default: *false*).
75
76 ## 1.0.0
77
78 ### General
79 - Versioning of Nextcloud-Backup-Restore.
80 - 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.
81 - Special characters for the database password can be used now.
82 - Single quotes for variables.
83
84 ### Restore
85 - The commands for restoring the database are checked at the beginning of the script. Is the specific database system is not installed, the restore is cancelled.
86 - The default main backup directory now is the same as in the backup script.

patrick-canterino.de