Skip to content

Conversation

@JelteF
Copy link
Contributor

@JelteF JelteF commented Sep 2, 2021

The script to migrate from 1.4 to 1.5 did not correctly remove the old
register_node function. This caused issues for the migration from 1.5
to 1.6, because we remove the old replication_state type there. The
old register_node function still depended on this version of the
replication_state type, so it's removal was blocked.

Fixes #784

The script to migrate from 1.4 to 1.5 did not correctly remove the old
`register_node` function. This caused issues for the migration from 1.5
to 1.6, because we remove the old `replication_state` type there. The
old `register_node` function still depended on this version of the
`replication_state` type, so it's removal was blocked.
@DimCitus
Copy link
Collaborator

DimCitus commented Sep 2, 2021

Fixes #784

@DimCitus DimCitus added the bug Something isn't working label Sep 2, 2021
@DimCitus DimCitus added this to the Sprint 2021 W31 W32 milestone Sep 2, 2021
@DimCitus DimCitus self-requested a review September 2, 2021 09:38
@JelteF JelteF enabled auto-merge (squash) September 2, 2021 09:39
@JelteF JelteF merged commit 6b91a38 into master Sep 2, 2021
@DimCitus DimCitus deleted the fix-problem-with-bad-migration-to-1.5 branch September 2, 2021 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade from 1.5 to 1.6 failing

3 participants