আমি স্রেফ পোস্টগ্রিসের মাধ্যমে পুনরায় ইনস্টল করেছি brew install postgres
আমি দৌড়েছি initdb /usr/local/var/postgres -E utf8
কিন্তু এটি পেয়েছি:
The files belonging to this database system will be owned by user "atal421".
This user must also own the server process.
The database cluster will be initialized with locale "en_US.UTF-8".
The default text search configuration will be set to "english".
initdb: directory "/usr/local/var/postgres" exists but is not empty
If you want to create a new database system, either remove or empty
the directory "/usr/local/var/postgres" or run initdb
with an argument other than "/usr/local/var/postgres".
সুতরাং, আমি rm -rf
ফোল্ডারটি পোস্টগ্রিজ করে আবার চালিয়েছি:
initdb /usr/local/var/postgres -E utf8
এটি বলেছিল যে সবকিছু ঠিক আছে:
Success. You can now start the database server using:
postgres -D /usr/local/var/postgres
সুতরাং, আমি সেই আদেশটি চালিয়েছি এবং পেয়েছি:
postgres -D /usr/local/var/postgres
FATAL: lock file "postmaster.pid" already exists
HINT: Is another postmaster (PID 13731) running in data directory "/usr/local/var/postgres"?
এখন যখন আমি আমার ক্রিয়াকলাপ মনিটরের দিকে তাকাই আমি পোস্টগ্রিসের 6 টি দৃষ্টান্ত দেখতে পাই।
আমি কিভাবে এটা ঠিক করব?
postgres
একটি পোস্টমাস্টার এবং পাঁচ ইউটিলিটি ব্যাক-এন্ডের সঙ্গে। PostgreSQL একটি মাল্টি-প্রসেস আর্কিটেকচার।