maintenance: add job to check for database corruption.
Add a job to run pg_amcheck hourly to check for corrupt database indexes. https://www.postgresql.org/docs/14/app-pgamcheck.html
This commit is contained in:
@@ -6,6 +6,7 @@ module DanbooruMaintenance
|
||||
queue PrunePostsJob
|
||||
queue PruneRateLimitsJob
|
||||
queue RegeneratePostCountsJob
|
||||
queue AmcheckDatabaseJob
|
||||
end
|
||||
|
||||
def daily
|
||||
|
||||
Reference in New Issue
Block a user