我无法重启openshift应用程序nodejs + postgres。我使用免费计划。 openshift online错误:
无法阻止Postgres 执行失败:/ var / lib / openshift / {my_id} / postgresql
的'control restart'我发现一些建议需要等待一段时间,技术支持将在没有我的活动的情况下解决它。但已经三天的服务不起作用。我问红帽bugzilla,我的问题被分配给管理员,但没有回复。
答案 0 :(得分:0)
我已经解决了。我认为用户无权从openshift shell中删除进程,但他们可以。
function() {
return this.domManip( arguments, function( elem ) {
if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
var target = manipulationTarget( this, elem );
target.insertBefore( elem, target.firstChild );
}
});
然后从openshift Web控制台重新启动应用程序。