मैं इन निर्देशों का पालन कर रहा हूं , हालांकि मैं केवल चरण 17.2 पर पहुंच सकता हूं।
के माध्यम से सफलतापूर्वक postgresql स्थापित करने के बावजूद
sudo apt-get install postgresql
कमान, चलाने पर
initdb -D /usr/local/pgsql/data
Ubuntu मुझे बताता है कि यह 'initdb' स्थापित नहीं है। मुझे बताएं निर्देश इस आदेश द्वारा स्थापित है
sudo apt-get install postgresql
तो क्या चल रहा है? मैं पोस्टग्रेज-एक्ससी स्थापित करके आईटीडीबी उपलब्ध करा सकता हूं, लेकिन मुझे लगता है कि पोस्टग्रेज-एक्ससी सिर्फ कुछ अजीब थर्ड पार्टी बकवास है, और यह निर्देशों में विस्तृत नहीं है। कोई विचार?
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.