Postgres + Docker

From: Κοκμάδης Δημήτριος <dkokmadis(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Postgres + Docker
Date: 2016-08-19 09:08:01
Message-ID: CAFY9zEwm1_iQYX1j7QZiZSwJK+9kGtD9wW2ghvZrSJD2O=pqAg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Dear All,

I try to restore a big database inside docker in order to provide a docker
image with database inside it.

During restoration in tables with a lot of entries, I have the following
error

[91m2016-08-19 08:58:37 UTC [92-3] ERROR: canceling autovacuum task
2016-08-19 08:58:37 UTC [92-4] CONTEXT: automatic analyze of table
"XXXX.XXX.XXX"

Same procedure ( cat filename | gunzip | psql databasename) in plain server
works without any error.

How can I avoid those errors inside docker?

Best Regards,

Dimitris Kokmadis

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Marco Nietz 2016-08-19 09:17:09 Re: Postgres + Docker
Previous Message Esteban Casuscelli 2016-08-19 07:22:30 Re: What is the best way to create Primary Key on a large table in Postgresql 9.5?