Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 954 Bytes

UPGRADE_2.0.md

File metadata and controls

14 lines (13 loc) · 954 Bytes

Upgrade from v1 to v2

  1. Upgrade your PHP Censor installation to latest v1 release (1.3.*).
  2. If you use cronjob worker, you should migrate to daemon worker.
  3. Fix all deprecations from v1 on your installation:
    • You should rename phpci.yml or .phpci.yml project configs to .php-censor.yml.
    • You should rename PHPCI_* variables to PHP_CENSOR_*.
    • You should rename b8.database section of application config to php-censor.database.
    • Etc... (See v2.0.0 changelog).
  4. Upgrade your PHP Censor installation to v2 (2.0.0).
  5. (Optional) You may remove manually DB table migration (In v2 uses new table migrations).