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

[feature] Allow running DB migration scripts and exit #1513

Closed
ctron opened this issue Nov 20, 2023 · 1 comment · Fixed by #1887
Closed

[feature] Allow running DB migration scripts and exit #1513

ctron opened this issue Nov 20, 2023 · 1 comment · Fixed by #1887
Labels
enhancement New feature or request

Comments

@ctron
Copy link
Contributor

ctron commented Nov 20, 2023

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.

@ctron ctron added the enhancement New feature or request label Nov 20, 2023
@pxp928
Copy link
Collaborator

pxp928 commented Nov 20, 2023

100%, during the development phase we have not secured the database connections. But going forward, we do want to use proper permissions.

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

Successfully merging a pull request may close this issue.

2 participants