After upgrading from D7, some rules actions are broken (because of their action name).

Additionally, whenever the event occurs, there are log messages in dblog:
The action action "drupal_message" () fails the integrity check and cannot be executed. Error: Unknown action drupal_message.
My workaround was to copy over the original rules export, paste, and replace "drupal" with "backdrop".
However, I belief, this module should take care of such rules in an update hook.
There's a very similar issue: #159
But that one's about importing from D7, not about regular upgrades.
Worst case, complex rules are broken on upgrade and admins will have trouble to fix or even find the problem, as these broken rules actions can not be edited anymore.
After upgrading from D7, some rules actions are broken (because of their action name).
Additionally, whenever the event occurs, there are log messages in dblog:
My workaround was to copy over the original rules export, paste, and replace "drupal" with "backdrop".
However, I belief, this module should take care of such rules in an update hook.
There's a very similar issue: #159
But that one's about importing from D7, not about regular upgrades.
Worst case, complex rules are broken on upgrade and admins will have trouble to fix or even find the problem, as these broken rules actions can not be edited anymore.