How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "mbr/postgres"
  config.vm.box_version = "1.0.0"
end
vagrant init mbr/postgres \
  --box-version 1.0.0
vagrant up

This version was created over 6 years ago.

PostgreSQL 9.4 on Debian Jessie 8

Contains a minimal installation of PostgreSQL for development, base on debian/jessie64.

See https://github.com/mbr/vagrant-boxes for sources.

Login

  • PostgreSQL role: vagrant
  • Password: vagrant
  • Database: vagrant

The vagrant is not a superuser, but can create databases, users and roles, as well as login. The vagrant database is empty.

1 provider for this version.
  • virtualbox Hosted by Vagrant Cloud (288 MB)