An existing PostgreSql installation has been found... 的解决

时间:2023-03-27 22:34:17

PostgreSql卸载之后,重新安装时跳出如下信息:

Anexisting PostgreSql installation has been found atC:\ProgramFiles\PostgreSql\9.3. This installation will be upgraded.

详细如下图所示:

An existing PostgreSql installation has been found... 的解决

而卸载之后,硬盘里其实已经没有以上路径的文件。估计是注册表里还残留了相关信息,打开注册表,搜索PostgreSql,果然看到如下信息:

将PostgreSql删除后,就可以正常安装了。

An existing PostgreSql installation has been found... 的解决