Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
2 answers
180 views

Unknown commands hogging all my cpu. " ./4 -c/tmp/ ..."

this is a follow up for this issue Usually, a few hours after a restart we would get a weidly named process like this htop output Turns out it was from out docker postgresql service and the posgres ...
Iujyrino's user avatar
4 votes
2 answers
15k views

Postgres docker error "data directory "/var/lib/postgresql/data" has wrong ownership"

I am trying to start a postgres container using docker I have tried using multiple versions of postgres docker images I have tried using volumes as mentioned here tried setting POSTGRES_USER ...
squarepluto's user avatar
0 votes
1 answer
76 views

How to learn what is trying to use my DB?

I'm having a working postgre 11.5 in a docker container, they're just fine! In the the logs I see lots of: FATAL: password authentication failed for user "myuser" DETAIL: Password does not ...
gai-jin's user avatar
  • 113
0 votes
1 answer
8k views

How to setup Scalelite load balanacer for BigBlueButton

I am trying out the BigBlueButton web conferencing system and would like to say it is amazing. So far I have set up a standalone BigBlueButton server with SSL and have configured Greenlight to work ...
user avatar
1 vote
1 answer
109 views

Why do I get error "/var/lib/pgsql/.role.sh: not found" from postgres in docker?

I have PostgreSQL running in Docker. The host system is Ubuntu 18.04.3. Every time I execute some SQL in PostgreSQL I get /var/lib/pgsql/.role.sh: not found Does anyone know why this is or at least ...
Filip Sjöstrand's user avatar
1 vote
0 answers
935 views

Bitbucket cannot access Postgres

I have installed Docker and Bitbucket on Ubuntu 18.04 in VirtualBox with the following specifications: docker run \ -e JDBC_DRIVER=org.postgresql.Driver \ -e JDBC_USER=bitbucket \ -e JDBC_PASSWORD=...
dante's user avatar
  • 11
1 vote
0 answers
1k views

PostgreSQL Docker container keeps running out of memory

I am developing a software that needs a huge database (62 GB) and decided to use PostgreSQL 9.6. I am running it in a Docker container on a machine running on RedHat. I now need to run a query that ...
Gaëtan's user avatar
  • 133
2 votes
0 answers
2k views

docker-compose: no pg_hba.conf entry for host

I'm trying to make a few containers that are started by a docker-compose to work with a remote AWS database (managed by Heroku). I configured the envs as shown bellow: environment: - ...
Arthur Silva's user avatar
0 votes
1 answer
41 views

Having problems understanding Docker

I have a Synology NAS which runs a X86_64 Linux flavor.  I have Docker installed on the NAS (17.05).  However, I have yet to be able to find an Ubuntu image that I can install into Docker. I have gone ...
user993683's user avatar
1 vote
1 answer
791 views

IPTABES & Docker - Why can I not connect to containerized PostgreSQL services?

I am learning how to implement iptables rules. I currently have the following rules: #!/bin/sh iptables -F iptables -P INPUT DROP iptables -P OUTPUT DROP iptables -P FORWARD DROP iptables -A INPUT ...
Dave Teezo's user avatar