memcached problems following 1.5 to 1.7.22 migration

2014-04-18 Thread Paul Fee
Hi all, I'm testing a migration from 1.5 to 1.7.22. Summary of migration steps. Old system: = Ubuntu 10.04 Manual installation of Reviewboard 1.5 Dump database: $ mysqldump -u admin -p reviewboard /tmp/reviewboard.mysql.dump New system (separate host, don't want to risk in place

Re: memcached problems following 1.5 to 1.7.22 migration

2014-04-18 Thread Christian Hammond
Hi Paul, From the output you've shown, it does look like it's using the appropriate class. django.core.cache.backends.memcached.CacheClass is the new location for this class, and it's what I would expect to see. Your analysis is correct. Everything, as far as I can tell, is as it should be. Can