-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Hello. I have ONA v18.1.1 installed on Debian 11. There are several custom groups (admins, operators, etc.) with different permissions.
They listed in 'Menu -> Admin -> Manage groups' along with default groups (Admin and Default).
Also they listed in 'Menu -> Admin -> Manage users -> Edit user'
After upgrade ONA to v.19.0.0 (with no errors) all custom groups disappear from those menus.
I've also noticed, that couple of new tables is created in DB. One of them is 'auth_groups' where new groups now lives, but only Admin and Default. Others are lost. If i create new group it appears in 'auth_group' table, but not in old one 'groups' which still exists.
Is there the correct way to upgrade to v19.0.0 without losing custom groups? Thanks in advance!