Is there a way to stop PMM from running automaticly each night? (Unraid Docker) #1092
-
Hello, Once, the container is started, I only let PMM run when I want to test my configs or want PMM to create new collections. Now I realized, that the docker runs every night at 05:00 too, but I don't want PMM to run automaticly. I want it run PMM only, when I start it from the command line (as above) and the docker container is running too. I checked here to ignore schedules, but those seem to be the scheduled collections only, which I want to run, IF I start the container AND run PMM from the command line. I also checked other "Run Commands & Environment Variables" but have not found something suitable for me. I removed the "Time to run" from the docker container configuraion, shown in the unraid walkthrough, but that did not seem to change anything. The problem is, when I run PMM by hand at 22:00 and it takes, say, 8 hours to complete, the automatic run at 05:00 overwrites the log files with errors. So, my question is, how can I stop PMM to run automaticly and only, when I start it by hand via the above command? Is this possible? Thank you very much. EDIT: I know, the recommended way is to run PMM via a scheduled run each night, so everything set up runs smoothly and automaticly. But my configs are far away from being finished and so I don't want/need PMM to run automaticly yet. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
pmm never overwrites a log when you "run PMM by hand at 22:00" youre actually just setting it up to run when scheduled. You need to use the |
Beta Was this translation helpful? Give feedback.
pmm never overwrites a log when you "run PMM by hand at 22:00" youre actually just setting it up to run when scheduled. You need to use the
--run
command from theRun Commands & Environment Variables
Page