I’m running latest version of PMS on macos. Few days ago I have moved backup location to network location. User “Plex” that logs automatically when MacMini boost, mount share /Volumes/Backup. Within that volume I have created a folder “Plex”.
It has been working for few day:
But I’m missing at least two backups, the 8th and 11th of February. The share is mounted all the time, no network access issues, user Plex can read/write but backups are not being made anymore. I can’t find any information regarding backups in logs.
Anyone has an idea?
You might want to check your database for corruption and attempt to repair it. The PMS stops creating backups of the database when it notices corrupted data/structures.
Every three days, a backup of your core SQL database file will be created (if it is not already corrupted). This is the database that holds your media viewstate and other critical information. A backup can help protect against corruption which can occur in rare cases when a machine is powered down unexpectedly, for example.
Up to three backup copies will be kept in a rotating manner.
Warning! : This is only a backup of your core database; it is not a backup of all of your metadata content. This should not be considered a replacement for having a backup of your Plex Media Server data.
With debug logging you should see some ERROR - labeled lines with references to SQLite issues… those will however only show when Plex attempts to read from / write to a corrupted section of the database.
Can someone explain how Plex calculates the time to do next Backup? Does it check last date on the file? Has some kind of time, since the server was online? Is there a limit of the databases files? @BigWheel can you share some knowledge with me?