Guides

Practical step-by-step instructions for developers and system administrators — installation, maintenance, PHP, projects and troubleshooting.

Changing project PHP version

Migrating existing project to another PHP-FPM version.

  1. Install new version

    Web stack → Install → install target php8.x-fpm version before changing project.

  2. Change in panel

    Projects → project → Web → PHP tab → select version → Change PHP. Panel migrates pool config and updates vhost.

  3. Post-migration check

    Open project site in browser. Check PHP params and apply CMS preset if needed. Check log if site does not work.

    php8.3 -v
    systemctl status php8.3-fpm