Persistance problems with graphs in GUI

Hi, there
i have some problems with persistance:

Installed:

i have no problem with restoring values after system shutdown.

mapdb.persist

Strategies {

        default = everyChange, restoreOnStartup

}

Items {

        // persist all items on every change and restore them from the db at startup

        * : strategy = everyChange, restoreOnStartup ,everyUpdate

}
rrd4j.persist
Strategies {

        default = everyChange

}

Items {

        // persist all items on every change and restore them from the db at startup

        * : strategy = everyChange,everyUpdate

}

the problem is i can’t see or use graphs in GUI are empty

UI graphs always use the default persistence, even if you are using more than one persistence to store all data. Make sure your default is set to rrd4j.

thank u didn’t know that, after changing it in UI it is workig

one more question… i notice that MapDB is taking the defautl place after openhab restart, setting rrd4j is not survinving reboot ;( what to do ?

That’s strange. I don’t have that problem. That sounds to me like there’s some settings file somewhere that is overriding the the setting from the UI. Is this instance of OH upgraded from some older version or is this a fresh install?

sorry mad bad, i have more than one instance running :wink: everythink is ok after reboot