https://bugs.contribs.org/show_bug.cgi?id=10181
Jean-Philippe Pialasse <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |IN_PROGRESS
--- Comment #6 from Jean-Philippe Pialasse <[email protected]> ---
I think I have found the issue : /etc/e-smith/sql/init/sme9admin
a string that should have been sme8admin had been ported to sme9admin
similarly in sme9admin and previous versions there was this migration
process...
$ egrep sme7admin -r smeserver-sme8admin-1.3/
smeserver-sme8admin-1.3/root/etc/e-smith/sql/init/sme8admin:if [ -d
/var/lib/mysql/sme7admin ] && [ ! -d /var/lib/mysql/sme8admin ]; then
smeserver-sme8admin-1.3/root/etc/e-smith/sql/init/sme8admin: echo "Migrating
existing sme7admin MySQL database."
smeserver-sme8admin-1.3/root/etc/e-smith/sql/init/sme8admin: mysqldump
sme7admin | mysql sme8admin
smeserver-sme8admin-1.3/root/etc/e-smith/sql/init/sme8admin:if [ -d
/var/lib/sme7admin ] && [ ! -d /var/lib/sme8admin ]; then
smeserver-sme8admin-1.3/root/etc/e-smith/sql/init/sme8admin: cp -vr
/var/lib/sme7admin /var/lib/sme8admin
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/