Skip to content

Commit 2684452

Browse files
authored
Rename pg_rotate_logs.sh to pg_delete_compress_logs.sh
1 parent 671fe37 commit 2684452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dba/pg_rotate_logs.sh renamed to dba/pg_delete_compress_logs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ for file in $FILES_FOR_COMPRESSION
88
do
99
ionice -c2 -n7 nice -n19 pzstd -5 --quiet --rm $file
1010
chown postgres:postgres $file.zst
11-
done
11+
done

0 commit comments

Comments
 (0)