Bug#848137: [Dbconfig-common-devel] Bug#848137: problem with the upgrade of tango-db

PICCA Frederic-Emmanuel frederic-emmanuel.picca at synchrotron-soleil.fr
Thu Jan 5 17:21:22 UTC 2017


Hello,

I discuss with the tango-db upstream and he found that

this one line fixed the problem, befrore doing the tango-db upgrade

UPDATE mysql.proc SET Definer='tango at localhost' where Db='tango';

Ideally it should be something like

UPDATE mysql.proc SET Definer='xxx' where Db='yyy';

where xxx is the dbuser and yyy the database name.à
It is true that for now my package works only if the database name is tango.


this is a limitation but I do not want to mix this into this bug report.

so can you help me write the right snipser at the right place in the debian scripts.

Or maybe I should just put the upgrade script og tango-db 9.2.5 intot eh dbadmin part with this fix at the end in order to have something consistant forthe next upgrade (tango 10)


Thanks for your help

Cheers

Frederic


More information about the debian-science-maintainers mailing list