/admin/storageAdministration - Storage Current Storage Backend: Database Storage Configuration Filesystem Storage base path:storage Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree Database This backend doesn't have custom settings
Helpers-page information
/help/Settings#File+storage+backendFile upload File storage backend Set the backend used by #Friendica to store uploaded file data. Two storage backends are available with Friendica: Database : Data is stored in a dedicated table in... show more
/admin/storageAdministration - Storage Current Storage Backend: Database Storage Configuration Filesystem Storage base path:storage Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree Database This backend doesn't have custom settings
Helpers-page information
/help/Settings#File+storage+backendFile upload File storage backend Set the backend used by #Friendica to store uploaded file data. Two storage backends are available with Friendica: Database : Data is stored in a dedicated table in database (storage) Filesystem : Data is stored as file on the filesystem. Default value is 'Database (legacy)': it's the legacy way used to store data directly in database. Existing data can be moved to the current active backend using the 'storage move' console command If selected backend has configurable options, new fields are shown here. Filesystem: Storage base path The base path where Filesystem storage backend saves data. For maximum security, this path should be outside the folder tree served by the web server: this way files can't be downloaded bypassing the privacy checks. Default value is storage, that is the storage folder in Friendica code root folder. Maximum Image Size Maximum size in bytes of uploaded images. The default is set to 0, which means no limits. #fediVerse #fediHelp
Moving storage via SSH
bin/console help storage informationbin/console help storage console storage - manage storage backend and stored data Synopsis bin/console storage [-h|--help|-?] [-v] Show this help bin/console storage list List available storage backends bin/console storage set <name> Set current storage backend name storage backend to use. see "list". bin/console storage move[table][-n 5000] Move stored data to current storage backend. table one of "photo" or "attach". default to both -n limit of processed entry batch size
Seit dem letzten Update stelle ich einen stetig steigernden Speicherbedarf fest. Die Daten lege ich nicht in der DB ab, sonder in einem /storage Ordner. Dieser braucht seit dem Wechsel nun ca. 1/3 mehr Speicherplatz. Vorher war der Speicherbedarf sehr stabil.
Gibt es ähnliche Beobachtungen oder Ideen, woher das kommt?