erp5: fixed mysql data import when we have stored routines
Issue was: - user project_user was created - project_user create stored routines - mysql data is dumped (including list of users) - mysql data is restored, but stored routines have the information DEFINER that must match an existing user. This does not work if there is no flush privileges instructions So make sure to insert flush privileges while dumping
Showing
-
Owner
-
Developer
Sorry. Thanks for warning. This is fixed now.
-
Owner
This also fix issue that users cannot login after restoring a dump
👍
Please register or sign in to comment