Damjan Znidarsic

Results 7 comments of Damjan Znidarsic

@eethann @n1koo Just including the recipe won't install proper configs. Create another recipe for creating the pool: include_recipe 'php-fpm' php_fpm_pool "www"

@n1koo I've foked this and added pool creation in the default recipe. You can configure it as well. https://github.com/spinx/cookbook-php-fpm Pull request: https://github.com/yevgenko/cookbook-php-fpm/pull/27

@stof We have a fork where we added support for this. Kinda necessary with 16 EMs on the app. Couple of things: - we need to track the em migration...

@stof Mostly changes to commands. To allow diffing on all EMs, generating migrations for EMs. As I mentioned the only downside is that you need to track which EM the...

@mikeSimonson I'm not sure I understand what you mean by that. Can you elaborate ?

Ah, I see. Might be a way to go, not sure. @stof Is adding em to migration version acceptable ? Or maybe a column of 'manager' that defaults to 'default'...

Wouldn't use the EM but you somehow need to know against which EM you want to execute. Also if you are diffing to generate migrations files, the way it works...