Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin.toml no such file or directory #30

Open
austinpray opened this issue Feb 11, 2016 · 5 comments
Open

plugin.toml no such file or directory #30

austinpray opened this issue Feb 11, 2016 · 5 comments

Comments

@austinpray
Copy link

Getting this message a lot whenever I run any dokku commands. dokku ps:rebuildall and dokku version for instance.

2016/02/11 20:07:20 open /var/lib/dokku/plugins/available/supervisord/plugin.toml: no such file or directory

Here is how the server was configured exactly: http://dokku.viewdocs.io/dokku/getting-started/install/linode/

Installed plugin with: dokku plugin:install https://github.com/statianzo/dokku-supervisord.git

Dokku version: 0.4.13

I guess this plugin isn't compatible with 0.4.x?

@kenips
Copy link
Collaborator

kenips commented Feb 11, 2016

Correct. 0.4.x requires plugin.toml which we don't have. dokku supports running multiple processes defined in Procfile since 0.3.14 and as a result I've moved over to use Procfile too. Why do you need supervisord?

@austinpray
Copy link
Author

  1. out of habit, I used this plugin on 0.3.x.
  2. automatic crash recovery. Although it looks like this too might have been added to dokku? dokku/dokku@ab8eb5a

@kenips
Copy link
Collaborator

kenips commented Feb 11, 2016

Yeah, looks like that's the migration path for us. Of course whether or not to support supervisord beyond 0.3.x is up to @statianzo. I was just curious if there's a strong use case for it.

@statianzo
Copy link
Owner

Given that dokku has a comparable feature to this plugin, I don't have plans of trying to make it compatible. I'll update the readme to reflect that.

@statianzo
Copy link
Owner

Updated the readme with details about dokku 0.4 incompatibility, linking to dokku-logging-supervisord for those interested in sticking with supervisord. Thanks @kenips and @austinpray for bringing the incompatibility to my attention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants