immich_microservices | [Nest] 1 - 07/11/2023, 8:17:29 AM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (1)... immich_microservices | QueryFailedError: duplicate key value violates unique constraint "pg_class_relname_nsp_index" immich_microservices | at PostgresQueryRunner...
发现它被一个程序postgres.exe占用了,所以我关闭了该程序对端口的占用。
docker logs homs --- psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"? Postgres is unavailable - sleeping *** docker logs activiti --- psql: could not connect ...
Fixed a bug that would cause ~/.docker/cli-plugins to not be populated on start-up. Fixed a bug that prevented php composer or postgres to start as non root user. Fixes docker/for-mac#7415. Fixed a bug that could cause file changed on the host to appear truncated. Fixes docker/for-...
你只需要使用db:5432(来自docker-compose.yml的服务名称)而不是localhost:5432。为你测试:)...
I managed to fix the issue by starting my postgresql image inside the docker-compose pg_container: image: postgres:13.0 environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres POSTGRES_DB: postgres ports: - "5432:5432" However, now that I can connect, I get this issue: postgresql-ini...
你只需要使用db:5432(来自docker-compose.yml的服务名称)而不是localhost:5432。为你测试:)...
1.装好Postgres 2.开启远程访问 配置postgresql.conf文件 listen_addresses = '*' 配置pg_hba.conf文件 host all all 0.0.0.0/0 trust 3.下载npgsql 引用2个dll 4.code string strConn = ConfigurationManager.ConnectionStrings["npgsql"].ConnectionString;
On Linux distributions whereis now used by default (if the kernel supports it). To use devicemapper, you can manually configure the storage driver to use through the Important In Docker 1.13, the managed plugin api changed, as compared to the experimental version introduced in Docker 1.12. You...
I have an awx docker deployment with nginx running in awx_web container. I am unable to get to the awx login page and am getting a 502 bad gateway…per the logs from awx_web’s awxserver.error.log… connect() failed (111: …