|
From: Matthias F. <id...@fe...> - 2010-01-28 08:16:57
|
Hi Andrew, Andrew McMillan wrote: > You should try and do the following: > Stop postgresql > Start postgresql > > connect as the database superuser and issue a: > > TRUNCATE session; > VACUUM FULL ANALYZE; > > ok, I executed the commands I checked the session table and it was empty after it. If I connect to the database via web I see in the errorlog: [Thu Jan 28 08:45:15 2010] [error] [client 88.217.56.106] rscds: WARN: Login ERR: Other than one session record matches. 0 Maybe I forgot something in the restore of data. I execute the copy command on the following tables (in the order it is shown here): usr caldav_data calendar_item principal property session Maybe something in the database is broken? If you like I can sent a dump of the database to you. Thanks, Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook |