Metric server (udp) - doesn't create database

Hello to all,

i want to log my proxmox data in the InfluDB !
According to the description under “External Metric Server” i created the chapter

[[udp]]
enabled = true
bind-address = “:8089”
database = “proxmox”
batch-size = 1000
batch-timeout = “1s”

after restarting the service and also complete reboot i login into INFLUX

show databases does NOT show me the database proxmox. What did i wrong ?