Install PostgreSQL for Linux Ubuntu users
Hai semuanya, di materi kali ini kita akan membahas Install PostgreSQL di Linux Ubuntu Desktop. Diantaranya
- Install PostgreSQL Server for learning environment
- Install Graphical editor using
pgadmin
- Create user & database for learning environment
Ok langsung aja kita bahas ke materi yang pertama
Install PostgreSQL Server for learning environment
Untuk menginstall PostgreSQL di Linux, kita bisa menggunakan beberapa cara yaitu
- Installer
- EnterpriceDB
- Bitnami PostgreSQL
- Percona Distribution for PostgreSQL
- Dan masih banyak lagi
- Package manager seperti apt, yum, dnf, etc
- Compile from source
Untuk lebih detailnya bisa check official documentation PostgreSQL for Linux berikut. Karena tujuan kita adalah untuk belajar atau Learning environtment maka kita bisa manfaatkan yang free dan opensource seperti Official distribution. Karena disini saya menggunakan Ubuntu Desktop 21.10
LTS maka kita akan menginstall PostgreSQL Server menggunakan apt repository
Ubuntu includes PostgreSQL by default. To install PostgreSQL on Ubuntu, use the apt-get
(or other apt-driving) command:
The repository contains many different packages including third party addons. The most common and important packages are (substitute the version number as required):
Package | Descriptions |
---|---|
postgresql-client-xx | client libraries and client binaries |
postgresql-xx | core database server |
postgresql-contrib-x.x | additional supplied modules (part of the postgresql-xx package in version 10 and later) |
libpq-dev | libraries and headers for C language frontend development |
postgresql-server-dev-xx | libraries and headers for C language backend development |
Jika kita jalankan hasilnya seperti berikut:
root@Dimas-ThinkBook:~# apt-get install postgresql
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
postgresql-14 postgresql-client-14 postgresql-client-common
postgresql-common
Suggested packages:
postgresql-doc postgresql-doc-14
The following NEW packages will be installed:
postgresql postgresql-14 postgresql-client-14 postgresql-client-common
postgresql-common
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/18.2 MB of archives.
After this operation, 60.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Removing obsolete dictionary files:
Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service.
Setting up postgresql-14 (14.1-1.pgdg21.10+1) ...
Creating new PostgreSQL cluster 14/main ...
/usr/lib/postgresql/14/bin/initdb -D /var/lib/postgresql/14/main --auth-local peer --auth-host scram-sha-256 --no-instructions
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
The database cluster will be initialized with locale "en_US.UTF-8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".
Data page checksums are disabled.
fixing permissions on existing directory /var/lib/postgresql/14/main ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... Asia/Jakarta
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok
update-alternatives: using /usr/share/postgresql/14/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode
Setting up postgresql (14+232.pgdg21.10+1) ...
Processing triggers for man-db (2.9.4-2) ...
Setelah itu kita jalankan service PostgreSQL dengan perintah
Jika sudah running seperti berikut:
root@Dimas-ThinkBook:~# systemctl restart postgresql
root@Dimas-ThinkBook:~# systemctl status postgresql
● postgresql.service - PostgreSQL RDBMS
Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor pr>
Active: active (exited) since Thu 2022-02-03 04:38:26 WIB; 8s ago
Process: 22164 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 22164 (code=exited, status=0/SUCCESS)
CPU: 2ms
Feb 03 04:38:26 Dimas-ThinkBook systemd[1]: Starting PostgreSQL RDBMS...
Feb 03 04:38:26 Dimas-ThinkBook systemd[1]: Finished PostgreSQL RDBMS.
Kita bisa reset password untuk Admin Database yaitu user postgres, kita bisa login dulu ke user account postgres
dengan perintah
Kemudian login menggunakan psql
dan input \password
seperti berikut jika dijalankan:
root@Dimas-ThinkBook:~# su postgres
postgres@Dimas-ThinkBook:/root$ cd
postgres@Dimas-ThinkBook:~$ psql
psql (14.1 (Ubuntu 14.1-1.pgdg21.10+1))
Type "help" for help.
postgres=# \password
Enter new password:
Enter it again:
postgres=# exit
Jika sudah kita bisa login dengan normal user. Dan coba perintah berikut:
Jika dijalankan hasilnya seperti berikut:
➜ ~ psql -h localhost -U postgres -W
Password:
psql (14.1 (Ubuntu 14.1-1.pgdg21.10+1))
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off)
Type "help" for help.
postgres=#
Install Graphical editor using pgadmin
Setelah kita meng-install PostgreSQL Server selanjutnya kita akan menginstall graphical editor menggunakan pgAdmin, PgAdmin saat ini terdiri dari 2 versi versi web dan desktop. Kita bisa pilih salah satu, klo saya akan menginstall version desktop. Untuk menginstall di Ubuntu Desktop kita bisa menggunakan apt seperti pada offical dokumentasinya seperti berikut:
Jika di jalankan outputnya seperti berikut:
root@Dimas-ThinkBook:~# sudo curl https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo apt-key add
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
100 3935 100 3935 0 0 1895 0 0:00:02 0:00:02 --:--:-- 1895
OK
root@Dimas-ThinkBook:~# sudo apt install pgadmin4-desktop
Unpacking pgadmin4-desktop (6.4) ...
Setting up pgadmin4-server (6.4) ...
Setting up pgadmin4-desktop (6.4) ...
Processing triggers for bamfdaemon (0.5.5+21.10.20210710-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.26-1ubuntu2) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for mailcap (3.69ubuntu1) ...
Jika sudah kita bisa jalankan pgAdmin4 dari launcher, seperti berikut:
Sekarang kita coba register PostgreSQL Server dengan menambahkan connection seperti berikut:
Jika success hasilnya seperti berikut:
Create user & database for learning environment
Setelah melakukan proses installasi software PostgreSQL Server dan PgAdmin4
, tahap selanjutnya kita akan membuat scema atau role, berikut adalah caranya.
Login sebagai user postgres
, yang pertama harus di ingat adalah password postgres didapatkan ketika melakukan installasi software PostgreSQL. setelah itu baru bisa login sebagai user postgres dengan cara seperti berikut:
Kemudian kita buat schema & database dengan perintah seperti berikut:
Setelah membuat user dengan username hr
dan passwornya sama dengan username yaitu hr
, tahap selanjutnya kita login sebagai user hr
, dengan perintah seperti berikut:
Setelah login sebagai hr
kemudian download file ini setelah itu import file sql tersebut ke database hr
dengan perintah seperti berikut:
Kemudian kita check dengan cara login menggunakan user dan database hr
perintah seperti berikut:
Kemudian check datanya dengan perintah seperti berikut:
Jika sudah, selamat anda sudah sukses dan siap untuk mulai belajar Database PostgreSQL Fundamental.