Upgrades
Upgrading is pretty simple, FileFlows will automatically upgrade the database if needed when first starting a new version.
However it is recommend before you upgrade to backup your existing database and server.config
file.
For standard SQLite installations, this just involves copying your FileFlows.sqlite
file.
Windows
%appdata%\FileFlows\Data\FileFlows.sqlite
Linux
$FFDir/Data/FileFlows.sqlite
Docker
Is located in your mapped /app/Data
directory eg if you mapped it to /mnt/user/appdata/fileflows/data
the file would be in
/mnt/user/appdata/fileflows/data/Data/FileFlows.sqlite
MySQL on unRAID
A guide is available to help you configure automatic database backups for MySQL/MariaDB on unRAID.