galaxy_main=> SELECT idx_scan,idx_tup_read,idx_tup_fetch FROM pg_stat_user_indexes WHERE indexrelname='ix_history_annotation_association_annotation';
idx_scan | idx_tup_read | idx_tup_fetch
----------+--------------+---------------
0 | 0 | 0
(1 row)
Alright...I can't find where environment variables are declared for Galaxy.
We're trying to migrate our Apollo services and I cannot make the environment variable change for the life of me. I thought it was in /etc/supervisor/conf.d/<files>
but...evidently it isn't picking up. Even after restart.
Is there another place that environment variables can get declared? Something perhaps that I am missing? At least obvious ones.
<we don't use ansible atm, we are currently old school/bare metal>