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.
Setting up PostgreSQL 12 Beta 3 for Testing in Amazon RDS
-
One of the amazing things about the PostgreSQL community is launching
releases like clockwork. On 8/8/2019 the PostgreSQL community not only
launched the ...
5 years ago