Les deux C:\PostgreSQL
et C:\PostgreSQL\data
ont un postgres
utilisateur avec un accès complet et des droits d'administrateur.
J'ai exécuté postgresql-9.1.2-1-windows.exe à partir de l'utilisateur postgres en tant qu'administrateur. CibleC:\PostgreSQL
Chaque fois que j'essaye, j'obtiens "L'initialisation du cluster de base de données a échoué."
Des questions
- Est-il OK de tout exécuter sans être un service Windows?
- Existe-t-il une solution de rechange à installer en tant que service Windows?
J'essaie de configurer PostGIS pour qu'il fonctionne avec GeoDjango.
J'ai pu installer manuellement PostGIS. Nouveau sur PostgreSQL et j'ai une crise de confiance sur tout cela. Venant de MySQL à PostgreSQL pour la première fois.
Sortie de journal pertinente de C: \ Users \ Larry \ AppData \ Local \ Temp \ install-postgresql.log:
WScript.Network initialized...
Called IsVistaOrNewer()...
'winmgmts' object initialized...
Version:6.1
MajorVersion:6
Ensuring we can read the path C: (using icacls) to Larry:
Executing batch file 'radA3CF7.bat'...
Output file does not exists...
Called IsVistaOrNewer()...
'winmgmts' object initialized...
Version:6.1
MajorVersion:6
Ensuring we can read the path C:\PostgreSQL (using icacls) to Larry:
Executing batch file 'radA3CF7.bat'...
Output file does not exists...
Called IsVistaOrNewer()...
'winmgmts' object initialized...
Version:6.1
MajorVersion:6
Ensuring we can read the path C:\PostgreSQL\data (using icacls) to Larry:
Executing batch file 'radA3CF7.bat'...
Output file does not exists...
Called IsVistaOrNewer()...
'winmgmts' object initialized...
Version:6.1
MajorVersion:6
Ensuring we can write to the data directory (using icacls) to Larry:
Executing batch file 'radA3CF7.bat'...
Output file does not exists...
Failed to ensure the data directory is accessible (C:\PostgreSQL\data)
Executing batch file 'radA3CF7.bat'...
Output file does not exists...
Called Die(Failed to initialise the database cluster with initdb)...
Failed to initialise the database cluster with initdb
Suggestions?