Installing Postgres SQL

Installing Postgres SQL

The following instructions describe how to install PostgresSQL.

You will need to complete the following two tasks

Install PostgresSQL

  1. Go to this link and download the most recent version at the top of the list:
    Community DL Page (enterprisedb.com)
  2. Look for the installer on your downloads
    Click on it to run the installer
  3. Click Next
  4. Click Next
  5. Click Next:
  6. Click Next:
  7. Enter a password of your choice and click next.
  8. Click Next
  9. Click Next
  10. Click Next
  11. Click Next
  12. Uncheck "Launch..." and then click Finish
  13. Continue to article: Configure PgAdmin 4

    • Related Articles

    • Installing Microsoft SQL Server

      This article will walk you through installing and configuring SQL Server for a migration workstation. Visit https://www.microsoft.com/en-us/sql-server/sql-server-downloads and scroll down just a bit until you see Developer and click the Download now ...
    • Installing SQL Server Management Studio (SSMS)

      This article will walk you through installing and configuring SQL Server Management Studio (SSMS). If you have not already installed SQL Server, you should do so prior to installing SSMS. Visit ...
    • Convert a Postgres database to MSSQL

      Full Convert by Spectral Core is a robust tool for converting databases from one format to another. The following instructions will walk you through using Full Convert to convert a Postgres database to MSSQL. Launch Full Convert Click New database ...
    • Create a POSTGRES Backup

      This article assumes that you know your Postgres credentials and PgAdmin is Installed. Connect into PgAdmin. Right-Click on the database and click Backup Click on the folder icon to choose a location for your backup When you reach the location to ...
    • Recover a POSTGRES username and Password

      The following will help you recover your username/pw to a Postgres database so you can convert it to MSSQL format. Current Process: 1. Log into the server, open Services.msc, find Postgres service, and stop it: 2. Right-Click the service, select ...