Skip to content

Nginx, php-fpm and SQL dump import

Choose a tag to compare

@zepgram zepgram released this 01 Nov 16:42
· 105 commits to master since this release
23f2808

Release 1.3.0

The config.yaml file has been updated: 'crypt_key' has been added.
You must adapt your config.yaml according to config.yaml.example.

  • Add php version 7.3 according to last dependency from magento 2.3.3

  • Add database import from compressed dump, crypted_key is also available in config.yaml to avoid any issue with encrypted values with imported data

  • Replaced apache by nginx/php-fpm to improve performance

  • Find out a solution according to winnfsd/vagrant-winnfsd#104
    Windows user just have to run: Add-MpPreference -ExclusionProcess winnfsd.exe as admin in powershell and this will definitly solve issue with NFS and malformated composer autoload

  • Magento user is no longer necessary, project is now fully accessible through default vagrant user

  • Project path has been moved from /srv/magento to /home/vagrant/magento