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 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 storageconsole 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