question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Impossible to find supervisord.conf after upgrade

See original GitHub issue

Issue Summary

I need to get access to the Redash log files, and here it says that their location is defined here: /opt/redash/supervisord/supervisord.conf.

I’ve ReDash self-hosted on an AWS machine EC2 machine. It was version 2.0. I upgraded Redash in this way:

wget https://raw.githubusercontent.com/getredash/redash/master/bin/upgrade
chmod +x upgrade
sudo pip install -U pyopenssl
sudo ./upgrade

Now, if I list the content of /opt/redash, what I get is:

. … current .env redash.2.0.0.b2990 redash.3.0.0.b3134 redash.3.0.0.b3134.tar.gz

No supervisord folder, nor a logs folder. Inside current, there’s no supervisord.conf file, and ultimately (that is what I’m truly interested in), no log files.

Steps to Reproduce

sudo nano /opt/redash/supervisord/supervisord.conf

that yields:

[ Directory ‘/opt/redash/supervisord’ does not exist ]

Technical details:

  • Redash Version: 3.0
  • Browser/OS: Ubuntu
  • How did you install Redash: Amazon image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
giansegatocommented, Feb 7, 2018

Done.

1reaction
arikfrcommented, Feb 7, 2018

Currently help.redash.io can be updated by the team only, as it’s served via HelpScout. But this will change in the near future, when we move the documentation sources back to GitHub.

Luckily help-onpremise is still on GitHub, and to update it you just make a pull request to the relevant page source. The source of the page you originally is here: https://github.com/getredash/website/blob/master/onpremise/maintenance/ongoing-maintenance-and-basic-operations.md

Just click on the edit button in GitHub and make the needed changes. 🙏

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuration File — Supervisor 4.2.4 documentation
The Supervisor configuration file is conventionally named supervisord.conf. ... will look for a file named supervisord.conf within the following locations, ...
Read more >
centos - Supervisor not detecting services - Server Fault
Once it's done, go to /etc/supervisord.d/ and change your filenames from .conf to .ini (for example, gogs.conf will now be gogs.ini and so...
Read more >
python - supervisor.conf default location - Stack Overflow
I've try to install supervisor all possible ways but I can't get result. I know that this is just small stupid detail, but...
Read more >
How to Install and Configure Supervisor on Ubuntu 20.04
Accuracy: In UNIX, it is frequently difficult to get accurate ... After installing Supervisor, you can verify the installed version of the ...
Read more >
How to Install and Configure Supervisor on CentOS 8 - Linode
Updated Friday, June 24, 2022 , by Dan Nielsen ... edit the [include] section of /etc/supervisord.conf to point to the directory of your ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found