Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.22 KB

UPGRADE.md

File metadata and controls

28 lines (18 loc) · 1.22 KB

UPGRADE

UPGRADE FROM 1.1.x to 1.2.x

  • symfony version has been raised to 5.2, so if you have made any custom changes, we encourage you to read their upgrade guide UPGRADE-5.2.md
  • clear cache (when using docker-compose.yml, more details in #417)

UPGRADE FROM 1.0.x to 1.1.x

  • no additional steps to follow

UPGRADE FROM 0.6.0 to 1.0.x

  • no additional steps to follow

UPGRADE FROM 0.5.0 to 0.6.0

  • if you want to reduce the space taken up by packages marked as unstable you can add a new command to the cron bin/console repman:package:clear-old-dists (check ansible role cron for more details)
  • symfony version has been raised to 5.1, so if you have made any custom changes, we encourage you to read their upgrade guide UPGRADE-5.1.md

UPGRADE FROM 0.4.0 to 0.5.0

  • metadata files now will be full json files (previously it was serialized php array)
  • dist file will be saved only with reference in name (to reduce storage size)
  • auto upgrade is handled using migrations: #227