Upgrading to 2024.9.5
The newly added user groups requires database schema modifications that may not be backwards compatible.
The role_members
table receives a new rel_resource
column which is generated based on the rel_user
column.
After the upgrade, you need to either delete the rel_user
column or drop the requirement the rel_user
column is populated.
Before the Upgrade
Since the database schema will be modified, we recommend you create a backup just in case.