> I tried to run sogo-tool backup and restore but it ended up not restoring > all the data to all the users (still using the same database). Any other > way to check if the database is consistent than recreating it and trying > again with sogo-tool restore? >
I ended up ditching the CentOS, installing fresh Debian Lenny and new installation of SOGo 1.3.2. Took backup with sogo-tool from the old system and restored to the new: for user in `ls /tmp/backup_1.3.2`; do /usr/sbin/sogo-tool restore -F ALL /tmp/backup_1.3.2 $user; done (There isn't parameter to restore ALL similar to backup?) Everything seems to be working at 300% speed compared to the last installation so I would presume that it was somehow corrupted. .tuomas -- [email protected] https://inverse.ca/sogo/lists
