Historian Warning sqlth_drv already exists

Hi all
I having issue with Ignition and PostgreSQL DB as historian DB.
Ignition generates waring each 1 minute that sqlth_drv table is already exists - and indeed it exists, and has data inside which was added there by Ignition itself. I spend a lot of time trying to fix this warning but I cannot find the cause of it since Ignition clearly has access to DB (it creates table and writes data to it).

So one of latest test which I did is following:

  1. Empty DB is created in PostgreSQL DB
  2. I disabled historian provider in Ignition
  3. Disabled DB connection to historian DB in Ignition (it referencing old DB - not new one which I created in step 1)
  4. Cleared log files (deleted folder with DB connection name inside C:\Program Files\Inductive Automation\Ignition\data\datacache)
  5. Changed path (in DB connection) to the new DB which was created in step 1.
  6. Enabled DB connection.
  7. Enabled historian provider
    After all those steps Ignition created tables in a DB and starts writing data to it with no issues. No warnings yet, but in the moment when VM is rebooted or Ignition service is restarted waring appears each minute - Ignition continue writing historian data into DB with no issue (at least I am no seeing issues)

There are no other DB connection which looking in same DB.
Original set up had redundancy for Ignition but for test porpoises I shut down backup VM.

Set up which I have:

Ignition 8.1.19 Windows Server 2025 Standard v24H2

PostgreSQL v18.1 Windows Server 2025 Standard v24H2

Does somebody faced this issue before?

Is there any suggestions what can I test or do in order to figure out / fix this warning?

(post deleted by author)

Thanks for suggestion. I did those by stopping ignition service and deleting folder and then started service back, but it not helped.

Sorry, I noticed after I posted that you had already tried that, hence the deletion