Unknown option 'grant' for MariaDB (core_mariadb)

Hi

Why am I seeing the following in the supervisor logs?

21-04-05 21:30:18 WARNING (MainThread) [supervisor.addons.options] Unknown option 'grant' for MariaDB (core_mariadb)
21-04-05 21:30:18 WARNING (MainThread) [supervisor.addons.options] Unknown option 'grant' for MariaDB (core_mariadb)
21-04-05 21:30:18 WARNING (MainThread) [supervisor.addons.options] Unknown option 'grant' for MariaDB (core_mariadb)

I do happen grant in the configuration like this

rights:
  - username: xyz
    database: homeassistant
    grant: ALL PRIVILEGES ON

This error is all new (or I just noticed it), and according to the docs it should be supported.

Option: rights (required)
This section grant privileges to users in MariaDB. Grant documentation.

Thanks

3 Likes

Same problem here.

2 Likes

I have had the same issue constantly appearing in my supervisor log. Did you ever resolve why this is appearing and how to resolve it?