Hi Jim On 2012-09-05, at 2:49 PM, Jim Hague wrote:
> I'm running SOGo with MySQL on a x86 Debian Stable server using the Inverse > packages from the Inverse apt repository. > > I recently upgraded 1.3.17-1 to the latest 1.3.18-1. Shortly after the > upgrade, I started getting complaints from users that some current and future > events had vanished from a shared calendar. This calendar is the main focus > of > use in our company; there might well have been similar on personal calendars, > but they are lightly used and I have not had a report. FYI, SOGo 1.3.18 doesn't delete random events. Thank God. :) > Poking around in the database, I find the events are present in the main > table > but marked as deleted (c_deleted is 1). They have been removed from the > corresponding _quick table. > > Has anyone else seen similar? > > And is there a way I can undelete the events? Update your tables (c_deleted = 0) and use sogo-tool to restore the entries in the quick tables : su - sogo mkdir foo sogo-tool backup foo jim.hague sogo-tool restore -F ALL foo jim.hague rm -fR foo exit Francis -- [email protected] :: +1.514.755.3640 :: http://www.inverse.ca Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence (http://packetfence.org) -- [email protected] https://inverse.ca/sogo/lists
