niomstreaming.blogg.se

Yum install postgresql 10
Yum install postgresql 10





yum install postgresql 10

You are now connected as postgres, now you need to enter psql to enter the postgres shellĭ) Create a new user and change the passwordĬREATE ROLE user1 WITH SUPERUSER LOGIN PASSWORD 'user1' Į) From a normal Linux user account test the connection by entering the following: Create a test database and change the user passwordĪ) Connect to the user created during the install Update the and sections with exclude=postgresql* In this tutorial we are going to use the PostgreSQL own YUM repos, which are always up-to-date and where stable releases are available instantly But without further ado let’s get to the meat of it Since Oracle took over MySQL it is the most popular free and open-source database around, even though to be fair most of the MySQL code is still open-source and free. According to the DB-Engine database ranking it is the fourth most popular RDBMS database in the world and is gaining momentum. I recently installed the two and faced a few issues, so I thought it might be helpful to write a synthetic article about the set up and the hurdles I had to pass, just in case anybody else is facing the same obstacles.įirst let me introduce shortly PostgreSQL, it is an open-source database from the PostgreSQL Global Development Group and there has been increasing interest in it over the past few years. Today I am writing my first article on Linkedin, and this article won’t be a general overview of a technology or providing some business insights, it will be about setting up PostgreSQL 10 in Centos 7 and joining it pgAdmin for management.







Yum install postgresql 10