Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

How to downgrade beetbox? #472

Open
maykino opened this issue Apr 11, 2018 · 4 comments
Open

How to downgrade beetbox? #472

maykino opened this issue Apr 11, 2018 · 4 comments

Comments

@maykino
Copy link

maykino commented Apr 11, 2018

I updated my beetbox with symfony project to the newest version and now after a few mins after the box is up I get the 503 Service Unavailable and the apache log says:

[Wed Apr 11 03:07:03.801245 2018] [proxy_fcgi:error] [pid 1029:tid 139999718647552] [client 10.20.1.1:56449] AH01067: Failed to read FastCGI header, referer: http://test.local/app_dev.php/login
[Wed Apr 11 03:07:03.801291 2018] [proxy_fcgi:error] [pid 1029:tid 139999718647552] (104)Connection reset by peer: [client 10.20.1.1:56449] AH01075: Error dispatching request to : , referer: http://test.local/app_dev.php/login

It never happened before the update. What is the easiest way to downgrade the box.

@thom8
Copy link
Member

thom8 commented Apr 12, 2018

You can just remove the latest box eg. vagrant box remove --box-version=0.8.14

The only difference is that we no longer include xhprof by default, you might just need to increase the default memory limit.

@klonos
Copy link

klonos commented Apr 20, 2018

Thanks @thom8 but the actual command should be vagrant box remove beet/box --box-version=0.8.14

...I always get Drush command terminated abnormally due to an unrecoverable error. with the latest 0.8.14, so I needed to downgrade back to 0.8.12.

@benjy
Copy link

benjy commented Nov 2, 2018

you might just need to increase the default memory limit.

Can you expand on how to do this?

@thom8
Copy link
Member

thom8 commented Nov 3, 2018

@benjy you can set the PHP memory limit via config.yml -- https://github.com/beetboxvm/beetbox/blob/master/.beetbox/config.yml#L20

or increase the VM memory with vagrant_memory -- https://github.com/beetboxvm/beetbox/blob/master/provisioning/ansible/config/default.config.yml#L13

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants