psql: FATAL: role “vagrant” does not exist [duplicate]
问题 This question already has answers here : PostgreSQL error: Fatal: role “username” does not exist (14 answers) Closed 5 years ago . I created a vagrant instance and I am getting this error every time I try and do psql in the terminal How would Fix it. the error is as states: psql: FATAL: role "vagrant" does not exist I thought vagrant takes care of this? This is my vagrant file: Vagrant.require_plugin "vagrant-omnibus" Vagrant.require_plugin "vagrant-berkshelf" Vagrant.configure(2) do |config|