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

Extend BasicConfig to support Postgress options #7

Open
LuiggiTenorioK opened this issue Apr 30, 2024 · 0 comments
Open

Extend BasicConfig to support Postgress options #7

LuiggiTenorioK opened this issue Apr 30, 2024 · 0 comments

Comments

@LuiggiTenorioK
Copy link
Member

To support connection with Postgres, in both Autosubmit and the API, we'll need extra options in the BasicConfig class.

Right now, I made a small change in the API child class of the BasicConfig to handle it temporarily but this change should be done in this common tool we have. The API change is in this commit https://earth.bsc.es/gitlab/es/autosubmit_api/-/commit/967a96b41f25ca203b92105dc779ed65e1fff500

The idea is to have these options:

[database]
backend = postgres
connection_url = postgresql://myuser:mysecretpassword@localhost:5432/autosubmit
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

1 participant