Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

postgres installation the database cluster initialization failed ( Postgresql Version 9.4.4 )

I can't install Postgresql. I've tried everything:

  • I run the setup as Administrator.
  • I create a postgresql user an I add it to the Administrator group.
  • I install it directly on C:\postgresql.

but without any success. for information: I have windows 8

like image 700
xAminex Avatar asked Sep 08 '15 08:09

xAminex


People also ask

What is database cluster in PostgreSQL?

A database cluster is a collection of databases that is managed by a single instance of a running database server. After initialization, a database cluster will contain a database named postgres, which is meant as a default database for use by utilities, users and third party applications.

Does PostgreSQL support clustering?

PostgreSQL does not natively support any multi-master clustering solution like MySQL or Oracle. Nevertheless, many commercial and community products offer this implementation, including replication and load balancing for PostgreSQL.

How do I completely uninstall PostgreSQL?

Uninstalling PostgreSQL on Windows To uninstall PostgreSQL, navigate to the Windows Control Panel to open the Uninstall or change a program dialog and Right-click the PostgreSQL 13 and select Uninstall/Change from the context menu. You can either remove the entire application or individual components.


1 Answers

  • First of all run the set-up as administrator.
  • Choose the installation folder inside program files( default)
  • But chose your data location outside from above folder to somewhere else ( c:\postgres data or something.)
like image 106
ISONecroMAn Avatar answered Sep 18 '22 21:09

ISONecroMAn