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