Vagrant Package always increasing in size

I use vagrant package command to move my box between computers. However I notice a strange (or maybe expected?) behaviour that each time I run the command it will create a box which has size bigger than before. Example

  1. package.box 1.8 Gb
  2. package.box 2.3 Gb
  3. package.box 4.2 Gb …
  4. package.box 8 Gb

I am very sure this has nothing to do with the database size because we havent got a lot of data entry. Any idea what might have caused this ? Or did I do it wrong ?

1 Like