There are a number of front-end tools available for connecting to, and working with, the PostgreSQL database. Among the most popular are psql, a command-line tool for querying the database,…
Databases
-
-
Centos/RedhatDatabasesLinux
How to Install PgAdmin 4 in Server mode as Web Application on CentOS 7 / RHEL 7
by Lotfi Waderni October 4, 2017PgAdmin 4 is a rewrite of the popular pgAdmin3 management tool for the PostgreSQL database. PgAdmin is the leading graphical Open Source management, development and administration tool for PostgreSQL. In…
-
DatabasesLinuxUbuntu
How to Install PgAdmin 4 in Server Mode on Ubuntu 16.04 LTS
by Lotfi Waderni July 16, 2017PgAdmin 4 is a rewrite of the popular pgAdmin3 management tool for the PostgreSQL database. PgAdmin is the leading graphical Open Source management, development and administration tool for PostgreSQL. In…
-
DatabasesLinuxMonitoring ToolsZabbix
How to Monitor MYSQL/MariaDB Using Zabbix Server
by Lotfi Waderni April 2, 2017After we have installed Zabbix Server on Ubuntu 16.04 LTS. In this article will demonstrate how to use zabbix agent to monitor MySql / Mariadb database Server by collecting data…
-
DatabasesLinuxUbuntu
How to install pgAdmin 4 in desktop mode on Ubuntu 16.04 LTS
by Lotfi Waderni March 21, 2017PgAdmin 4 is a rewrite of the popular pgAdmin3 management tool for the PostgreSQL database. PgAdmin is the leading graphical Open Source management, development and administration tool for PostgreSQL. In…
-
DatabasesLinux
How To Enable Network Remote Access To PostgreSQL Database Server
by Lotfi Waderni February 4, 2017By default, PostgreSQL Server allow access to clients localy using Unix sockets. Here, we’ll show you how to enable the network remote access to PostgreSQL Database Server. If you did…
-
DatabasesUbuntu
How To Change PostgreSQL Data Directory Location on Ubuntu 16.04
by Lotfi Waderni February 3, 2017Let’s suppose that the database grows frequently and need more space, the best solution is to relocate the PostgreSQL data directory to a new location. In this article, we will…
-
DatabasesLinuxUbuntu
How To Install PostgreSQL 9.6 On Ubuntu Xenial 16.04 LTS
by Lotfi Waderni January 29, 2017PostgreSQL is a powerful object-relational database management system, provided under a flexible BSD-style license. PostgreSQL contains many advanced features, is very fast and standards compliant. PostgreSQL has bindings for many…
-
Centos/RedhatDatabasesLinux
How To Install PostgreSQL 9.6 on CentOS 7 / RHEL 7
by Lotfi Waderni January 17, 2017Step 1: Add the PostgreSQL 9.6 Repository # sudo yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm -y Step 2: Install PostgreSQL 9.6 – To install PostgreSQL 9.6 just run the below command: # sudo…
-
Centos/RedhatDatabasesLinux
Installing and Configuring Percona XtraDB Cluster High Availability On CentOS 7 / RHEL 7 – Part3
by Lotfi Waderni January 13, 2017Choosing a high-availability solution for MySQL to prevent downtime and data losing, is really one of the important subjects for an IT System Admin to handle. Today, we are going…