Skip to content

v2.3.7

Choose a tag to compare

@fracz fracz released this 22 Oct 11:56
· 482 commits to master since this release
  • require to enter user password when deleting the account
  • change user password form
  • clear old logs in database
  • log command errors to var/log/error-manager.log file
  • quick fix for #19

Manual update steps required

  1. run the supla scripts crontab on every minute, because now the command internally decides when to lauch each recurring task.
    1. Enter the crontab configuration crontab -e
    2. Find the SUPLA Scripts task
    3. Change its run scheme from */5 * * * * to * * * * *
    4. Save changes in the configuration file.
  2. Specify the time after which the log entry in database is considered obsolete and can be removed. Add "clearLogsOlderThan": "1week" entry in your var/config/config.json file. The 1week is the default value. Any value that can be prefixed with - and is recognized by strtotime should be good here.