Update README.md

Add a note explaining that this script only works with PostgreSQL.
This commit is contained in:
PeGaSuS
2020-11-22 13:23:46 +01:00
committed by GitHub
parent 06054c1be4
commit df5600038b

View File

@@ -1,5 +1,6 @@
# Mattermost data cleanup/retention
Free version of mattermost doesn't provide any message/attachment retention settings so this simple script cleans up posts and attachments
# Usage
Script can work on standalone or dockerized deployment, however in the case of docker you must run it on application container (otherwise it wont be able to delete the files from the system. It was tested with official mattermost docker deployment.
#
Script can work on standalone or dockerized deployment, however in the case of docker you must run it on application container (otherwise it wont be able to delete the files from the system. It was tested with official mattermost docker deployment.
# NOTE
This script is to be used with a PostgreSQL database.