Hi all,
I have created a new Vagrant Box with the latest Trellis version. Now I see there are differences between my Development and Production environments: WordPress version and MariaDB version are higher in Development environment. I would like to update the Production environment to the same versions. I thought the command:
$ ansible-playbook server.yml -e env=production
takes care of this, but it doesn’t.
I have found a similar thread, but it is from 2015:
Best practices to update Trellis
and this one:
Working with Git Subtrees And Trellis
How can I update Staging/Production environments to be exactly the same as the Development? Are Git Subtrees the solution to my problem?