Skip to content
Discussion options

You must be logged in to vote

Hi, in theory direct upgrade to latest should be doable.

I do not know how you installed Lychee, but if you are using our docker image (recommended way), then just pick latest and you are good to go.

If you are using the release zip, please be sure to delete the app folder and vendor folder before transferring the folders from the zip. The reason is that overwrite is not enough and some files which have been deleted from one version to another will cause problems. Once that is done, apply the migration (php artisan migrate) and you are good to go.

If you are using the git versioning:

  • pull the latest tag (6.5.1),
  • run composer install --no-dev
  • apply the migration: php artisan migrate
  • insta…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ildyria
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants