Skip to content

Instantly share code, notes, and snippets.

View frdteknikelektro's full-sized avatar
😉
Okay

Farid Inawan frdteknikelektro

😉
Okay
  • Yogyakarta, Indonesia
View GitHub Profile
@n8acl
n8acl / mm_data_purge.sh
Last active December 27, 2022 13:44
Data Purge for Free Version of Mattermost
#!/bin/bash
##############
## Mattermost Data Retention Purge Script
## Written by: Jeff Lehman, N8ACL
## Date Created: 05/30/2021
## Date Last Updated: 05/30/2021
##
## Since in the free version of Mattermost, there is no data retension policy that can be set like in the Enterprise Version, we have to do it on our own.
## This script is used to delete any posts and files over 6 Months old. This is to help keep the server clean and not fill up.