摘要: 1.脚本内容如下 [postgres@localhost tmp]$ more pg_archivecleanup.sh #!/bin/bash wallog_dir='/opt/pg14/archivelog/20221121' cd ${wallog_dir} ls -rt|grep "back 阅读全文
posted @ 2022-11-21 17:41 slnngk 阅读(510) 评论(0) 推荐(0) 编辑