I've had a few problems as i've moved from dev to production. My task has been complicated by not always maintaining my migrations. However the problem I've had recently has been with ferret not working.
When I've started './console/script procution' and try and rebuild indexes manually I get:
Mymodel1.rebuild_index()
=> false
It turns out that the problem was that ferret has an expectation that in production, there will be a ferret server running. This is asserted in the file:
./config/ferret_server.yml
I commented out the production server and it works.
Using DVDStore with PostgreSQL
-
We now have support for PostgreSQL in the popular DVDStore Benchmark which
stresses database using an emulated DVDStore e-Commerce website. DVDStore
Bench...
2 months ago
0 comments:
Post a Comment