DOCKER container with postgres, WARNING: could not open statistics file “pg_stat_tmp/global.stat”: Operation not permitted

Simple and dumb I’ve tried another way: leaving the temporary file in container, where you need not deal with user permissions – and that worked. I’ve changed with inline command the Postgresql config in docker-compose.yml: postgresdb: image: ‘postgres’ command: postgres -c stats_temp_directory=/tmp . . . This is quick and simple solution, but it does not … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)