Tag Archives: Install Postgres in Linux

Install Postgres in Linux

This blog article shows you how to install Postgres Database Server on Linux. Go to Linux Terminal and type sudo apt install postgresql Once completed change your Postgres user password using the following. sudo -u postgres psql template1 ALTER USER … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Operating System | Tagged | 2 Comments