{"id":13192,"date":"2019-10-16T14:33:59","date_gmt":"2019-10-16T14:33:59","guid":{"rendered":"https:\/\/dbtut.com\/?p=13192"},"modified":"2019-10-16T14:42:19","modified_gmt":"2019-10-16T14:42:19","slug":"how-to-create-postgresql-repository-to-install-postgres-without-internet","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/","title":{"rendered":"How To Create PostgreSQL Repository To Install Postgres Without Internet"},"content":{"rendered":"<h3>Download Postgres Repository Metadata<\/h3>\n<p>First, Run the below command on a server that can connect to internet. This command download the latest postgres repository metadata information.<\/p>\n<pre class=\"lang:default decode:true\">yum install https:\/\/download.postgresql.org\/pub\/repos\/yum\/reporpms\/EL-7-x86_64\/pgdg-redhat-repo-latest.noarch.rpm<\/pre>\n<p id=\"gdEqTIo\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-13194  aligncenter\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/img_5da723241c060.png\" alt=\"\" width=\"843\" height=\"347\"><\/p>\n<p>Then go to the below directory. You can found downloaded repository metadata.<\/p>\n<pre class=\"lang:default decode:true \">cd \/etc\/yum.repos.d\/\nls -l<\/pre>\n<p id=\"TWuUIlh\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-13196  aligncenter\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/img_5da723e179e5d.png\" alt=\"\" width=\"686\" height=\"298\"><\/p>\n<h3>Download RPM Packets<\/h3>\n<p>Then we must download the necessary rpm packets from the downloaded repo metadata with the help of the below command.<\/p>\n<pre class=\"lang:default decode:true \">sudo reposync -g -l -d -m --repoid=pgdg11 --newest-only --download-metadata --download_path=\/pg_data\/repopg11\/<\/pre>\n<p id=\"cCwToIm\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-13198  aligncenter\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/img_5da72403c9663.png\" alt=\"\" width=\"742\" height=\"91\"><\/p>\n<p>Then go to the relavant directory to see the repo.<\/p>\n<pre class=\"lang:default decode:true\">cd \/pg_data\/repopg11\/\nls -l<\/pre>\n<p id=\"XPAchAa\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-13200  aligncenter\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/img_5da7244b791e9.png\" alt=\"\" width=\"483\" height=\"85\"><\/p>\n<h3>Create Repo Metadata Information<\/h3>\n<p>We must create the metadata with the below command.<\/p>\n<pre class=\"lang:default decode:true \">createrepo pgdg11\/<\/pre>\n<p id=\"eqdClsD\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-13202  aligncenter\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/img_5da7247c7f45c.png\" alt=\"\" width=\"738\" height=\"195\"><\/p>\n<h3>Copy Repository to the Server that can not connect to internet<\/h3>\n<p>Then copy this repository to relavant server with scp. We use -r parameter to copy all content of directory.<\/p>\n<pre class=\"lang:default decode:true\">scp -r pgdg11 root@192.165.198.13:\/etc\/yum.repos.d\/<\/pre>\n<p><strong>Note: <\/strong>192.165.198.13-&gt; Server that can not connect to internet<\/p>\n<p>Then go to the relavant server and \/etc\/yum.repos.d\/ directory and create a repo file that includes the below content.<\/p>\n<h3>On the server that can not connect to internet<\/h3>\n<pre class=\"lang:default decode:true\">cd \/etc\/yum.repos.d\/\nll\nvi pgdg11.repo<\/pre>\n<p id=\"KFcMmfa\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-13204  aligncenter\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/img_5da725d53743a.png\" alt=\"\" width=\"546\" height=\"175\"><\/p>\n<h3>Content of repo file<\/h3>\n<pre class=\"lang:default decode:true\">[OurRepo]\nname=PostgreSQL11\nbaseurl=file:\/\/\/etc\/yum.repos.d\/pgdg11\nenabled=1\ngpgcheck=0<\/pre>\n<p style=\"margin: 0in;font-family: 'Times New Roman';font-size: 12.0pt\">Press Esc and type <code>:wq<\/code>(Save and exit)<\/p>\n<h3>Install PostgreSQL From Repo without Internet<\/h3>\n<p style=\"margin: 0in;font-family: 'Times New Roman';font-size: 12.0pt\">Run the below command to install PostgreSQL using OurRepo.<\/p>\n<p style=\"margin: 0in;font-family: 'Times New Roman';font-size: 12.0pt\">\n<pre class=\"lang:default decode:true \">yum install --disablerepo=\"*\" --enablerepo=OurRepo postgresql11.x86_64 postgresql11-contrib.x86_64 postgresql11-devel.x86_64 postgresql11-libs.x86_64 postgresql11-server.x86_64<\/pre>\n<p id=\"FrHFZpc\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-13207  aligncenter\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/img_5da727761bdf1.png\" alt=\"\" width=\"788\" height=\"292\"><\/p>\n<p>Then you must perform initdb operations. You can find detailed information about this operation in below articles. All operations are same.<\/p>\n<p><a href=\"https:\/\/dbtut.com\/index.php\/2018\/06\/11\/how-to-install-postgresql-replication-on-centos\/\" target=\"_blank\" rel=\"noopener noreferrer\">How To Install PostgreSQL Replication On Centos<\/a>,<\/p>\n<p><a href=\"https:\/\/dbtut.com\/index.php\/2018\/10\/15\/how-to-install-postgresql-on-centos-redhat\/\" target=\"_blank\" rel=\"noopener noreferrer\">How To Install PostgreSQL On centos\/redhat<\/a><\/p>\n<p>If you need upgrade operation you can use the below article.<\/p>\n<p><a href=\"https:\/\/dbtut.com\/index.php\/2018\/10\/30\/upgrade-postgresql-10-to-11\/\" target=\"_blank\" rel=\"noopener noreferrer\">UPGRADE POSTGRESQL 10 To 11<\/a><\/p>\n<p>&nbsp;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_13192\" class=\"pvc_stats all  \" data-element-id=\"13192\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Download Postgres Repository Metadata First, Run the below command on a server that can connect to internet. This command download the latest postgres repository metadata information. yum install https:\/\/download.postgresql.org\/pub\/repos\/yum\/reporpms\/EL-7-x86_64\/pgdg-redhat-repo-latest.noarch.rpm Then go to the below directory. You can found downloaded repository metadata. cd \/etc\/yum.repos.d\/ ls -l Download RPM Packets Then we must download the necessary rpm &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_13192\" class=\"pvc_stats all  \" data-element-id=\"13192\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":477,"featured_media":13210,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[5],"tags":[4898,4896,4908,4909,4905,4899,4897,4900,4901,4904,4902,4903,4907,4906],"class_list":["post-13192","post","type-post","status-publish","format-standard","has-post-thumbnail","","category-postgres","tag-create-a-postgresql-repository","tag-create-postgresql-repository","tag-create-repository-on-centos","tag-create-repository-on-redhat","tag-how-to-download-and-install-postgresql","tag-how-to-install-postgresql-offline","tag-how-to-install-postgresql-without-internet","tag-how-to-manually-install-postgresql-on-centos","tag-how-to-manually-install-postgresql-on-redhat","tag-how-to-set-up-postgresql-offline","tag-install-postgresql-from-local-package","tag-local-postgresql-database-without-internet","tag-postgresql-repository","tag-postgresql-rpm-repository"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Create PostgreSQL Repository To Install Postgres Without Internet - Database Tutorials<\/title>\n<meta name=\"description\" content=\"How To Create PostgreSQL Repository To Install Postgres Without Internet\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Create PostgreSQL Repository To Install Postgres Without Internet - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"How To Create PostgreSQL Repository To Install Postgres Without Internet\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-16T14:33:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-10-16T14:42:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/Ads\u0131z-6.png\" \/>\n\t<meta property=\"og:image:width\" content=\"741\" \/>\n\t<meta property=\"og:image:height\" content=\"451\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Zekiye AYDEM\u0130R\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Zekiye AYDEM\u0130R\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/\"},\"author\":{\"name\":\"Zekiye AYDEM\u0130R\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/44676b832bdd5cfa774e985b6d85cd3b\"},\"headline\":\"How To Create PostgreSQL Repository To Install Postgres Without Internet\",\"datePublished\":\"2019-10-16T14:33:59+00:00\",\"dateModified\":\"2019-10-16T14:42:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/\"},\"wordCount\":241,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/Ads\u0131z-6.png\",\"keywords\":[\"Create a PostgreSQL Repository\",\"Create PostgreSQL Repository\",\"create repository on centos\",\"create repository on redhat\",\"How to Download and Install PostgreSQL\",\"how to install postgresql offline\",\"How To Install PostgreSQL without Internet\",\"How to manually install PostgreSql on centos\",\"How to manually install PostgreSql on redhat\",\"How to set up PostgreSQL offline\",\"Install Postgresql from local package\",\"Local PostgreSQL database without Internet\",\"PostgreSQL Repository\",\"PostgreSQL RPM Repository\"],\"articleSection\":[\"PostgreSQL\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/\",\"name\":\"How To Create PostgreSQL Repository To Install Postgres Without Internet - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/Ads\u0131z-6.png\",\"datePublished\":\"2019-10-16T14:33:59+00:00\",\"dateModified\":\"2019-10-16T14:42:19+00:00\",\"description\":\"How To Create PostgreSQL Repository To Install Postgres Without Internet\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#primaryimage\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/Ads\u0131z-6.png\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/Ads\u0131z-6.png\",\"width\":741,\"height\":451},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Create PostgreSQL Repository To Install Postgres Without Internet\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/44676b832bdd5cfa774e985b6d85cd3b\",\"name\":\"Zekiye AYDEM\u0130R\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/eac70389d03a5a61b22bd277efdc0bae561e8ee31279a0c187c57f9b16e15620?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/eac70389d03a5a61b22bd277efdc0bae561e8ee31279a0c187c57f9b16e15620?s=96&d=mm&r=g\",\"caption\":\"Zekiye AYDEM\u0130R\"},\"url\":\"https:\/\/dbtut.com\/index.php\/author\/zekiyeaydemir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Create PostgreSQL Repository To Install Postgres Without Internet - Database Tutorials","description":"How To Create PostgreSQL Repository To Install Postgres Without Internet","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:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/","og_locale":"en_US","og_type":"article","og_title":"How To Create PostgreSQL Repository To Install Postgres Without Internet - Database Tutorials","og_description":"How To Create PostgreSQL Repository To Install Postgres Without Internet","og_url":"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/","og_site_name":"Database Tutorials","article_published_time":"2019-10-16T14:33:59+00:00","article_modified_time":"2019-10-16T14:42:19+00:00","og_image":[{"width":741,"height":451,"url":"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/Ads\u0131z-6.png","type":"image\/png"}],"author":"Zekiye AYDEM\u0130R","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Zekiye AYDEM\u0130R","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/"},"author":{"name":"Zekiye AYDEM\u0130R","@id":"https:\/\/dbtut.com\/#\/schema\/person\/44676b832bdd5cfa774e985b6d85cd3b"},"headline":"How To Create PostgreSQL Repository To Install Postgres Without Internet","datePublished":"2019-10-16T14:33:59+00:00","dateModified":"2019-10-16T14:42:19+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/"},"wordCount":241,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/Ads\u0131z-6.png","keywords":["Create a PostgreSQL Repository","Create PostgreSQL Repository","create repository on centos","create repository on redhat","How to Download and Install PostgreSQL","how to install postgresql offline","How To Install PostgreSQL without Internet","How to manually install PostgreSql on centos","How to manually install PostgreSql on redhat","How to set up PostgreSQL offline","Install Postgresql from local package","Local PostgreSQL database without Internet","PostgreSQL Repository","PostgreSQL RPM Repository"],"articleSection":["PostgreSQL"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/","url":"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/","name":"How To Create PostgreSQL Repository To Install Postgres Without Internet - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#primaryimage"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/Ads\u0131z-6.png","datePublished":"2019-10-16T14:33:59+00:00","dateModified":"2019-10-16T14:42:19+00:00","description":"How To Create PostgreSQL Repository To Install Postgres Without Internet","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#primaryimage","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/Ads\u0131z-6.png","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2019\/10\/Ads\u0131z-6.png","width":741,"height":451},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2019\/10\/16\/how-to-create-postgresql-repository-to-install-postgres-without-internet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"How To Create PostgreSQL Repository To Install Postgres Without Internet"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/44676b832bdd5cfa774e985b6d85cd3b","name":"Zekiye AYDEM\u0130R","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/eac70389d03a5a61b22bd277efdc0bae561e8ee31279a0c187c57f9b16e15620?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/eac70389d03a5a61b22bd277efdc0bae561e8ee31279a0c187c57f9b16e15620?s=96&d=mm&r=g","caption":"Zekiye AYDEM\u0130R"},"url":"https:\/\/dbtut.com\/index.php\/author\/zekiyeaydemir\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/13192","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/477"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=13192"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/13192\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media\/13210"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=13192"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=13192"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=13192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}