Skip to content

adding the abillity to config to all users mutiple postgresql server #8897

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greasadh
Copy link

I was trying to configure default database for sandbox, and I see nothing to do it easly in config.

I propose you a function that do the job

The goal is to have a docker compose and in it you configure multiple database service, and in your pgadmin config add it.

The next developper just make a docker compose up -d and have all the database without necessary needed to know them password and they are ready to use.

The other goal is to not focus on config and adding db server and not be afraid to teardown the entire sandbox and rebuild it without lossing time.

@adityatoshniwal
Copy link
Contributor

Hi @greasadh,
The changes you shared cannot be merged as it is against the overall design. What you can do is add a command to setup.py to add servers using command line. You'll also have more flexibility using cli.
Thanks.

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

Successfully merging this pull request may close these issues.

2 participants