Skip to content
Stackposts
Product guide

Upgrade from an Older Version

Safe update flow for existing Waziper installations.

1 min read

Upgrade from an Older Version

Before upgrading

  • Back up the full application files.
  • Back up the database.
  • Back up the WhatsApp server session folder if you want to preserve existing logins.
  • Do not overwrite your production .env without reviewing it.

Upgrade steps

  • Upload the new application files from install.zip, excluding your live .env and runtime storage content.
  • Run composer install --no-dev --optimize-autoloader if your server requires dependency refresh.
  • Run php artisan migrate --force.
  • Clear caches with php artisan optimize:clear.
  • Update the WhatsApp server from whatsapp_server.zip if the release includes server changes.

After upgrade

  • Log in as admin and verify System Information.
  • Check plans and permissions for WhatsApp modules.
  • Reconnect WhatsApp profiles only if the server session was reset.
Still need help?

Tell us where you are stuck.

Share the product, the step you reached, and any error shown. Our team can point you in the right direction.