Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
19 views
Inst Step 2
Uploaded by
Aku Adalah
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save inst step 2 For Later
Download
Save
Save inst step 2 For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
19 views
Inst Step 2
Uploaded by
Aku Adalah
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save inst step 2 For Later
Carousel Previous
Carousel Next
Save
Save inst step 2 For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 1
Search
Fullscreen
sudo mv /usr/bin/psql /usr/bin/psql_backup
sudo mv /usr/bin/clusterdb /usr/bin/clusterdb_backup
sudo dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-
x86_64/pgdg-redhat-repo-latest.noarch.rpm
sudo dnf -qy module disable postgresql
sudo dnf install -y postgresql12-server
sudo /usr/pgsql-12/bin/postgresql-12-setup initdb
sudo systemctl enable postgresql-12
sudo systemctl start postgresql-12
Ekspor PATH Postgre
export PATH=$PATH:/usr/pgsql-12/bin
check grep postgres
rpm -qa | grep postgresql11-server
CREATE DATABASE rheldc;
\c
CREATE TABLE users (
id serial PRIMARY KEY,
username VARCHAR (50) UNIQUE NOT NULL,
email VARCHAR (100) NOT NULL
);
INSERT INTO users (username, email) VALUES ('john_doe', '
[email protected]
');
INSERT INTO users (username, email) VALUES ('jane_doe', '
[email protected]
');
You might also like
DevOps - Cluster DB With POSTGRESQL PATRONI HAPROXY PGBOUNCER
PDF
100% (1)
DevOps - Cluster DB With POSTGRESQL PATRONI HAPROXY PGBOUNCER
4 pages
Postgre Install
PDF
No ratings yet
Postgre Install
2 pages
Databasecommandinstal
PDF
No ratings yet
Databasecommandinstal
7 pages
Instalasi OpenERP
PDF
No ratings yet
Instalasi OpenERP
2 pages
HS - Postgres 9.6
PDF
No ratings yet
HS - Postgres 9.6
3 pages
INSTALL PSQL
PDF
No ratings yet
INSTALL PSQL
1 page
Postgres - 11 Instalation Via Source Code - txt-1
PDF
No ratings yet
Postgres - 11 Instalation Via Source Code - txt-1
4 pages
Deploy RDS@PostgreSQL-16 & Connect Via PSQL From Another Host
PDF
No ratings yet
Deploy RDS@PostgreSQL-16 & Connect Via PSQL From Another Host
2 pages
Install Postgres
PDF
No ratings yet
Install Postgres
4 pages
postgres_installation
PDF
No ratings yet
postgres_installation
5 pages
Postgresql Install
PDF
No ratings yet
Postgresql Install
4 pages
quiz 1
PDF
No ratings yet
quiz 1
2 pages
DB Link On Different Instances and PG - AUDIT
PDF
No ratings yet
DB Link On Different Instances and PG - AUDIT
10 pages
PostgreSQL v12 Installation On RHEL 8
PDF
No ratings yet
PostgreSQL v12 Installation On RHEL 8
1 page
Major Upgrade
PDF
No ratings yet
Major Upgrade
1 page
Versiones Ubuntu LTS: Import The Repository Key From
PDF
No ratings yet
Versiones Ubuntu LTS: Import The Repository Key From
2 pages
PostgreSQL DevEnv Setup
PDF
No ratings yet
PostgreSQL DevEnv Setup
2 pages
PostgreSQL DBA Guide
PDF
No ratings yet
PostgreSQL DBA Guide
105 pages
PostgreSQL Version Upgrade From 13 to 14 Using Pg_upgrade
PDF
No ratings yet
PostgreSQL Version Upgrade From 13 to 14 Using Pg_upgrade
15 pages
Enable Remote Access To PostgreSQL Database Server
PDF
No ratings yet
Enable Remote Access To PostgreSQL Database Server
3 pages
Toto
PDF
No ratings yet
Toto
6 pages
Postgresql Installation Steps
PDF
No ratings yet
Postgresql Installation Steps
4 pages
Installing Adempiere With Postgresql 8.2
PDF
No ratings yet
Installing Adempiere With Postgresql 8.2
13 pages
Deploy and Manage Cloud Environments With Google Cloud - Challenge Lab
PDF
No ratings yet
Deploy and Manage Cloud Environments With Google Cloud - Challenge Lab
4 pages
Post Gres Script Pre Requisites To Cloudera
PDF
No ratings yet
Post Gres Script Pre Requisites To Cloudera
2 pages
DRBD-Cookbook: How to create your own cluster solution, without SAN or NAS!
From Everand
DRBD-Cookbook: How to create your own cluster solution, without SAN or NAS!
Joerg Christian Seubert
No ratings yet
jasperreports-installation
PDF
No ratings yet
jasperreports-installation
61 pages
Linux Installation
PDF
No ratings yet
Linux Installation
4 pages
Postgresql Windows Installation: Steps
PDF
No ratings yet
Postgresql Windows Installation: Steps
4 pages
Tutorial Patch 2.07
PDF
No ratings yet
Tutorial Patch 2.07
9 pages
How To Install PostgreSQL 9.3 and PhpPgAdmin in CentOS 6
PDF
No ratings yet
How To Install PostgreSQL 9.3 and PhpPgAdmin in CentOS 6
9 pages
How To Install PostgreSQL 11 On CentOS 7
PDF
No ratings yet
How To Install PostgreSQL 11 On CentOS 7
5 pages
CENG301 DBMS - Session-5
PDF
No ratings yet
CENG301 DBMS - Session-5
9 pages
Apache2 PHP-FPM Postgres On CentOS 6
PDF
No ratings yet
Apache2 PHP-FPM Postgres On CentOS 6
13 pages
Psql+Instalation Problem Reference
PDF
No ratings yet
Psql+Instalation Problem Reference
6 pages
PostgreSQL Cassandra Upgrade
PDF
No ratings yet
PostgreSQL Cassandra Upgrade
41 pages
Postgres Replication
PDF
No ratings yet
Postgres Replication
11 pages
How To Install Postgresql 11 On Linux Mint 19 Tara
PDF
No ratings yet
How To Install Postgresql 11 On Linux Mint 19 Tara
6 pages
How To Install PostgreSQL 11 On Debian 9
PDF
No ratings yet
How To Install PostgreSQL 11 On Debian 9
7 pages
Instalar Postgres Rhel
PDF
No ratings yet
Instalar Postgres Rhel
3 pages
How To Install Apache Postgresql PHP and Run Time Trex Workforce Management in Centos 6 - 5
PDF
No ratings yet
How To Install Apache Postgresql PHP and Run Time Trex Workforce Management in Centos 6 - 5
15 pages
PostgreSQL Tutorial
PDF
100% (1)
PostgreSQL Tutorial
13 pages
Mastering PostgreSQL
PDF
0% (1)
Mastering PostgreSQL
11 pages
Postgres Articles
PDF
No ratings yet
Postgres Articles
78 pages
Upgrade Postgresql 11 to 12
PDF
No ratings yet
Upgrade Postgresql 11 to 12
7 pages
PostgreSQL Installation Using Yum_dnf
PDF
No ratings yet
PostgreSQL Installation Using Yum_dnf
7 pages
LPIC-1 Primer
From Everand
LPIC-1 Primer
John Greene
4.5/5 (3)
Configuration of a Simple Samba File Server, Quota and Schedule Backup
From Everand
Configuration of a Simple Samba File Server, Quota and Schedule Backup
Dr. Hedaya Alasooly
No ratings yet
1.Introduction2PostgreSQL
PDF
No ratings yet
1.Introduction2PostgreSQL
27 pages
Postgres Admin
PDF
No ratings yet
Postgres Admin
109 pages
Configuration of a Simple Samba File Server, Quota and Schedule Backup
From Everand
Configuration of a Simple Samba File Server, Quota and Schedule Backup
Dr. Hidaia Mahmood Alassouli
No ratings yet
Quick Configuration of Openldap and Kerberos in Linux and Authenicating Linux to Active Directory
From Everand
Quick Configuration of Openldap and Kerberos in Linux and Authenicating Linux to Active Directory
Dr. Hidaia Mahmood Alassouli
No ratings yet
PostgreSQL RPM Installation PGDG
PDF
No ratings yet
PostgreSQL RPM Installation PGDG
7 pages
PostgreSQL RPM Installation PGDG
PDF
No ratings yet
PostgreSQL RPM Installation PGDG
7 pages
Administration
PDF
100% (1)
Administration
112 pages
R-PostgreSQl Integration
PDF
No ratings yet
R-PostgreSQl Integration
4 pages
PostgreSQL Incremental Backup and WAL Recovery
PDF
No ratings yet
PostgreSQL Incremental Backup and WAL Recovery
12 pages
Master-slave replication on postgresql
PDF
No ratings yet
Master-slave replication on postgresql
8 pages
Postgre SQL
PDF
No ratings yet
Postgre SQL
4 pages
Evaluation of Some Intrusion Detection and Vulnerability Assessment Tools
From Everand
Evaluation of Some Intrusion Detection and Vulnerability Assessment Tools
Dr. Hedaya Mahmood Alasooly
No ratings yet