zonemaster / zonemaster-backend

The Zonemaster Backend - part of the Zonemaster project
Other
14 stars 23 forks source link

Fix v2023.2 database migration script #1159

Closed tgreenx closed 7 months ago

tgreenx commented 8 months ago

Purpose

This PR proposes a fix to the database migration script of release v2023.2.

Changes

How to test this PR

marc-vanderwal commented 7 months ago

After inspecting a few results of both old and recent test cases in the database I’ve used for testing this new migration script, it seems that the migration went well. The Delegation01 message argument migration also went through successfully. Now is a good time to review this script. :)

marc-vanderwal commented 7 months ago

After all testing the script will probably work for migration of Postgresql databases, but not much is common with Mysql. Are we confident that the script works for Mysql?

I’ve only conducted basic testing on MySQL (and a tiny dataset) when the first version of the script was tested for the previous release. I don’t have a large MySQL database on hand for testing, unfortunately.

matsduf commented 7 months ago

I think it is fine to go now.