complexero wrote: > Looks like I probably have an issue from a previous upgrade: > http://community.zenoss.com/forums/viewtopic.php?t=5304&postdays=0&postorder=asc&start=0 > > Arrggghh, guess I am going to have to start from scratch again [Crying or > Very sad]
Do you take backups? You could backup your content and restore to a new install. Log into mysql: mysql> grant all privileges on events.* to 'zenoss'@'localhost' identified by 'zenoss'; Then as zenoss user (make sure you have plenty of space in /tmp, if not use --temp-dir=/path/to/more/space): zenbackup --dbuser=zenoss --dbpass=zenoss Then do the same for zenrestore after the fresh install. zenrestore --file=/path/to/backup --dbuser=zenoss --dbpass=zenoss If you install from source, you could try copying your existing zenoss directory (cp -pR $ZENHOME /some/dir) to backup and then re-run the 2.2.3 installation. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=24413#24413 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
