TECHZEN Zenoss User Community ARCHIVE  

What is zodb_session.object_state used for?

Subject: What is zodb_session.object_state used for?
Author: [Not Specified]
Posted: 2014-06-09 11:43

The table zodb_session.object_state is hogging disk space and I want to purge it. But before I purge it, what is it used for Is there any reason I shouldn't drop it and recreate it

Thanks.



Subject: That database contains
Author: Andrew Kirch
Posted: 2014-06-10 13:10

That database contains session/login information.

Note that the following advice is DANGEROUS and backups, and exceptional care should be taken:
stop zope (really best to stop all of Zenoss)
log into mysql as 'zenoss'
drop database zodb_session
create database zodb_session
log out of mysql
start zope (zenoss)

Zenoss/Zope will recreate the schema for you.

Andrew Kirch

akirch@gvit.com

Need Zenoss support, consulting or custom development Look no further. Email or PM me!

Ready for Distributed Topology (collectors) for Zenoss 5 Coming May 1st from GoVanguard



< Previous
Zenoss 4.2.x on OpenSUSE?
  Next
DNS FQDN not resetting IP addresses.
>