微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Postgresql日常运维-安装(Windows)02

Postgresql 12.2 日常运维 - 安装 (Windows)02

一:Linux 下安装 Postgresql

二:Windows 下安装 Postgresql

一:Windows 10 下安装Postgresql

1 下载:

https://www.postgresql.org/download/

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

2 安装

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

3 psql

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

4 pgAdmin

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

5 问题汇总:

问题一:在Windows Server 2012 下安装 Postgresql12.2 时运行 postgresql-12.2-2-windows-x64.exe 报错如下

An error occured execuTing the Microsoft VC++ runtime installer.

Postgresql日常运维-安装(Windows)02

解决方案:指定--install_runtimes 0

如下:

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

问题二:在Windows Server 2012 下安装 Postgresql12.2 时运行 postgresql-12.2-2-windows-x64.exe 报错如下

Child killed:unkNown signal

Postgresql日常运维-安装(Windows)02

解决方案:网上找了很多种方法,都没有生效,最终更换了操作系统,改用win10 。

网上查到的解决方案如下,仅供参考:

方法一:windows2012 的 bug ,安装补丁: Windows8-RT-KB2999226-x64.msu

https://www.microsoft.com/zh-cn/download/details.aspx?id=49081&6B49FDFB-8E5B-4B07-BC31-15695C5A2143=1&134b2bb0-86c1-fe9f-d523-281faef41695=1&751be11f-ede8-5a0c-058c-2ee190a24fa6=True

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Windows8-RT-KB2999226-x64.msu

此更新不适用于你的计算机

https://www.cnblogs.com/Ofsoul/p/6212927.html

windows键+X  选择  命令提示符(管理员)

expand –F:* C:\package\Windows8.1-KB2999226-x64.msu C:\package\

dism.exe /online /Add-Package /PackagePath:C:\package\Windows8.1-KB2999226-x64.cab

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

方法二: 安装python-3.7.3-amd64.exe

https://www.python.org/

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

Postgresql日常运维-安装(Windows)02

欢迎关注我的微信公众号"IT小Chen",共同学习,共同成长!!!

Postgresql日常运维-安装(Windows)02

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐