diff options
author | tom barrett <spalf0@gmail.com> | 2019-04-01 10:54:28 -0500 |
---|---|---|
committer | tom barrett <spalf0@gmail.com> | 2019-04-01 10:54:28 -0500 |
commit | 810c77ba30c65215c2d5e4b6f8a73f3b73e2b152 (patch) | |
tree | 3666053d51c598f701733231244104f536a4d24a /Vagrantfile | |
parent | 95b3508d2397b64c7c63bd3586e524998f194e36 (diff) |
database backup and restore
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index efd37f1..d4c4268 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,5 +1,5 @@ Vagrant.configure("2") do |config| - config.vm.box = "bento/debian-9.4" + config.vm.box = "bento/debian-9.6" config.vm.provision :shell, path: "postgres/bootstrap.sh" config.vm.network "forwarded_port", guest: 5432, host: 5432 config.ssh.forward_x11 = true |