From 849e706f28170485f852390ca61d6e9f68483ed7 Mon Sep 17 00:00:00 2001 From: Someone Date: Thu, 22 Feb 2024 12:00:32 +0100 Subject: [PATCH] maintenance/db.py --- maintenance/db.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/db.py b/maintenance/db.py index 83cf561..3c7fdc4 100755 --- a/maintenance/db.py +++ b/maintenance/db.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 {"deleted",orphaned,old,unused} db-data. Also fix some of MM's db-health degrading bugs/stuff. And enforce our system policy. @@ -15,7 +15,7 @@ import psycopg2.extras import config print("Mattermost DB 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) -- 2.43.0