4. From PowerDNS Authoritative Server 3.2 to 3.3

[Note]Note

If you are coming from 2.9.x, please also read Section 1, “From PowerDNS Authoritative Server 2.9.x to 3.0”, Section 2, “From PowerDNS Authoritative Server 3.0 to 3.1” and Section 3, “From PowerDNS Authoritative Server 3.1 to 3.2”.

The `ip' field in the supermasters table (for the various gsql backends) has been stretched to 64 characters to support IPv6. For MySQL:

	      alter table supermasters modify ip VARCHAR(64);
      

For PostgreSQL:

	      alter table supermasters alter column ip type VARCHAR(64);
      

pdnssec secure-zone now creates one KSK and one ZSK, instead of two ZSKs.

The `rec_name_index' index was dropped from the gmysql schema, as it was superfluous.