fusio icon indicating copy to clipboard operation
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 ??

Open davesingh1 opened this issue 3 years ago • 1 comments

what's the correct way to upgrade fusio step by step so that we don't loose the current db and works ??

davesingh1 avatar Nov 13 '22 15:11 davesingh1

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.

chriskapp avatar Nov 13 '22 18:11 chriskapp