eveseat / seat

🌀✳️ SeAT: A Simple, EVE Online API Tool and Corporation Manager
https://eveseat.github.io/docs/
GNU General Public License v2.0
425 stars 143 forks source link

Unable to update modules #896

Closed oSkrobuk closed 10 months ago

oSkrobuk commented 10 months ago

I run the following commands

cd /var/www/seat/
supervisorctl stop all
sudo -H -u www-data bash -c 'php artisan down'
composer self-update
composer update --no-dev
sudo -H -u www-data bash -c 'php artisan vendor:publish --force --all'
sudo -H -u www-data bash -c 'php artisan eve:update:sde'
sudo -H -u www-data bash -c 'php artisan migrate'
sudo -H -u www-data bash -c 'php artisan db:seed --class=Seat\\Console\\database\\seeds\\ScheduleSeeder'
sudo -H -u www-data bash -c 'php artisan up'
sudo -H -u www-data bash -c 'php artisan cache:clear'
sudo -H -u www-data bash -c 'php artisan config:cache'
sudo -H -u www-data bash -c 'php artisan route:cache'
supervisorctl start all

But after completion the modules were not updated

| Vendor  | Package Name   | Installed Version        |
| ------- | -------------- | ------------------------ |
| eveseat | api            | 4.9.0                    |
| eveseat | console        | 4.8.0                    |
| eveseat | eveapi         | 4.21.0                   |
| eveseat | notifications  | 4.3.3                    |
| eveseat | services       | 4.3.0                    |
| eveseat | web            | 4.20.0                   |
| ccp     | eve_online_sde | sde-20230619-TRANQUILITY |

image

recursivetree commented 10 months ago

This is not an issue, as updates across major versions aren't performed automatically. SeAT 5 is not out yet, and until then, you don't have to worry about anything.