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

More streamlined database initialization #566

Open
mattias-p opened this issue Nov 8, 2019 · 2 comments
Open

More streamlined database initialization #566

mattias-p opened this issue Nov 8, 2019 · 2 comments
Milestone

Comments

@mattias-p
Copy link
Member

mattias-p commented Nov 8, 2019

It should be possible to initialize the database without running a finicky Perl one-liner to figure out where the SQL file was installed. This is currently a rough edge with regard to administration and installation testing.

A conceivable solution to this is to put a new executable in the path that locates the SQL file and pumps it to the appropriate SQL client. A command line parameter could be used for selecting DB engine. Such a tool could also be hooked up to the clean-up SQL files.

@matsduf matsduf added this to the v2020.2 milestone Nov 21, 2019
@matsduf matsduf modified the milestones: v2020.2, v2021.1 Feb 9, 2021
@matsduf matsduf modified the milestones: v2021.1, v2021.2 May 27, 2021
@ghost
Copy link

ghost commented Sep 29, 2021

It should be possible to initialize the database without running a finicky Perl one-liner to figure out where the SQL file was installed.

I think that this part of this issue has been addressed with #834.

A conceivable solution to this is to put a new executable in the path that locates the SQL file and pumps it to the appropriate SQL client. A command line parameter could be used for selecting DB engine. Such a tool could also be hooked up to the clean-up SQL files.

This second part is asking for an administrative tool that can be used. This can be a good idea. However I think there are already a lot of things on the roadmap. Could we postpone this issue to a later release (or delay it until further notice) ?

@matsduf
Copy link
Contributor

matsduf commented Sep 29, 2021

I do not think that running the script that creates the database is much of a problem. It is easy to create the instruction and it easy to run. I think we should put our efforts on something else.

@ghost ghost mentioned this issue Sep 30, 2021
@matsduf matsduf modified the milestones: v2021.2, v2022.1 Dec 8, 2021
@matsduf matsduf modified the milestones: v2022.1, v2022.2 May 22, 2022
@matsduf matsduf modified the milestones: v2022.2, v2023.1 Dec 20, 2022
@matsduf matsduf modified the milestones: v2023.1, v2023.2 Jun 18, 2023
@matsduf matsduf modified the milestones: v2023.2, v2024.1 Mar 19, 2024
@matsduf matsduf modified the milestones: v2024.1, v2024.2 Jul 3, 2024
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

2 participants