Re: [Postfixadmin-devel] Upgrade question Postfixadmin 2.3
Brought to you by:
christian_boltz,
gingerdog
From: aja-lists <aja...@tn...> - 2009-11-15 04:02:22
|
aja-lists wrote: > I'm getting this error now : > Unknown column 'domain.quota' in 'group statement' > when pressing the "Domain list" option in Postfixadmin. > > A search for : > "Unknown column" "in group" postfixadmin > doesn't come up with anything. I've installed Postfixadmin on Debian Lenny from the deb file (which went fine, without errors). Is it possible to have a (2.3) database skeleton to compare my current database with somehow ? In earlier Postfixadmin versions years ago a MySQL "setup" file was included where one could see how the tables were created. Like here e.g. : http://download.debian-france.fr/tutoriels/postfix/mail.sql I can't find a file like that in the current release. (dpkg -L postfixadmin|grep -i sql gives no results) Is it there or am I missing something ? Everyone works fine so far, except this error above. The tables overview also looks OK : +-----------------------+ | Tables_in_postfix | +-----------------------+ | admin | | alias | | alias_domain | | config | | domain | | domain_admins | | fetchmail | | log | | mailbox | | quota | | quota2 | | vacation | | vacation_notification | +-----------------------+ 13 rows in set (0.01 sec) (And for the record, I've also set up vacation in the meantime, which works great) |