https://store-images.s-microsoft.com/image/apps.40554.8c2a2a40-782f-479c-ac4d-b33218c1ec18.74c788cd-bb28-40f0-8a3a-1c1d78bd482f.8b325648-6f67-49dc-b6fc-5eb64a2e6279
PostgreSQL on openEuler 24.03
HANWEI SOFTWARE TECHNOLOGY(HONG KONG) CO.,LIMITED
PostgreSQL on openEuler 24.03
HANWEI SOFTWARE TECHNOLOGY(HONG KONG) CO.,LIMITED
PostgreSQL on openEuler 24.03
HANWEI SOFTWARE TECHNOLOGY(HONG KONG) CO.,LIMITED
PostgreSQL is a powerful, open-source object-relational database system with over 35 years of active development.
PostgreSQL provides a robust, feature-rich database system with strong reliability, data integrity, and correctness. It supports both SQL (relational) and JSON (non-relational) querying and is fully ACID compliant.
Please enter the root user first:
sudo su -
Initializing the database:
# /usr/bin/postgresql-setup --initdb
Restart Redis service:
# systemctl restart postgresql
Checking the status of service:
# systemctl status postgresql