Install And Connect To Postgres DB on Linux Machine

In this video, you will learn how to install and Configure Postgres local server on a Linux machine About the Author --------------- Video: Blog: Linked-in Some commands Postgres -------- sudo apt-get update (update the repositories package URLs) sudo apt install postgresql postgresql-contrib sudo -u postgres psql \q sudo -u postgres createuser mradwan (backup don’t use it) sudo -u postgres createuser -d mradwan sudo -u postgres psql’ and then ’alter user mradwan createdb; \q #Postgres_training ... #MRadwanMSF #Postgres #Tutorial #Training #Linux #Local_Postgres 20200101 7XtMIEG2_UE
Back to Top