hello.

if you do changes to the Vagrantfile, you can use vagrant reload

if you do changes to the provisioners of the box, you can either use

vagrant provision
vagrant reload --provision


if you do changes to the base box, then yes, a destroy/up is needed.

if you are using local boxes, then destroy/up is whats needed.

if you are using boxes in vagrant cloud and a new version is up, then

vagrant box update
vagrant destroy
vagrant up

will be enough.


What changes and how you are doing them?

Alvaro

On Sat, Oct 6, 2018 at 7:26 PM William Arcaya C. <warca...@gmail.com> wrote:

> Posts read:
>
>
> https://superuser.com/questions/1164022/vagrant-box-update-vs-apt-get-upgrade
>
> https://stackoverflow.com/questions/25914383/update-a-vagrant-box
>
> According to these posts I need destroy my box with guest ArchLinux to
> take effect the changes. I thought that a Vagrant box was like a virtual
> drive but running under command line. I have a framework
> ArchLinux-PHP-MariaDB-NGINX in that box, and I don't want to reinstall all
> of them once again per every update for Vagrant box, so: is it necessary to
> destroy a Vagrant box after updating it? Which are pros and cons if I don't
> destroy it?
>
> Thanks in advance.
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/1fb3e8fc-4115-4f81-9fa8-f216600d1618%40googlegroups.com
> <https://groups.google.com/d/msgid/vagrant-up/1fb3e8fc-4115-4f81-9fa8-f216600d1618%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Alvaro

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ewKgLy0jdB_NLe3j_MUs%2B%3DfssBHqh%3DUJKHk1jV4iSYBoQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to