मैंने होमब्रे के माध्यम से पोस्टग्रैस्कल स्थापित किया।
उन्नयन के बाद मेरे पास निम्नलिखित समस्या है:
FATAL: database files are incompatible with server
DETAIL: The data directory was initialized by PostgreSQL version 9.0, which is not compatible with this version 9.1.2.
कैसे उन्नत करने के लिए कोई सुझाव? मैंने निम्नलिखित कोशिश की:
$ pg_upgrade -d /usr/local/var/postgres/ -D /usr/local/var/postgres -b
/usr/local/Cellar/postgresql/9.0.4/bin -B /usr/local/Cellar/postgresql/9.1.2/bin
यह काम नहीं किया। यहाँ आउटपुट है।
Performing Consistency Checks
Checking current, bin, and data directories ok
Checking cluster versions
This utility can only upgrade to PostgreSQL version 9.1.
Failure, exiting
त्रुटि।