Description of my issue:
Hi Nicolas,
my ticket may be related to #16086. I am using kickstart pro 4.0.0
I try to restore a Joomla installation that has a custom extension (component) using MySql views and a single MySql function. Some views are using this function.
Restoration fails IMO because the function must be restored before the views. When kickstart aborts, the function has not been created yet, while kickstart/alice tries to create the view.
I am quite sure that kickstart will not look for dependencies on views and functions at the moment (does it?), so the best way in my opinion would be to restore all functions before and the view afterwards.
For my special problem, I will create the function manually on the database and than let the database restoration run again.
Generally spoken, MySql functions may depend on otherones (but not in a circular way), so more complex function restoration will cause some implementation effort in kickstart/alice, because there will be the need to analyze the dependencies to determine a restoration order.
Best regards,
Stefan