nikolai-b / leeds-bread-coop

0 stars 0 forks source link

Error message when trying to add new sub collection point #73

Closed LeedsBreadCo-op closed 8 years ago

LeedsBreadCo-op commented 8 years ago

After clicking 'create collection point' on this page, http://leeds-bread-coop.herokuapp.com/admin/collection_points/new it brings up 'sorry something went wrong' page. Lizzie

nikolai-b commented 8 years ago

We were over the db limit. I've wiped all the old orders. Please try again tomorrow.

LeedsBreadCo-op commented 8 years ago

Still giving error message!

nikolai-b commented 8 years ago

You can only store 10000 rows, with all the repeat orders, copying line items it went over. I removed all orders (and line items - which are a link between a wholesaler and a bread type with a quantity) so it was under BUT it still said we were over limit. I thought it would fix itself after an hour but it didn't so I nagged Heroku and they fixed it in 8 mins!

LeedsBreadCo-op commented 8 years ago

It still won't work for me! :( am I doing something wrong?

On 24/11/15 22:10, Nikolai wrote:

Closed #73 https://github.com/nikolai-b/leeds-bread-coop/issues/73.

— Reply to this email directly or view it on GitHub https://github.com/nikolai-b/leeds-bread-coop/issues/73#event-473856053.

Lizzie Fellows

Leeds Bread Co-op http://leedsbread.coop/ Twitter https://twitter.com/LeedsBreadCoop/ Facebook https://www.facebook.com/pages/Leeds-Bread-Coop/245404722229376

0113 262 5155

nikolai-b commented 8 years ago

Right, so this was me being silly. What I've done it put some things in place to stop it happening again. Now when I push code to github then a testing environment CircleCI will run all the tests in the background and if they all pass a new version of the app will be deployed to Heroku (I've also added you as a collaborator there).