Skip to content

Commit

Permalink
Merge pull request #682 from craftcms/craft-5-upgrade-tweaks
Browse files Browse the repository at this point in the history
Craft 5 upgrade instruction tweaks
  • Loading branch information
AugustMiller authored Jan 23, 2025
2 parents ada4039 + 1ffaa2f commit bfdde73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/5.x/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ ddev start
1. Capture a fresh database backup from your live environment and import it.
1. Make sure you don’t have any pending or active jobs in your queue.
1. Run `php craft project-config/rebuild` and allow any new background tasks to complete.
1. Capture a database backup of your _local_ environment, just in case things go sideways.
1. Run `php craft utils/fix-field-layout-uids`.
1. Deploy any project config changes to your live environment. (Be sure to run `php craft up` or `php craft pc/apply`.)
1. Note your current **Temp Uploads Location** setting in **Settings** → **Assets** → **Settings**.
1. MySQL users: Add your database’s _current_ character set and collation to `.env`. If you have always used Craft’s defaults, this will be:

Expand Down

0 comments on commit bfdde73

Please sign in to comment.