You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Add comments about increasing Vagrantfile disk size.
This commit is contained in:
Vendored
+2
-1
@@ -7,7 +7,8 @@ Vagrant.configure(2) do |config|
|
||||
config.vm.box = "ubuntu/bionic64"
|
||||
config.vm.box_version = "20180719.0.0"
|
||||
|
||||
# vagrant plugin install vagrant-disksize
|
||||
# Increase disk size if the vagrant-disksize plugin is available
|
||||
# To install the plugin: vagrant plugin install vagrant-disksize
|
||||
if Vagrant.has_plugin?('vagrant-disksize')
|
||||
config.disksize.size = '64GB'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user