From: Someone Date: Thu, 22 Feb 2024 11:00:32 +0000 (+0100) Subject: maintenance/fs.py X-Git-Url: https://git.somenet.org/pub/jan/mattermost-privileged.git/commitdiff_plain maintenance/fs.py --- diff --git a/maintenance/fs.py b/maintenance/fs.py index 5690b33..be2d9e5 100755 --- a/maintenance/fs.py +++ b/maintenance/fs.py @@ -1,6 +1,6 @@ #!/usr/bin/env -S python3 -Bu # Someone's Mattermost maintenance scripts. -# Copyright (c) 2016-2023 by Someone (aka. Jan Vales ) +# Copyright (c) 2016-2024 by Someone (aka. Jan Vales ) # published under MIT-License # # Permanently delete orphaned files (=no longer referenced in MM-db). @@ -14,7 +14,7 @@ import psycopg2.extras import config print("Mattermost FS cleanup script: https://git.somenet.org/pub/jan/mattermost-privileged.git") -print("Tested on 9.2\n") +print("Tested on 9.5\n") dbconn = psycopg2.connect(config.dbconnstring) dbconn.set_session(autocommit=False)