I have put on the recorder for the external database.
This works fine.
But now I have noticed that the status entries are automatically deleted after 10 days.
How can I turn off the automatic deletion?`
I have put on the recorder for the external database.
This works fine.
But now I have noticed that the status entries are automatically deleted after 10 days.
How can I turn off the automatic deletion?`
Set auto_purge
to false.
Alternatively set the purge_keep_days
to a value that suits you better.
Allowing the database to grow indefinitely can slow home assistant down.
Ok thanks I try it