fusio
fusio copied to clipboard
what's the correct way to upgrade fusio step by step so that we don't loose the current db and works ??
what's the correct way to upgrade fusio step by step so that we don't loose the current db and works ??
So in general the best way is to download the latest release and simply replace the vendor/ folder and the composer.json and composer.lock files from the release, then you only need to run the following command:
php bin/fusio install
this is only an alias for migration:migrate which executes all new migrations from the new release. Basically that is all, maybe there are also some other changes i.e. to the configuration.php etc. but those changes are not required.