<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 19, 2022 at 11:57 AM Kevin Johnson <<a href="mailto:iitywygms@gmail.com">iitywygms@gmail.com</a>> wrote:</div><div dir="ltr" class="gmail_attr"><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div>What caught my attention in your reply is the comment about the backend being shutdown.</div><div>Now that I think about it, the backend was restarted due to a power outage a few days back.  And I think mythfilldatabase has not run since then.</div><div>I have since run mythfilldatabase manually.  I will monitor and see if everything is back to normal.</div><div><br></div><div>What would cause this issue after a restart?  If that is indeed why this happens. </div><div><br></div></div></div></blockquote><div><br></div><div>Just my two cents because I've had a few issues over time with mythfilldatabase not running like it should have.  </div><div>I went into mythtv-setup and deselected the run automatic updates on Program guide data in the General section. Then I created a systemd service and timer for running mythfilldatabase.</div><div><br></div><div>mythfilldatabase.service</div><div>-------------------------------------------------------</div><div> [Unit]</div>Description=MythTV mythfilldatabase service.<br>Wants=mythtv-backend.service<br>After=mythtv-backend.service<br> <br>[Service]<br>User=mythtv<br>Group=mythtv<br>Type=simple<br>ExecStart=/usr/bin/mythfilldatabase<br> <br>[Install]<br>WantedBy=multi-user.target</div><div class="gmail_quote">--------------------------------------------</div><div class="gmail_quote"><br></div><div class="gmail_quote">mythfilldatabase.timer</div><div class="gmail_quote">-------------------------------------------</div><div class="gmail_quote">[Unit]<br>Description=MythTV mythfilldatabase timer.<br> <br>[Timer]<br>OnCalendar=04:10:00<br>Persistent=true<br> <br>[Install]<br>WantedBy=timers.target<br></div><div class="gmail_quote">---------------------------------------</div><div class="gmail_quote"><br></div><div class="gmail_quote">The just do:</div><div class="gmail_quote">sudo systemctl enable --now mythfilldatabase.timer</div><div class="gmail_quote"><br></div><div class="gmail_quote">Jim A</div><div class="gmail_quote"><br></div></div>