Comments on How to Install PostgreSQL and pgAdmin on FreeBSD 11

PostgreSQL or in short Postgres, is an open source Object-Relational Database Management System (ORDBMS). In this tutorial, we will learn how to install PostgreSQL and pgAdmin on FreeBSD 11.

4 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Rafael Scapinelli

root@malako:/home/rafael # . pgadmin4/bin/activate

/usr/local/sbin/.: Permission denied.

root@malako:/home/rafael # 

 

By: Haywire

try source ./pgadmin4/bin/activate.csh  or .fish

If you can't login with your email and password; you must delete the sqlite db and run through the steps again to recreate it and it should work.

After login, I had to also setup pgadmin4 to see my server...

By: julien

Did the setup, seems to work, database is running, I can see the process, did the configs, restarted the server, had no errors.

But I'm stucked at the "createuser --interactive", it doesn't make any error, but makes nothing at all, just goes to the next line....

postgres-# createuser --interactivepostgres-#Can't find articles reporting this kind of errors, maybe you can give me an idea on where to look ?

 

thanks

By: qb

@julien,

You actually need to exit psql back to your sh/csh

Then try createuser. 

Cheers, qb.