-
Notifications
You must be signed in to change notification settings - Fork 34
Git user fixed? #6
Comments
I haven't touched this plugin in a while, but if I remember right dokku used to use 'git' for the user but has since changed it to 'dokku'. I'm planning on getting it current sometime this week. Thanks |
Any idea on a fix for this? Am getting the same issue when I run mysql plugin commands |
Use mariadb dokku plugin by kloadut instead. It basically does The same thing as this and is up to date :) |
Why's it taking so long for this to get fixed, especially since @adrianogodoy already has a pull request in? I get the same error around the |
@yazinsai I'm just curious why don't you use mariadb instead? It's open and it's faster. |
@onnimonni that works with MySQL? I've just never heard of mariadb before |
Well long story short: The same guys who originally developed mysql and then sold mysql to oracle forked mysql and made mariadb. And yes it is out of the box compatible with mysql-protocols. So just use this instead: https://github.com/Kloadut/dokku-md-plugin |
Thanks @onnimonni . I'll switch over .. now I just need to figure out how to get my rails app to play nice with mariadb |
I'm using dokku with "dokku" user so using this plugin gives error:
chown: invalid spec: ‘git:’
Should this plugin use current user instead of fixed one?
Error goes away when you add new user named git but that is not elegant :).
The text was updated successfully, but these errors were encountered: