英文:
Fresh install of PostgreSQL 15.3-3 on Windows 11 with pgAdmin 4 v7.4 wont start - Stuck at "Loading pgAdmin 4 v7.4..."
问题
我已在Windows 11上安装了全新的PostgreSQL。
当我尝试启动pgAdmin时,出现以下情况:
正在加载pgAdmin 4 v7.4...
它从未继续下去。
我尝试在Regedit中添加 "Content Type=text/javascript" 和 "ContentType=text/javascript" 到 HKEY_CLASSES_ROOT.js。但这并没有解决问题。
请建议我应该尝试什么来使pgAdmin运行。
英文:
I have installed a fresh PostgreSQL on Windows 11.
I get this when I try to start pgAdmin:
> Loading pgAdmin 4 v7.4...
It never gets pass this.
I tried to add "Content Type=text/javascript" and "ContentType=text/javascript" to Regedit > HKEY_CLASSES_ROOT.js. That did not solve the issue.
Please advice what I should try to get pgAdmin running.
答案1
得分: 4
下载之前的 PostgreSQL 15.3-2 安装程序解决了问题,旧安装程序可在此处找到:
https://get.enterprisedb.com/postgresql/postgresql-15.3-2-windows-x64.exe
英文:
Downloading the previous installer for PostgreSQL 15.3-2 solves the issue, the old installer is available here:
https://get.enterprisedb.com/postgresql/postgresql-15.3-2-windows-x64.exe
答案2
得分: 0
我遇到了同样的问题...
我在三台机器上升级了 PostgreSQL,在第一台机器上我安装了 PostgreSQL 15.3-2
并且没有任何问题,而在另外两台机器上我安装了 PostgreSQL 15.3-3 并且遇到了相同的问题,它卡在加载界面上。我认为这是 PostgreSQL 需要解决的问题。我想这个版本 15.3-3 刚刚发布。
英文:
I am having the same issue...
I was updating PostgreSQL on 3 machines, and on the first one I installed PostgreSQL 15.3-2
and there are no issues, and on other 2 machines I have installed PostgreSQL 15.3-3 and have the same problem, it is stuck on loading. I believe that this is then PostgreSQL's problem that they need to solve. I think this version 15.3-3 was just released.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论