How to process data such as Mysql, website sources with Vagrant?

How to process data like mysql, website sources with vagrant?

As a programmer, I like to easily set up development environments. So I created a stray box and provided it with a puppet, but I ask myself, what about the data in the box? What happens if I need to destroy a box and recreate it? All my data will be deleted!

I had problems with a broken virtual machine, and I do not want to repeat the same error, I want to control my data.

How are you? Do you use shared folders to host your live data? Where do you keep your data in or out of the box?

+5
source share
1 answer

Vagrant (1.0.3) :

  • . MySQL , -. , VM VirtualBox, .
  • (rake, make ..), MySQL . , , , reimport .
+4

All Articles