vitabaks / postgresql_cluster

Automated database platform for PostgreSQL® A modern, open-source alternative to cloud-managed databases.
https://postgresql-cluster.org
MIT License
1.83k stars 418 forks source link

The page for creating a cluster spins endlessly #805

Closed DevOps-Youtube-Channel closed 1 week ago

DevOps-Youtube-Channel commented 1 week ago

Good afternoon. Deployed a virtual machine under ubuntu 22.04 server. Installed Docker. I picked up the container to install the cluster. Came in. But it freezes, that is, the page simply spins endlessly to create a cluster. What could be the problem?

docker container page
vitabaks commented 1 week ago

Hi @DevOps-Youtube-Channel

If you are running the console on a dedicated server (rather than on your laptop), replace localhost with the server’s IP address in the PG_CONSOLE_API_URL variable.

DevOps-Youtube-Channel commented 1 week ago

do you mean like that?

image

image

DevOps-Youtube-Channel commented 1 week ago

image

it worked thank you