Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Problem

While attempting to install PostgreSQL , the installation proceeded until almost completing and then displayed the following:

Warning
---------------------------
Problem running post-install step. Installation may not complete correctly
The database cluster initialization failed.

Solution

PostgreSQL has broken their installer, so attempts to install any version will end in this warning.  After giving the Users group Write access to the data directory, you will be able to successfully install PostgreSQL.

Steps to change the permissions on the data directory:

  1. Navigate to (or create) C:\Program Files\PostgreSQL\x.x\data.
  2. Give "Users" write permission
  3. Install PostgreSQL
  4. Remove write permission for "Users" on the data directory



  • No labels