Changes between Version 3 and Version 4 of Release Notes


Ignore:
Timestamp:
09.06.2014 12:30:16 (10 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release Notes

    v3 v4  
    33If there is anything that has to be taken care of manually after updating the scripts from previous versions (e.g. add an option to the global config or copy files) it will explicitly be stated in the release notes.
    44
    5 === v.13 ===
     5=== v.14 (2014-06-09) ===
     6
     7* Backup options added (see [[Backups]] for more details on these options):
     8  * SDTD_BACKUP_MIN_BACKUPS_KEEP
     9  * SDTD_BACKUP_MAX_BACKUPS
     10  * SDTD_BACKUP_MAX_STORAGE
     11  * SDTD_BACKUP_MAX_AGE
     12  * SDTD_BACKUP_COMPRESS
     13* Made cron-script to run backups with lower priority for reduced server load spikes.
     14
     15'''Update from previous versions:'''
     16* Add the new backups options manually to ''/etc/7dtd.conf''
     17* Change the line in ''/etc/cron.d/7dtd-backup'' and add ''nice -n 15'' so it looks like this:
     18{{{
     19#0 *     * * *   root    nice -n 15 /usr/local/bin/7dtd.sh backup
     20}}}
     21 (The hash in the front obviously depends whether you enabled the automatic backups or not)
     22
     23=== v.13 (2014-06-05) ===
    624
    725* Command ''updatescripts'' added: Updates the management scripts