-
-
Notifications
You must be signed in to change notification settings - Fork 96
Upgrade from Flagrow Upload
Daniël Klabbers edited this page Aug 20, 2023
·
1 revision
This extension replaces Flagrow Upload.
To upgrade from the old extension to the new one:
-
Backup your data! You should backup the database and the uploaded files.
-
Make sure the latest version of Flagrow upload is installed and migrations have run:
composer require flagrow/upload
composer show flagrow/upload # You should see "versions: * 0.7.1" on the 4th line of output
php flarum migrate
-
Disable the Upload extension in the admin panel.
-
Run:
composer require fof/upload
Composer should let you know that flagrow/upload
has been automatically removed.
-
Enable the new extension in the admin panel.
-
Your existing configuration and uploads meta will be migrated to FoF Upload automatically.
-
The same file locations on the disk are used by FoF Upload, it means the files don't need to be moved.