Page MenuHomeDevCentral

Run maintenance operations for NextCloud
ClosedPublic

Authored by dereckson on Feb 2 2024, 01:27.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 15, 08:25
Unknown Object (File)
Tue, Nov 12, 15:32
Unknown Object (File)
Mon, Nov 11, 21:32
Unknown Object (File)
Mon, Nov 11, 20:59
Unknown Object (File)
Mon, Nov 11, 18:46
Unknown Object (File)
Sun, Nov 10, 05:54
Unknown Object (File)
Sat, Nov 9, 23:03
Unknown Object (File)
Sat, Nov 9, 22:16
Subscribers
None

Details

Summary

That requires to allow APCu in CLI when running the cron.php script.

Ref T437

Test Plan

php -d apc.enable_cli=1 -f /usr/local/www/nextcloud/cron.php

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
nextcloud-cron
Build Status
Buildable 5241
Build 5522: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Feb 3 2024, 21:32

Actually, would be more interesting to do this ONLY for the NextCloud cron script

Switch APC CLI configuration to crontab

This revision is now accepted and ready to land.Feb 3 2024, 23:04
dereckson retitled this revision from Allow APCu in CLI on Alkane servers to Run maintenance operations for NextCloud.Feb 3 2024, 23:04
dereckson edited the summary of this revision. (Show Details)
dereckson edited the test plan for this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.