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
Currently, intelmqsetup calls intelmq upgrade-config also on new installations. This results in a lot of "nothing to do" migrations:
Calling `intelmqctl upgrade-config` to update/create state file.
Writing initial state file.
Successfully wrote initial state file.
Found no previous version or forced, doing all upgrades.
Upgrading to version 1.0.0.dev7.
Migrate modify bot configuration format: Nothing to do.
Upgrading to version 1.1.0.
Replace deprecated Shadowserver feednames: Nothing to do.
Checking for deprecated runtime configurations (stomp collector, cymru parser, ripe expert, collector feed parameter): Nothing to do.
Upgrading to version 1.1.1.
...
Currently,
intelmqsetup
callsintelmq upgrade-config
also on new installations. This results in a lot of "nothing to do" migrations:and so on.
Instead, for new installations, an "empty"
state.conf
file should be created, like we do it with the packages: https://build.opensuse.org/package/view_file/home:sebix:intelmq/intelmq/state.json?expand=1Before
intelmq/intelmq/bin/intelmqsetup.py
Lines 177 to 182 in 0221a25
version_history
(see link to the example above) and correct file permissionsThe text was updated successfully, but these errors were encountered: