Page MenuHomeDevCentral

Allow Phabricator to store files on local disk
ClosedPublic

Authored by dereckson on Oct 3 2025, 00:15.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 12, 14:03
Unknown Object (File)
Wed, Nov 12, 14:03
Unknown Object (File)
Wed, Nov 12, 08:53
Unknown Object (File)
Tue, Nov 11, 20:54
Unknown Object (File)
Mon, Nov 10, 23:16
Unknown Object (File)
Sun, Nov 9, 22:39
Unknown Object (File)
Fri, Nov 7, 08:16
Unknown Object (File)
Tue, Nov 4, 06:06
Subscribers
None

Details

Summary

Currently, Phabricator stores files in database. This become to be tricky
for efficient MySQL databases backups. Plan is to move to local storage.

This change prepares a migration path by creating a directory to store
the files and declaring it in the configuration.

References:

Test Plan

Applied on docker-002

Files migrated for DevCentral instance

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
dereckson edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Oct 3 2025, 00:17