Upgrade stable version disable user and group module

hi community,
I use dolibarr on docker and after upgrade to 18.0.4 version and restore database notice that the user and group module was deactived,
plese some suggestions

Regards

Why did you restore the database?

When I upgrade my tuxgasy container image I do it in this order:

  1. take backup inside Dolibarr (php dump)
  2. shut down container with dolibarr
  3. shut down container with mariadb
  4. create and start new container with mariadb:latest reusing the very same mariadb volume
  5. create and start new container with newer tuxgasy image reusing the very same dolibarr volumeS (yeah I have multiple)
  6. Visit the dolibarr URL and follow the messages there to do the post upgrade
  7. log in normally
1 Like

Thanks for your advice, think that my error are that not use volumens in any version, my restore was directly using the backup on mariadb container.
will try with different version to check this issue.