🦿Migrating
Help on how to migrate to a newer version.
AUTOMATIC
This feature/functionality is only available in version 1.4.7 and later.
npm run update
This option is highly recommended because it significantly speeds up the upgrade process to newer versions.
MANUAL
Move your "
database.sqlite
" and ".env
" files outside of the folder.Clear the contents of the folder.
Download the new version and extract the files from it.
Move the "
database.sqlite
" and ".env
" files into the folder where you extracted the files.Download the new dependencies in the folder
Run the start command
And you're migrated!
Last updated