postgresql pgAdmin 4.1:恢复备份失败但窗口始终打开

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/40604713/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 02:26:29  来源:igfitidea点击:

pgAdmin 4.1:Restoring backup failed but window's always open

postgresqlbackuprestorepgadminpgadmin-4

提问by Enrico Corona

few days ago I tried to restore a Postgres backup using pgAdmin 4.1. The restore process failed, so I did it again outside the tool, via command line. Now the problem is that a small blue window is still displaying at the right-down corner of my pgAdmin, remembering me that restoring failed with exit code -1, and there is no way to dismiss it, even closing and restarting program, processes, windows, neither the "reset layout" command could help me... Does someone know how to kill that popup window? Thank you!

几天前,我尝试使用 pgAdmin 4.1 恢复 Postgres 备份。恢复过程失败,所以我在工具外通过命令行再次执行。现在的问题是我的 pgAdmin 的右下角仍然显示一个蓝色的小窗口,记住我恢复失败,退出代码为 -1,并且无法关闭它,即使关闭并重新启动程序,进程, windows,“重置布局”命令都不能帮助我......有人知道如何杀死那个弹出窗口吗?谢谢!

回答by Edgar

In case anyone is lookig for a solution I found the answer in the link below, but be careful because in my case it erased all my existing conenctions but the default one, besides that it works perfectly:

如果有人在寻找解决方案,我在下面的链接中找到了答案,但要小心,因为在我的情况下,它删除了我所有现有的连接,但默认的是,除此之外,它可以完美运行:

SQL command to stop job in pgAdmin 4

在 pgAdmin 4 中停止作业的 SQL 命令

回答by kacash

Click on the "Click here for details." link in the blue box, and then dismiss the resulting dialog box with the X at top right. The blue box will disappear.

单击“单击此处了解详细信息”。蓝色框中的链接,然后关闭带有右上角的 X 的结果对话框。蓝色框将消失。

This was asked a while ago, but it took me a while to find the answer so I'm posting.

这是不久前被问到的,但我花了一段时间才找到答案,所以我发帖了。