$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

PostgreSQL 14 Installation in Linux Mint – Step-by-step

October 2, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 2. Setting Up PostgreSQL 14 Repo

    How to Add PostgreSQL 14 Linux Mint Apt Repository

    Here PostgreSQL 14 Apt Repo Setup
    Guide to Add PostgreSQL 14 Apt Repository for Linux Mint
  2. 3. Installing PostgreSQL 14

    Then to Install PostgreSQL 14 for Mint
    Simply play:

    Copy
    sudo apt install postgresql-14 postgresql-client-14

    In case of a libpq5 Version issue, then first Remove any existing PostgresSQL Installation or provide to: Download & Install Manually the Library.

    Again to Search for other gears:

    Copy
    sudo apt search postgresql-14

Contents