Installing openGauss Database on openEuler 22.03 in VMware
Installing openEuler 22.03
Creating the Virtual Machine
Configure the following settings when creating your VM:
Select Custom installation
Choose your ISO file as the boot media
Set guest operating system to Linux, version Other Linux 5.x kernel 64-bit
Assign a name to your virtual machine
Processor configuration: 1 processor with 4 cores
Allo ...
Posted on Mon, 22 Jun 2026 18:30:02 +0000 by Shaun13
Deploying openGauss Locally on Windows Using Docker and Connecting via DBeaver
Begin by installing Docker Desktop for Windows from the official Docker website. After installation, verify it by runing:
docker -v
A version string confirms successful setup.
Next, pull a compatible openGauss Docker image. Version 3.0.0 is recommended for stability:
docker pull enmotech/opengauss:3.0.0
Avoid latest if possible, as newer vers ...
Posted on Sun, 10 May 2026 15:04:08 +0000 by herbally