docker-postgresql icon indicating copy to clipboard operation
docker-postgresql copied to clipboard

Dockerfile to build a PostgreSQL container image which can be linked to other containers.

Results 53 docker-postgresql issues
Sort by recently updated
recently updated
newest added

``` $ sudo docker run --name postgresql -itd --restart always --env 'PG_PASSWORD=postgres' --env 'PG_TRUST_LOCALNET=true' --publish 5432:5432 --volume /srv/docker/postgresql:/var/lib/postgresql sameersbn/postgresql:9.6-2 59edeb353dec8c503a7f8d86396decfcdb31b98a3b463c3e9c990083fb4dc59e ``` ``` $ psql -Upostgres -hlocalhost Password for user postgres:...

When using container station on a QNAP NAS to launch gitlab, this error is produced while spinning up the postgresql container - ``` Initializing certdir... Initializing logdir... Initializing rundir... Setting...

I'm trying to upgrade an old project from 9.6 and I get the following error: ``` Initializing datadir... Initializing certdir... Initializing logdir... Initializing rundir... Setting resolv.conf ACLs... Initializing database... ‣...

Due to this change in user permission in postgres 15: https://stackoverflow.com/questions/74110708/postgres-15-permission-denied-for-schema-public/74111630#comment130849690_74110708 I tried running the db:setup rake task prior to running the backup script. During backup restore, all SQL statements...

While trying to upgrade from 12 to 15 I'm getting this error: ``` pg_restore: error: could not execute query: ERROR: column reference "query" is ambiguous LINE 15: SELECT "postgres_pg_stat_activity_autovacuum"."quer... ```...

Hello there! I would like to ask some help I'm running a database with dockers but I got the following error: C:\Users\user\Desktop\Alexis\pyme-click-serverless-web-api\src\PymeClick.Domain>dotnet ef database update Build started... Build succeeded. Npgsql.PostgresException...

How i can specify db locale and locales used by pg inside container other than en_US? like POSTGRES_INITDB_ARGS from postgres default image

Hi there, Just a small change to enable optional creation of the hstore plugin. Additionally, would you be open to a PR with a more general way of creating extensions...

We use both sameersbn/gitlab and sameersbn/docker-postgresql Images in our self hosted Gitlab. After upgrading to Gitlab v15.3.1, we started getting the error message "External PostgreSQL - Segmentation fault citing LooseForeignKeys::CleanupWorker...

There is a lot of errors that appear during execution of functions inside entrypoint.sh I made a lot of efforts to overcome this but with no success I strongly believe...