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

multiple database on single machine #472

Closed
techsachin1 opened this issue Jul 27, 2023 · 3 comments
Closed

multiple database on single machine #472

techsachin1 opened this issue Jul 27, 2023 · 3 comments

Comments

@techsachin1
Copy link

1)i am installing pghero 1st time. i have 80+ postgres database on single machine. when i did
databases:
database1:
url: postgres://username:password@hostaddress/database1
database2:
url: postgres://username:password@hostaddress/database2 this set up . its shows multiple database name on connection tag.

  1. i dont have rails applications, using pghero for java appliation only. how i can manage this multiple database and pghero.yml file where i have to place if i am running pghero in docker compose file. my docker compose is

version: "3.7"
services:
pghero:
image: ankane/pghero
container_name: pghero
network_mode: host
ports:
- 8080:8080
environment:
DATABASE_URL: postgres://user:password@hostaddress:5432
volumes:
- /home/username/pghero/pghero.yml:/app/config/pghero.yml

@ankane
Copy link
Owner

ankane commented Jul 27, 2023

Hi @techsachin1, check out the Contributing Guide for where to get help.

@ankane ankane closed this as completed Jul 27, 2023
@techsachin1
Copy link
Author

techsachin1 commented Jul 27, 2023

hi @ankane have checked but didnt get exact. plz share deatils

@sp1rs
Copy link

sp1rs commented Nov 3, 2023

@techsachin1 please check here

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

3 participants