记一次pg 10.10的问题 psql: FATAL: index "pg_attribute_relid_attnum_index" contains unexpected zero page at block 0 有一个脚本,定时去查询主从的状态,发现报错了 查看日志 ...
测试环境pg . 两节点集群 之前由于主库的报错,把主从切换了。以至于后来解决这个问题。 psql: FATAL: index pg opclass oid index contains unexpected zero page at block 根据之前的经验reindex index 在主库执行 reindex index pg opclass oid index 从库还是无法登陆。 由于这个 ...
2021-05-21 01:44 0 1220 推荐指数:
记一次pg 10.10的问题 psql: FATAL: index "pg_attribute_relid_attnum_index" contains unexpected zero page at block 0 有一个脚本,定时去查询主从的状态,发现报错了 查看日志 ...
If you're attempting to run xfs_repair, getting the error message that suggests mounting the file ...
现象:在对docker容器进行删除或文件时提示无法删除,结构需要清理 解决方法: 1.docker容器: 停止docker服务,卸载文件系统,进行文件修复,由于使用的是ext4格式,所以使用 fs ...
现象:在对docker容器进行删除的时候提示无法删除,结构需要清理 解决方法:停止docker服务,卸载文件系统,进行文件修复,由于使用的是ext4格式,所以使用 fsck.ext4 ...
参考大神博客 大神博客 ext4文件系统,使用命令 fsck.ext4 /dev/md0 修复, 如果是xfs文件系统,使用命令 xfs_repair -L /dev/md0修复, ...
java.lang.IllegalArgumentException: Page index must not be less than zero! at org.springframework.data.domain.AbstractPageRequest.<init> ...
下面操作会删除挂载点所有文件, 注意备份。 1)首先df -t 查看出错的挂载点对应的文件系统和文件系统类型 2)然后umount这个文件系统 比如:umount ...
...