https://store-images.s-microsoft.com/image/apps.40554.94bd3793-868f-4759-9fbc-ccdb9a194f38.e7eec640-8854-41aa-8d78-26b87fa9b3cd.68e4bed3-e2e2-4673-b9ad-0cabe02844a1
PostgreSQL on openEuler 22.03
HANWEI SOFTWARE TECHNOLOGY(HONG KONG) CO.,LIMITED
PostgreSQL on openEuler 22.03
HANWEI SOFTWARE TECHNOLOGY(HONG KONG) CO.,LIMITED
PostgreSQL on openEuler 22.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