timthedevguy / BuySYS

*NO LONGER MAINTAINED* Buyback application for EveOnline, can be used by Corporations/Alliances or private entities. Written in PHP 7.4
10 stars 3 forks source link

Changes in parameters.yml not updating #20

Closed drkthunder02 closed 4 years ago

drkthunder02 commented 4 years ago

I recently had to change some of the parameters in the parameters.yml file. The old entries in the parameters.yml are still being held, and the new entries in the file are not being pulled at runtime.

timthedevguy commented 4 years ago

Do a cache warmup, or run the update.sh file.

php bin/console cache:clear --env=prod --no-warmup php bin/console cache:warmup --env=prod