I tried to search for this but couldn’t find any hits for this error message. I’m noticing that my scheduled jobs are frequently not running and there are error messages in the log that read like this:
2020/02/17 08:30:02 Schedule Check_Storage next run time: 2020-0217 08:45
2020/02/17 08:30:01 Please open the web browser at 0.0.0.0:3875 to enter the encryption password
2020/02/17 08:30:01 Skipping schedule Check_Storage at time 2020-0217 08:30 as no encryption password has been provided
If I open the GUI (I’m running web edition in a docker container) and enter my encryption password the jobs will start running again - for a while, until they eventually get stuck again.
I fully expect to have to enter my password for tasks like accessing the web UI, running a restore, etc. But I shouldn’t have to constantly open the UI and enter my passphrase just for the program to run its regularly scheduled tasks. It should be able to accomplish those things in the background without requiring constant user input (that is pretty much the point of a scheduler, right?).
Any chance I’m missing a setup step or have something misconfigured?