이 지침을 따르고 있지만 17.2 단계 만 수행 할 수 있습니다.
를 통해 postgresql을 성공적으로 설치했지만
sudo apt-get install postgresql
실행할 때 명령
initdb -D /usr/local/pgsql/data
우분투는 'initdb'가 설치되어 있지 않다고 말합니다. 지시 사항에 따라이 명령이 설치되었음을 알려줍니다.
sudo apt-get install postgresql
무슨 일이야? postgres-xc를 설치하여 initdb를 사용할 수 있지만 postgres-xc는 이상한 제 3 자 쓰레기 일 뿐이며 지침에 자세히 설명되어 있지 않습니다. 어떤 아이디어?
Please note that you can of course also use the upstream tools for creating clusters, such as initdb(1). However, please note that in this case you cannot expect *any* of above pg_* tools to work, since they use different configuration settings and file locations. If in doubt, then do *not* use initdb, but only pg_createcluster. Since merely installing postgresql-X.Y will already set up a default cluster which is ready to work, most people do not need to bother about initdb or pg_createcluster at all.