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.
PostgreSQL Extensions - A Deeper Look
-
My slides from my session "PostgreSQL Extensions - A Deeper Look" at
PostgresOpen 2019 and PostgresConf SV 2019
* PostgreSQL Extensions: A deeper look ...
5 years ago
No comments:
Post a Comment