You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-17 01:12:23 +02:00
Add comments about increasing Vagrantfile disk size.
This commit is contained in:
3
test/Vagrantfile
vendored
3
test/Vagrantfile
vendored
@ -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