We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
Running guac (a network process with a remote API) against a database instance with DB admin permissions feels like very bad idea.
Describe the solution you'd like
I would want to run guac migrate providing DB admin credentials. Which should run the necessary DB migrations and exit.
guac migrate
Describe alternatives you've considered
Provide a SQL file which one can execute.
The text was updated successfully, but these errors were encountered:
100%, during the development phase we have not secured the database connections. But going forward, we do want to use proper permissions.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Running guac (a network process with a remote API) against a database instance with DB admin permissions feels like very bad idea.
Describe the solution you'd like
I would want to run
guac migrate
providing DB admin credentials. Which should run the necessary DB migrations and exit.Describe alternatives you've considered
Provide a SQL file which one can execute.
The text was updated successfully, but these errors were encountered: