View Single Post
  #11  
Old 06-10-2016, 01:40 AM
DanCanDo's Avatar
DanCanDo
Discordant
 
Join Date: May 2016
Location: Above Hell
Posts: 400
Default

Quote:
Originally Posted by Uleat View Post
If you do server backups with bots, there could be an issue with either the views or functions not making it into the dump.
Something I do with my db backups,

mysqldump --routines -uroot -ppassword > peq peq.sql

BUT, for now that seems to only keep the views, after resourcing, I still have
to source in the functions.
If I do a fresh db install, the update script adds the views and then I manually
add the function afterwards. I don't find this an inconvenience, (chuckle)
Reply With Quote