Search
Items tagged with: storage
Added 𝗨𝗣𝗗𝗔𝗧𝗘 𝟮 - 𝗧𝗿𝘂𝗲𝗡𝗔𝗦 𝗖𝗢𝗥𝗘 𝗶𝘀 𝗗𝗲𝗮𝗱 - 𝗟𝗼𝗻𝗴 𝗟𝗶𝘃𝗲 𝘇𝗩𝗮𝘂𝗹𝘁 to the 𝗧𝗿𝘂𝗲𝗡𝗔𝗦 𝗖𝗢𝗥𝗘 𝘃𝗲𝗿𝘀𝘂𝘀 𝗧𝗿𝘂𝗲𝗡𝗔𝗦 𝗦𝗖𝗔𝗟𝗘 article.
vermaden.wordpress.com/2024/04…
#truenas #zvault #freebsd #zfs #storage #nas #core
TrueNAS CORE versus TrueNAS SCALE
I was really disappointed when I got to know that the FreeBSD based TrueNAS CORE storage appliance – owned and developed by iXsystems – will be moved into the ‘maintenance’ …𝚟𝚎𝚛𝚖𝚊𝚍𝚎𝚗
#Synology upcoming Plus Series #NAS #storage #systems will restrict full functionality to users who install the company's self-branded hard drives. While third-party drives will still work for basic storage, critical features including drive health monitoring, volume-wide deduplication, lifespan analysis, and automatic firmware updates will be disabled tomshardware.com/pc-components…
Synology requires self-branded drives for some consumer NAS systems, drops full functionality and support for third-party HDDs
Are your files going to be safer with Synology hard drives?Jowi Morales (Tom's Hardware)
Preparing to move the DB
Changing the #storage backend to reduce DB size.
Admin panel:
/admin/storage
Administration - StorageCurrent Storage Backend: Database
Storage Configuration
Filesystem
Storage base path
:storageFolder 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+backend
File uploadFile 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 information
bin/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
¿correct?:
SSH -> commands to move storage
mkdir /var/www/html/storage
./bin/console config storage.name = Filesystem
./bin/console config storage.filesystem_path = storage
./bin/console storage move