Skip to content
GrandCoders
Documentation

ConverzaFlow upgrades

Manual upgrade workflow for 1.0 — there is no in-app updater.

Before upgrading

  1. Read the target release notes

    Confirm PHP, MySQL 8, Composer, and extension requirements.

  2. Backup

    Database, .env, storage uploads, custom modules, and local changes. Keep the previous code artifact.

  3. Agree a maintenance window

    Name a rollback owner before you start.

Upgrade sequence

Upgrade

php artisan down
php artisan queue:restart

# Replace application code with the new release.
# Preserve .env, approved uploads, supported local modules only.

composer install --no-dev --classmap-authoritative
php artisan migrate --force
php artisan optimize:clear
php artisan optimize
php artisan storage:link
php artisan up
  • Do not merge old vendor, caches, or prebuilt assets into the new tree
  • Restart Supervisor/systemd workers after upgrade
  • Validate auth, queues, scheduler, mail, storage, and critical workflows

Rollback

Code rollback alone may be unsafe after migrations. Restore the pre-upgrade database and uploads with the previous code artifact unless the release documents a reversible path.

Still stuck?

Check the setup guide bundled with your download first — it is specific to the release you own. If that does not resolve it, open support and include your Envato purchase code so we can match the licence.

Go to support