You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently not setting user_version (AKA schema version) on DB initialization. This results in migration issues, which we are currently working around using the code in #2031
Impact
After the temporary fix applied in #2031, we should not get in trouble for now, but we need to revisit this and fix it properly - i.e. initialize the user_version to the correct schema version
To reproduce
If you can reproduce the behavior, steps to reproduce:
Run a fresh wakunode2
Check the user_version in DB
Expected behavior
user_version in DB matches the value in code
nwaku version/commit hash
State the version of nwaku where you've encountered the bug or, if built off a specific commit, the relevant commit hash. You can check the version by running ./wakunode2 --version.
all versions up to v0.20.0 (included)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Per discussion during nwaku pm 2024-01-02, closing issue as we will likely store the schema version within a separate table, per @richard-ramos suggestion.
Problem
We are currently not setting
user_version
(AKA schema version) on DB initialization. This results in migration issues, which we are currently working around using the code in #2031Impact
After the temporary fix applied in #2031, we should not get in trouble for now, but we need to revisit this and fix it properly - i.e. initialize the
user_version
to the correct schema versionTo reproduce
If you can reproduce the behavior, steps to reproduce:
wakunode2
user_version
in DBExpected behavior
user_version
in DB matches the value in codenwaku version/commit hash
State the version of
nwaku
where you've encountered the bug or, if built off a specific commit, the relevant commit hash. You can check the version by running./wakunode2 --version
.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: