1
Graves OP 之前偷懒,没有在宿主机创建配置文件然后挂载给容器。但是按理来说一开始容器应该就启动不了,我也没去改过容器配置,现在容器突然就启不来,有点 想不通
|
2
kimqcn 2019-04-28 15:42:46 +08:00
估计是不小心把配置文件改错了。可以 docker cp 把容器里的文件拷贝出来改好再放回去。
|
3
mahone3297 2019-04-28 15:43:22 +08:00
只要数据不在容器中,可以新起一个 mysql 进程,去 mount 吧
|
4
CallMeReznov 2019-04-28 15:44:00 +08:00
你不会数据文件直接在写 DOCKER 里面吧?
现在容器多大了??? 用的非 ubuntu? |
5
Graves OP |
7
Graves OP 哎,还是不能偷懒啊
|
8
Graves OP To recover your lost Database and avoid leaking it: Send us 0.1 Bitcoin (BTC) to our Bitcoin address 1J6jLduCXbPyxt5EMTs7iHwdafANy4ThJc and contact us by Email with your Server IP or Domain name and a Proof of Payment. If you are unsure if we have your data, contact us and we will send you a proof. Your Database is downloaded and backed up on our servers. Backups that we have right now: test1, test2, ApolloPortalDB, dev, ApolloConfigDB . If we dont receive your payment in the next 10 Days, we will make your database public or use them otherwise.
原来是被黑了 |
9
Graves OP @kimqcn 用你的方法,cp 出来改完配置再放回去,可以启动容器,但是发现数据表被删了,然后记录里面有勒索 BTC 的信息
|
10
chinesestudio 2019-04-29 07:54:17 +08:00 via Android
直接重建服务器吧 要不三天两头被黑
|