MySQL Persistence no viable alternative at input 'everyMinute'

Hello there,
Was trying to set up an mySQL Database according to this post ( openHAB2 & MySQL persistence setup )

Unfortunatly I’ve got an Error I didn’t find an existing thread for…

2020-06-25 21:23:00.654 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model 'temperatur.persist' has errors, therefore ignoring it: [11,23]: no viable alternative at input 'straregy'
[11,34]: no viable alternative at input 'everyMinute'

My .persist:
Strategies {

   everyMinute      : "0 * * * * ?"

   every5Minutes  : "0 */5 * * * ?"

   every15Minutes : "0 */15 * * * ?"

   everyHour        : "0 0 * * * ?"

   everyDay         : "0 0 0 * * ?"

   default = everyChange

}

Items{

    Aqi_Temperature : straregy = everyMinute

}

Anything obvious I did wrong there?

Lukas

Simple spelling mistake.

Haha, ups :rofl:

I’ll change it and if it works I’m setting this Thread as Solved!

Thanks

I’m not sure that you’ll have a temperatur persistence service, though,
xxx.persist files are named for the service they apply to (you may have several)