Contact Us

Kockpit is here to help you

Business Form

Welcome to the Kockpit Community

Stay updated on the newest technologies, recent developments, and latest trends in Analytics and BI

DevOps Team

April 03

Get Started with the Postgres for Azure marketplace offering (Ubuntu)

About the Image:

Now you can enjoy the quick and hassle-free configuration of your workspaces with Kockpit’s pre-configured images. PostgreSQL 15 is a virtual machine image (VMI) created for Ubuntu (OS) that allows you to set up your machines within minutes.

PostgreSQL is a powerful, open-source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads.

In this, the user just needs to open it pgAdmin and connect to Postgres via IP address. And this method is applied to both Ubuntu O.S and Redhat O.S.

The distribution of PostgreSQL 15 is based on Linux and is provided by Kockpit Analytics Pvt. Ltd. Hadoop and Spark Image is designed for Production Environments on Azure.

Note : PgAdmin version 6 or above required.It would not work for versions below 6.

Follow the below steps to access PostgreSQL in Ubuntu 18.04:

  1. Install pgAdmin from the given link if not installed already

    Link: https://www.enterprisedb.com/downloads/postgres-postgresql-downloads

  2. Deploy Postgresql 15 from Azure Marketplace.

  3. open pgAdmin and enter into the server register by clicking on Add new server.

  4. Enter any name of your server and go to the connection tab

  5. In the connection tab, enter your “IP address” inside the connection box and click on save

  6. Now, you are connected to the PostgresDB server.

  7. Log in to your Ubuntu VM using SSH. If you want to check the status of Postgresql.

  8. After logging into your VM, type the “sudo systemctl status postgresql” to check the status of Postgresql.