Jordan Jethwa
Jordan Jethwa
Hi @dougereed Can you provide the docker run line you're using? It looks like you're using the latest tag. I just pushed changes to switch from Debian Jessie to Stretch,...
Hi @dougereed That looks basic enough 😕 , I'm not sure why it's throwing an error for you. I just tried using the same command and had no issues. Can...
Thanks so much, @dougereed I was able to reproduce the issue when using a volume for /var/lib/mysql (empty and with a populated DB already). It looks like there is a...
Hi @dougereed Seems to be working well in my tests. Can you pull latest again and let me know? 😃
Hi @doreplado If you're using an external MySQL/MariaDB instance, you need to set NO_LOCAL_MYSQL to true and set DATABASE_URL. Try that and let me know if it works 😄
Hi @jonguenther Are you able to connect to the remote database using the (MySQL/MariaDB) client inside the container? Try with the DNS name first and if that doesn't work, try...
Hi @daaru00 I'm currently away from my laptop for another few days, but will look into the issue as soon as I'm back :smile: Can you login to the database...
Thanks so much for researching and finding the issue, @ddavison 😄 I've added the details to the README: https://github.com/jjethwa/rundeck/commit/155db62ea3cdcc428f6a69b4f75a9f9f89b9e3f6 Do you have any suggestions that might make it easier? Thanks...
Hi @dbolotin Thanks for looking into it! I don't think we want to revert the entire commit as it contains the Postgres setup. From the stacktrace you posted, it looks...
Ah, I missed that @dbolotin https://github.com/jjethwa/rundeck/blob/master/content/opt/run#L182 definitely needs to be the rundeck user, not the admin user. I'll make the change now 😄