【踩坑】Docker部署PostgreSQL报错
前言
Docker部署PostgreSQL16时报错:popen failure: Cannot allocate memory initdb: error: program "postgres" is needed by initdb but was not found in the same directory as "/usr/lib/postgresql/16/bin/initdb"
Docker部署PostgreSQL14时报错:popen failure: Cannot allocate memory initdb: error: The program "postgres" is needed by initdb but was not found in the same directory as "/usr/lib/postgresql/14/bin/initdb".
Docker部署PostgreSQL12时报错:initdb: error: The program "postgres" is needed by initdb but was not found in the same directory as "/usr/lib/postgresql/12/bin/initdb". Check your installation.