Jon Pugh

Results 23 comments of Jon Pugh

@jcnventura apparently anyone could do that :)

No need to merge this The package just needs another release.

I think his point is that it would be nice to include a standard script or command in this project for doing this right out of the box. I'm going...

@FatherShawn would you be interested in co-developing/maintaining a component that handles this feature? My coworker @solomongiffored just asked about committing vendor today, and Google gently brought me here!

Maybe we should suggest the wildcard version constraint, it's a little easier to understand I think... If you use `~8.4` it could be 8.5, 8.6, etc. If you use `8.*`...

Looking over the existing Ansible tasks, the role writes the same PHP.ini for each of the `php_conf_paths` list. Default includes fpm, apache2, cli. Maybe a different approach could be to...

For posterity: This will **DELETE ALL FILES** in the environment you choose. ```sh mkdir emptydir terminus rsync emptydir SITE.ENV:files -- --delete --recursive --verbose ``` Using --verbose could be long but...

Good big hunt today. Some fixes merged to 1.x

This is wild, MySQL. Just wild. Since 2011, Aegir/provision has used "GRANT ALL PRIVILEGES" to create a new user for each DB. I was curious so I looked it up:...