Upgrading Ticaga Manually

To upgrade Ticaga, simply upload the new files.

wget -N https://ticaga.com/latest.zip
unzip latest.zip

Run the migration tool to add or update any database tables:

php artisan ticaga:upgrade

Seed the database with any new content required:

php artisan db:seed

Re-build Ticaga:

npm run build

Revision #5
Created 2025-03-31 08:49:40 UTC by Michael Dance
Updated 2026-06-08 09:35:16 UTC by Michael Dance