This isn't really an issuer per se as much a documentation issue...
We had some issues trying to get an outside user of the mysql-service to connect and administer their database. After much back-and-forth we finally came to the conclusion that the authorized_keys prohibited the user from building a tunnel using the dokku-user for MySQL...
We still have an issue with remotely connecting to the mysql service using ssh dokku@$host mysql:connect $db which results in a 'black screen'. This black screen seems to be a console prompt (without the console) and after a single query (ie. show tables;) the connection is lost again... Any tips? (this last part is actually an issue)
This isn't really an issuer per se as much a documentation issue...
We had some issues trying to get an outside user of the mysql-service to connect and administer their database. After much back-and-forth we finally came to the conclusion that the
authorized_keysprohibited the user from building a tunnel using thedokku-user for MySQL...We still have an issue with remotely connecting to the mysql service using
ssh dokku@$host mysql:connect $dbwhich results in a 'black screen'. This black screen seems to be a console prompt (without the console) and after a single query (ie.show tables;) the connection is lost again... Any tips? (this last part is actually an issue)