我刚刚在崩溃/重新启动后重新启动了我的服务器(我还没有确定原因)。服务器:centos,Postgresql:9.2.8
看起来我所有的 postgresql 数据库都恢复到了 3 个月前的状态。我最近添加的列丢失了,时间戳列的最大值created
都是 3 个月前的。
是否有任何可能导致这种情况的崩溃情况?除了从备份恢复之外,关于恢复方法的任何想法?
我刚刚在崩溃/重新启动后重新启动了我的服务器(我还没有确定原因)。服务器:centos,Postgresql:9.2.8
看起来我所有的 postgresql 数据库都恢复到了 3 个月前的状态。我最近添加的列丢失了,时间戳列的最大值created
都是 3 个月前的。
是否有任何可能导致这种情况的崩溃情况?除了从备份恢复之外,关于恢复方法的任何想法?
我之前用 openssl10 替换了我的 centos 盒子上的 openssl,使用类似以下说明:
rpm -Uvh http://dl.iuscommunity.org/pub/ius/stable/CentOS/6/...
...x86_64/ius-release-1.0-11.ius.centos6.noarch.rpm
yum install yum-plugin-replace
# Edit /etc/yum.repos.d/ius-archive.repo and
# enable the ius-archive repo by changing enabled=0 to enabled=1.
yum replace openssl --replace-with openssl10
然后,当我做一般情况时,yum update
我会因为 openssl 而出错,所以我这样做:
yum update -x openssl -x postfix
这似乎工作正常,但实际上,我不能再通过 ssh 重新连接到盒子:
me@local $ ssh -S none root@the_server
ssh_exchange_identification: Connection closed by remote host
关于如何从这种情况中恢复的任何想法?
编辑:当我sshd
在服务器上运行时(我仍然有一个打开的连接),我收到以下错误:
ssh: relocation error: ssh: symbol SSLeay_version, version OPENSSL_1.0.1
not defined in file libcrypto.so.10 with link time reference