Skip to main content
added 1 character in body
Source Link
Vaibhav Mule
  • 5.1k
  • 4
  • 37
  • 52

After trying many other peoplespeople's solutions, and without success, this answer finally helped me.

https://stackoverflow.com/a/16974197/2433309

In short, running

sudo -u postgres createuser owning_user 

creates a role with name owning_user (in this case, h9uest). After that you can run rake db:create from the terminal under whatever account name you set up without having to enter into the postgresPostgres environment.

After trying many other peoples solutions, and without success, this answer finally helped me.

https://stackoverflow.com/a/16974197/2433309

In short, running

sudo -u postgres createuser owning_user 

creates a role with name owning_user (in this case, h9uest). After that you can run rake db:create from the terminal under whatever account name you set up without having to enter into the postgres environment.

After trying many other people's solutions, and without success, this answer finally helped me.

https://stackoverflow.com/a/16974197/2433309

In short, running

sudo -u postgres createuser owning_user 

creates a role with name owning_user (in this case, h9uest). After that you can run rake db:create from the terminal under whatever account name you set up without having to enter into the Postgres environment.

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

After trying many other peoples solutions, and without success, this answer finally helped me.

http://stackoverflow.com/a/16974197/2433309https://stackoverflow.com/a/16974197/2433309

In short, running

sudo -u postgres createuser owning_user 

creates a role with name owning_user (in this case, h9uest). After that you can run rake db:create from the terminal under whatever account name you set up without having to enter into the postgres environment.

After trying many other peoples solutions, and without success, this answer finally helped me.

http://stackoverflow.com/a/16974197/2433309

In short, running

sudo -u postgres createuser owning_user 

creates a role with name owning_user (in this case, h9uest). After that you can run rake db:create from the terminal under whatever account name you set up without having to enter into the postgres environment.

After trying many other peoples solutions, and without success, this answer finally helped me.

https://stackoverflow.com/a/16974197/2433309

In short, running

sudo -u postgres createuser owning_user 

creates a role with name owning_user (in this case, h9uest). After that you can run rake db:create from the terminal under whatever account name you set up without having to enter into the postgres environment.

indent code
Source Link
Chillar Anand
  • 29.8k
  • 10
  • 126
  • 144

After trying many other peoples solutions, and without success, this answer finally helped me.

http://stackoverflow.com/a/16974197/2433309

In short, running

 sudo -u postgres createuser owning_user 

creates a role with name owning_user (in this case, h9uest). After that you can run rake db:create from the terminal under whatever account name you set up without having to enter into the postgres environment.

After trying many other peoples solutions, and without success, this answer finally helped me.

http://stackoverflow.com/a/16974197/2433309

In short, running

 sudo -u postgres createuser owning_user 

creates a role with name owning_user (in this case, h9uest). After that you can run rake db:create from the terminal under whatever account name you set up without having to enter into the postgres environment.

After trying many other peoples solutions, and without success, this answer finally helped me.

http://stackoverflow.com/a/16974197/2433309

In short, running

sudo -u postgres createuser owning_user 

creates a role with name owning_user (in this case, h9uest). After that you can run rake db:create from the terminal under whatever account name you set up without having to enter into the postgres environment.

added 2 characters in body
Source Link
Trufa
  • 40.9k
  • 44
  • 133
  • 194
Loading
Source Link
dsrees
  • 6.3k
  • 2
  • 29
  • 28
Loading