Real Media – Functions – Migration Issue(?)
-
Can you confirm whether (or not) Real Media Library creates the following function in information_schema.routines?
– fn_realmedialibrary_childsIf so, I’m wondering if there is a possible issue when using tools like Duplicator to migrate from/to dev to prod (or a new site entirely).
I believe that any migration tool that populates a new mysql db needs a db user with create/alter function privileges. In a typical shared hosting environment:
– the cpanel mysql databases module does not support the function privilege.
– the myphpadmin user tab is crippled for security reasons.When populating the target mysql db, I believe functions will not get migrated unless the db user has create/alter functions privileges, so it’s possible that, if you do create this function in information_schema.routines, it may get dropped in the migration.
AFAIK, the only8 way around this would be to have the hosting vendor manually add these privileges each time migration is executed, which is impractical.
Note – this would be an issue for any plugin that creates functions.
Can you pls confirm if this function is yours?
Thx
- The topic ‘Real Media – Functions – Migration Issue(?)’ is closed to new replies.