{"id":1995,"date":"2019-02-15T20:28:46","date_gmt":"2019-02-15T13:28:46","guid":{"rendered":"https:\/\/www.linuxid.net\/post\/?p=1995"},"modified":"2025-03-28T04:34:56","modified_gmt":"2025-03-27T21:34:56","slug":"cara-install-dan-konfigurasi-postgresql-di-centos-7","status":"publish","type":"post","link":"https:\/\/www.linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/","title":{"rendered":"Cara Install dan Konfigurasi PostgreSQL di CentOS 7"},"content":{"rendered":"<p>PostgreSQL atau Postgres adalah sistem manajemen database relasional open source. PostgreSQL memiliki banyak fitur canggih yang memungkinkan Anda membuat aplikasi web yang kompleks.<\/p>\n<p>Dalam tutorial ini, kami akan menunjukkan kepada Anda bagaimana menginstal PostgreSQL di CentOS 7 dan menjelajahi dasar-dasar administrasi database.<\/p>\n<p>Sebelum melanjutkan dengan tutorial ini, pastikan Anda masuk sebagai <a href=\"https:\/\/www.linuxid.net\/post\/cara-membuat-user-sudo-di-centos\/\">user dengan hak istimewa sudo.<\/a><\/p>\n<h2>Install PostgreSQL di CentOS 7<\/h2>\n<p>Pada saat penulisan artikel ini, versi terbaru PostgreSQL yang tersedia dari repositori resmi Centos adalah PostgreSQL versi 9.2.23.<\/p>\n<p>Untuk menginstal PostgreSQL di server Centos, ikuti langkah-langkah di bawah ini:<span id=\"ezoic-pub-ad-placeholder-139\" class=\"ezoic-adpicker-ad\"\/><\/p>\n<ol>\n<li>Install PostgreSQL\n<pre>sudo yum install postgresql-server postgresql-contrib<\/pre>\n<\/li>\n<li>Inisialisasi database PostgreSQL dengan perintah berikut:\n<pre>sudo postgresql-setup initdb<\/pre>\n<\/li>\n<li>Untuk memulai layanan PostgreSQL dan mengaktifkannya untuk memulai saat boot cukup ketik:\n<pre>sudo systemctl start postgresql&#13;\nsudo systemctl enable postgresql<\/pre>\n<\/li>\n<li>Verifikasi installasi PostgreSQL dengan mencoba koneksi ke\u00a0 PostgreSQL server dengan perintah\u00a0<code>psql<\/code>,\n<pre>sudo -u postgres psql -c \"SELECT version();\"<\/pre>\n<p>Outputnya akan terlihat seperti ini:<\/p>\n<pre>PostgreSQL 9.2.23 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16), 64-bit&#13;\n(1 row)<\/pre>\n<\/li>\n<\/ol>\n<h2>Install PostgreSQL dari repositori PostgreSQL<\/h2>\n<p>Pada saat penulisan artikel ini, versi terbaru PostgreSQL tersedia dari repositori resmi PostgreSQL adalah PostgreSQL versi 10.4. Sebelum melanjutkan dengan langkah berikutnya, Anda harus mengunjungi <a href=\"https:\/\/www.postgresql.org\/download\/linux\/redhat\/\" target=\"_blank\" rel=\"noopener\">halaman Repository<\/a> Yum PostgreSQL dan memeriksa apakah ada versi baru yang tersedia.<\/p>\n<p>Ikuti langkah-langkah di bawah ini untuk menginstal versi PostgreSQL terbaru di server CentOS Anda:<\/p>\n<h3>Aktifkan repositori PostgreSQL<\/h3>\n<p>Untuk mengaktifkan repositori PostgreSQL cukup instal file rpm repositori:<\/p>\n<pre>sudo yum install https:\/\/download.postgresql.org\/pub\/repos\/yum\/10\/redhat\/rhel-7-x86_64\/pgdg-centos10-10-2.noarch.rpm<\/pre>\n<h3>Install PostgreSQL<\/h3>\n<p>Setelah repositori diaktifkan, instal paket server PostgreSQL dan PostgreSQL dengan:<\/p>\n<pre>sudo yum install postgresql10-server postgresql10-contrib<\/pre>\n<h3>Inisialisasi Database<\/h3>\n<p>Untuk menginisialisasi tipe database PostgreSQL<\/p>\n<pre>sudo \/usr\/pgsql-10\/bin\/postgresql-10-setup initdb<\/pre>\n<pre>Initializing database ... OK<\/pre>\n<h3>Start PostgreSQL<\/h3>\n<p>Untuk memulai layanan PostgreSQL dan mengaktifkannya untuk memulai saat boot:<\/p>\n<pre>sudo systemctl start postgresql-10&#13;\nsudo systemctl enable postgresql-10<\/pre>\n<h3>Verifikasi Instalasi PostgreSQL<\/h3>\n<p>Untuk memverifikasi instalasi, kita akan mencoba untuk terhubung ke server database PostgreSQL menggunakan tool <code>psql<\/code> dan mencetak versi server:<\/p>\n<pre>sudo -u postgres \/usr\/pgsql-10\/bin\/psql -c \"SELECT version();\"<\/pre>\n<pre>PostgreSQL 10.4 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28), 64-bit&#13;\n(1 row)<\/pre>\n<h2>PostgreSQL Role dan Metode Otentikasi<\/h2>\n<p>Izin akses database dalam PostgreSQL ditangani dengan konsep peran. Role (peran) dapat mewakili user database atau sekelompok user database.<\/p>\n<p>PostgreSQL mendukung banyak <a href=\"https:\/\/www.postgresql.org\/docs\/10\/static\/auth-methods.html\" target=\"_blank\" rel=\"noopener\">metode otentikasi<\/a>. Yang paling umum digunakan adalah:<\/p>\n<ul>\n<li><strong>Trust<\/strong> \u2013 Dengan metode ini, peran dapat terhubung tanpa kata sandi, selama kriteria yang ditentukan dalam <code>pg_hba.conf<\/code> terpenuhi.<\/li>\n<li><strong>Password<\/strong> \u2013 Peran dapat terhubung dengan memberikan kata sandi. Kata sandi dapat disimpan sebagai <code>scram-sha-256md5<\/code> dan <code>password<\/code> (clear-text)<\/li>\n<li><strong>Ident<\/strong> \u2013 Metode ini hanya didukung pada koneksi TCP \/ IP. Bekerja dengan mendapatkan nama pengguna sistem operasi klien, dengan pemetaan nama pengguna opsional.<\/li>\n<li><strong>Peer<\/strong> \u2013 Sama seperti Ident tetapi hanya didukung pada koneksi lokal.<\/li>\n<\/ul>\n<p>Otentikasi klien PostgreSQL didefinisikan dalam file konfigurasi bernama <code>pg_hba.conf<\/code>. Secara default untuk koneksi lokal, PostgreSQL diatur untuk menggunakan metode otentikasi peer.<\/p>\n<p>Pengguna <code>postgres<\/code> dibuat secara otomatis ketika menginstal PostgreSQL. Pengguna ini adalah <code>superuser<\/code> untuk instance PostgreSQL dan itu setara dengan root di MySQL.<\/p>\n<p>Untuk masuk ke server PostgreSQL sebagai <code>postgres<\/code>, terlebih dahulu Anda harus beralih ke user <code>postgres<\/code> dan kemudian Anda dapat mengakses prompt PostgreSQL menggunakan utilitas <code>psql<\/code>:<\/p>\n<pre>sudo su - postgres&#13;\npsql<\/pre>\n<p>Dari sini Anda dapat berinteraksi dengan instance PostgreSQL. Untuk keluar dari shell PostgreSQL ketik perintah berikut:<\/p>\n<pre>\\q<\/pre>\n<p>Anda juga dapat mengakses prompt PostgreSQL tanpa mengalihkan pengguna menggunakan perintah <code>sudo<\/code>:<\/p>\n<pre>sudo -u postgres psql<\/pre>\n<p>Pengguna <code>postgres<\/code> biasanya hanya digunakan dari host lokal dan disarankan untuk tidak mengatur password untuk pengguna <code>postgres<\/code>ini.<\/p>\n<h2>Membuat Role dan Database PostgreSQL<\/h2>\n<p>Anda dapat membuat peran baru dari baris perintah menggunakan perintah <code>createuser<\/code>. Hanya superusers dan user dengan hak istimewa <code>CREATEROLE<\/code> yang dapat membuat peran baru.<\/p>\n<p>Dalam contoh berikut, kita akan membuat peran baru bernama <code>dona<\/code> sebuah database bernama <code>donadb<\/code> dan memberikan hak istimewa pada database.<\/p>\n<ol>\n<li>Perintah berikut akan membuat peran baru bernama dona:\n<pre>sudo su - postgres -c \"createuser dona\"<\/pre>\n<\/li>\n<li>Buat Database PostgreSQL baru. Buat database baru bernama donadb menggunakan perintah <code>createdb<\/code>:\n<pre>sudo su - postgres -c \"createdb donadb\"<\/pre>\n<\/li>\n<li>Untuk memberikan izin kepada pengguna <code>dona<\/code> pada database yang telah kita buat di langkah sebelumnya, sambungkan ke shell PostgreSQL:\n<pre>sudo -u postgres psql<\/pre>\n<p>dan jalankan kueri berikut :<\/p>\n<pre>grant all privileges on database donadb to dona;<\/pre>\n<\/li>\n<\/ol>\n<h2>Aktifkan remote access ke server PostgreSQL<\/h2>\n<p>Secara default, server PostgreSQL hanya listen pada antarmuka lokal <code>127.0.0.1<\/code>. Untuk mengaktifkan akses jarak jauh ke server PostgreSQL, buka file konfigurasi<code> postgresql.conf<\/code> dan tambahkan <code>listen_addresses=\"*\"<\/code> di bagian <code>CONNECTIONS AND AUTHENTICATION.<\/code><\/p>\n<pre>sudo nano \/etc\/postgresql\/10\/main\/postgresql.conf<\/pre>\n<pre>#------------------------------------------------------------------------------&#13;\n# CONNECTIONS AND AUTHENTICATION&#13;\n#------------------------------------------------------------------------------&#13;\n&#13;\n# - Connection Settings -&#13;\n&#13;\nlisten_addresses=\"*\"     # what IP address(es) to listen on;<\/pre>\n<p>simpan file dan restart layanan PostgreSQL dengan:<\/p>\n<pre>sudo service postgresql restart<\/pre>\n<p>Verifikasi perubahan dengan utilitas <code>ss<\/code><\/p>\n<pre>ss -nlt | grep 5432<\/pre>\n<pre>LISTEN   0         128      0.0.0.0:5432  0.0.0.0:*&#13;\nLISTEN   0         128         [::]:5432     [::]:*<\/pre>\n<p>Seperti yang Anda lihat dari output di atas, server PostgreSQL listen pada semua interface<code>(0.0.0.0)<\/code>.<\/p>\n<p>Langkah terakhir adalah mengkonfigurasi server untuk menerima koneksi jarak jauh dengan mengedit file <code>pg_hba.conf<\/code>.<\/p>\n<p>Berikut adalah beberapa contoh yang menunjukkan berbagai kasus penggunaan:<\/p>\n<pre>sudo nano \/etc\/postgresql\/10\/main\/pg_hba.conf<\/pre>\n<pre>\u00a0TYPE \u00a0DATABASE \u00a0 \u00a0 \u00a0 \u00a0USER \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0ADDRESS \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 METHOD&#13;\n# \"local\" is for Unix domain socket connections only&#13;\nlocal \u00a0 all \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 all \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0md5&#13;\n# IPv4 local connections:&#13;\nhost \u00a0 \u00a0all \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 all \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0.0.0.0\/0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0md5&#13;\n# IPv6 local connections:&#13;\nhost \u00a0 \u00a0all \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 all \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ::0\/0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 md5&#13;\n# All IPs&#13;\n<span style=\"background-color: #ccffff;\">host \u00a0 \u00a0all \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 dona \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0all \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 trust<\/span><\/pre>\n<h2>Kesimpulan<\/h2>\n<p>Anda telah belajar cara menginstal dan mengkonfigurasi PostgreSQL di server CentOS 7.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PostgreSQL atau Postgres adalah sistem manajemen database relasional open source. PostgreSQL memiliki banyak fitur canggih&hellip;<\/p>\n","protected":false},"author":2,"featured_media":1996,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[15,77],"class_list":["post-1995","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-centos","tag-centos","tag-centos-7"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Cara Install dan Konfigurasi PostgreSQL di CentOS 7 - Linuxid<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/\" \/>\n<meta property=\"og:locale\" content=\"id_ID\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cara Install dan Konfigurasi PostgreSQL di CentOS 7 - Linuxid\" \/>\n<meta property=\"og:description\" content=\"PostgreSQL atau Postgres adalah sistem manajemen database relasional open source. PostgreSQL memiliki banyak fitur canggih&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/\" \/>\n<meta property=\"og:site_name\" content=\"Linuxid\" \/>\n<meta property=\"article:published_time\" content=\"2019-02-15T13:28:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-27T21:34:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linuxid.net\/post\/wp-content\/uploads\/2025\/03\/Cara-Install-dan-Konfigurasi-PostgreSQL-di-CentOS-7.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"530\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"xsand\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Ditulis oleh\" \/>\n\t<meta name=\"twitter:data1\" content=\"xsand\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimasi waktu membaca\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 menit\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/\",\"url\":\"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/\",\"name\":\"Cara Install dan Konfigurasi PostgreSQL di CentOS 7 - Linuxid\",\"isPartOf\":{\"@id\":\"https:\/\/linuxid.net\/post\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.linuxid.net\/post\/wp-content\/uploads\/2025\/03\/Cara-Install-dan-Konfigurasi-PostgreSQL-di-CentOS-7.jpg\",\"datePublished\":\"2019-02-15T13:28:46+00:00\",\"dateModified\":\"2025-03-27T21:34:56+00:00\",\"author\":{\"@id\":\"https:\/\/linuxid.net\/post\/#\/schema\/person\/e6642d26041eab9fef2677e204e89d79\"},\"breadcrumb\":{\"@id\":\"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/#breadcrumb\"},\"inLanguage\":\"id\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/#primaryimage\",\"url\":\"https:\/\/www.linuxid.net\/post\/wp-content\/uploads\/2025\/03\/Cara-Install-dan-Konfigurasi-PostgreSQL-di-CentOS-7.jpg\",\"contentUrl\":\"https:\/\/www.linuxid.net\/post\/wp-content\/uploads\/2025\/03\/Cara-Install-dan-Konfigurasi-PostgreSQL-di-CentOS-7.jpg\",\"width\":1000,\"height\":530},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Beranda\",\"item\":\"https:\/\/linuxid.net\/post\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cara Install dan Konfigurasi PostgreSQL di CentOS 7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/linuxid.net\/post\/#website\",\"url\":\"https:\/\/linuxid.net\/post\/\",\"name\":\"Linuxid\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/linuxid.net\/post\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"id\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/linuxid.net\/post\/#\/schema\/person\/e6642d26041eab9fef2677e204e89d79\",\"name\":\"xsand\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\/\/linuxid.net\/post\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cc8513768e15fa0758099a0ba5b898f3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cc8513768e15fa0758099a0ba5b898f3?s=96&d=mm&r=g\",\"caption\":\"xsand\"},\"url\":\"https:\/\/www.linuxid.net\/post\/author\/xsand\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cara Install dan Konfigurasi PostgreSQL di CentOS 7 - Linuxid","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/","og_locale":"id_ID","og_type":"article","og_title":"Cara Install dan Konfigurasi PostgreSQL di CentOS 7 - Linuxid","og_description":"PostgreSQL atau Postgres adalah sistem manajemen database relasional open source. PostgreSQL memiliki banyak fitur canggih&hellip;","og_url":"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/","og_site_name":"Linuxid","article_published_time":"2019-02-15T13:28:46+00:00","article_modified_time":"2025-03-27T21:34:56+00:00","og_image":[{"width":1000,"height":530,"url":"https:\/\/linuxid.net\/post\/wp-content\/uploads\/2025\/03\/Cara-Install-dan-Konfigurasi-PostgreSQL-di-CentOS-7.jpg","type":"image\/jpeg"}],"author":"xsand","twitter_card":"summary_large_image","twitter_misc":{"Ditulis oleh":"xsand","Estimasi waktu membaca":"4 menit"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/","url":"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/","name":"Cara Install dan Konfigurasi PostgreSQL di CentOS 7 - Linuxid","isPartOf":{"@id":"https:\/\/linuxid.net\/post\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/#primaryimage"},"image":{"@id":"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/#primaryimage"},"thumbnailUrl":"https:\/\/www.linuxid.net\/post\/wp-content\/uploads\/2025\/03\/Cara-Install-dan-Konfigurasi-PostgreSQL-di-CentOS-7.jpg","datePublished":"2019-02-15T13:28:46+00:00","dateModified":"2025-03-27T21:34:56+00:00","author":{"@id":"https:\/\/linuxid.net\/post\/#\/schema\/person\/e6642d26041eab9fef2677e204e89d79"},"breadcrumb":{"@id":"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/#breadcrumb"},"inLanguage":"id","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/"]}]},{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/#primaryimage","url":"https:\/\/www.linuxid.net\/post\/wp-content\/uploads\/2025\/03\/Cara-Install-dan-Konfigurasi-PostgreSQL-di-CentOS-7.jpg","contentUrl":"https:\/\/www.linuxid.net\/post\/wp-content\/uploads\/2025\/03\/Cara-Install-dan-Konfigurasi-PostgreSQL-di-CentOS-7.jpg","width":1000,"height":530},{"@type":"BreadcrumbList","@id":"https:\/\/linuxid.net\/post\/cara-install-dan-konfigurasi-postgresql-di-centos-7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Beranda","item":"https:\/\/linuxid.net\/post\/"},{"@type":"ListItem","position":2,"name":"Cara Install dan Konfigurasi PostgreSQL di CentOS 7"}]},{"@type":"WebSite","@id":"https:\/\/linuxid.net\/post\/#website","url":"https:\/\/linuxid.net\/post\/","name":"Linuxid","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linuxid.net\/post\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"id"},{"@type":"Person","@id":"https:\/\/linuxid.net\/post\/#\/schema\/person\/e6642d26041eab9fef2677e204e89d79","name":"xsand","image":{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/linuxid.net\/post\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cc8513768e15fa0758099a0ba5b898f3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cc8513768e15fa0758099a0ba5b898f3?s=96&d=mm&r=g","caption":"xsand"},"url":"https:\/\/www.linuxid.net\/post\/author\/xsand\/"}]}},"_links":{"self":[{"href":"https:\/\/www.linuxid.net\/post\/wp-json\/wp\/v2\/posts\/1995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.linuxid.net\/post\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.linuxid.net\/post\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.linuxid.net\/post\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.linuxid.net\/post\/wp-json\/wp\/v2\/comments?post=1995"}],"version-history":[{"count":1,"href":"https:\/\/www.linuxid.net\/post\/wp-json\/wp\/v2\/posts\/1995\/revisions"}],"predecessor-version":[{"id":2454,"href":"https:\/\/www.linuxid.net\/post\/wp-json\/wp\/v2\/posts\/1995\/revisions\/2454"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.linuxid.net\/post\/wp-json\/wp\/v2\/media\/1996"}],"wp:attachment":[{"href":"https:\/\/www.linuxid.net\/post\/wp-json\/wp\/v2\/media?parent=1995"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.linuxid.net\/post\/wp-json\/wp\/v2\/categories?post=1995"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.linuxid.net\/post\/wp-json\/wp\/v2\/tags?post=1995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}