I’ll show you how to install PostgreSQl on Windows 10.
To install PostgreSQL, we’ll complete the following tasks:
Downloading the PostgreSQL package.
Installing and configuring PostgreSQL.
Starting the postgres server application.
Verifying that PostgreSQL is working.
Install PostgreSQL
os:Ubuntu 18.04.3 LTS
Step 1:Download the PostgreSQL installer
To install PostgreSQL on your computer, you can download it from the official site or by using the download link for Windows. Once you’re on the right page, click the “Download the installer” link.
Download the PostgreSQL installer for Windows,available as a graphical installer package from the PostgreSQL website at: https://www.enterprisedb.com/downloads/postgres-postgresql-downloads
you will get:
https://get.enterprisedb.com/postgresql/postgresql-14.1-1-windows-x64.exe
Other:download a zip archive of the binaries, without the installer
postgresql-10.19-1-windows-x64-binaries.zip
https://get.enterprisedb.com/postgresql/postgresql-10.19-1-windows-x64-binaries.zip
Advanced users can also download a zip archive of the binaries, without the installer. This download is intended for users who wish to include PostgreSQL as part of another application installer
Step 2.
Step 1 :Installing and Configuring PostgreSQL
Follow the installation instructions for Ubuntu as follow:
output
output
Uninstall Nginx on Ubuntu 18.04(aliyun)
step 1:
or
step 2:
Reinstall
To recreate it, first uninstall using purge to remove even configuration files and records:
then reinstall:
https://learnsql.com/blog/how-to-install-postgresql-on-windows-in-5-minutes/