归档失败并在日志文件中存在报错

xiaoxiao2021-02-28  57

目录 环境 症状 问题原因 解决方案 相关文档 报错编码 环境 系统平台: N/A 版本: 4.1.1 症状

归档失败并在日志文件中存在报错:

cp: writing `/arch/20171204/000000010000000000000002': No space left on device

LOG:  archive command failed with exit code 1

DETAIL:  The failed archive command was: DATE=`date +%Y%m%d`;DIR="/arch/$DATE";(test -d $DIR || mkdir -p $DIR)&& cp pg_xlog/000000010000000000000002 $DIR/000000010000000000000002

cp: writing `/arch/20171204/000000010000000000000002': No space left on device

LOG:  archive command failed with exit code 1

DETAIL:  The failed archive command was: DATE=`date +%Y%m%d`;DIR="/arch/$DATE";(test -d $DIR || mkdir -p $DIR)&& cp pg_xlog/000000010000000000000002 $DIR/000000010000000000000002

cp: writing `/arch/20171204/000000010000000000000002': No space left on device

LOG:  archive command failed with exit code 1

DETAIL:  The failed archive command was: DATE=`date +%Y%m%d`;DIR="/arch/$DATE";(test -d $DIR || mkdir -p $DIR)&& cp pg_xlog/000000010000000000000002 $DIR/000000010000000000000002

WARNING:  archiving transaction log file "000000010000000000000002" failed too many times, will try again later

问题原因

归档日志所在文件系统空间不足。

解决方案

详细解决方案请登录【瀚高技术支持平台】查看

https://support.highgo.com/#/index/docContent/fc40070081a5b5

转载请注明原文地址: https://www.6miu.com/read-2612591.html

最新回复(0)