docker-powerdns
docker-powerdns copied to clipboard
feat: Handle auto DB upgrade
The schema version should be stored along with the database, so the best way to do it is to store it into a custom table. This table can also be used to lock the database during schema update. There are several tools that does exactly this way (liquibase, flyway, sqlalchemie-migrate, ...).
True... but this would be an evolution in PowerDNS itself, so not really in the scope of this docker container :sweat_smile: