Update README.md

@PeGaSuS-Coder  i changed the wording a bit
This commit is contained in:
2020-11-22 21:27:31 +01:00
committed by GitHub
parent df5600038b
commit fd04230da6

View File

@@ -2,5 +2,5 @@
Free version of mattermost doesn't provide any message/attachment retention settings so this simple script cleans up posts and attachments Free version of mattermost doesn't provide any message/attachment retention settings so this simple script cleans up posts and attachments
# Usage # 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 # Note
This script is to be used with a PostgreSQL database. Currently this script only supports mattermost instaces using postgres database.