timthedevguy / BuySYS

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changes in parameters.yml not updating

drkthunder02 opened this issue · comments

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.

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