🦿Migrating

Help on how to migrate to a newer version.

AUTOMATIC

npm run update

This option is highly recommended because it significantly speeds up the upgrade process to newer versions.

If an error occurs after updating and restarting the application, manual migration may be necessary due to potential file corruption or loss.

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.

🗃️Unpacking the zip file
  • Move the "database.sqlite" and ".env" files into the folder where you extracted the files.

  • Download the new dependencies in the folder

💾Downloading dependencies
  • Run the start command

First startup
  • And you're migrated!

Last updated