Question: Installation for Postgres-12
gowtham500 opened this issue · 3 comments
gowtham500 commented
Hello team,
- how do you install the extension for postgresql-12.
- I downloaded the releases package. Untar and copied the contents onto /usr/pgsql-12/share/extensions/
- When I restart postgresql by updating config, shared_preload_libraries='pg_wait_sampling'
postgres does not start with error "unable to find file or directory with name pg_wait_sampling" - Can you please share a step by step procedure.
maksm90 commented
Hi @gowtham500 !
If you have loaded source code from release link in current repository you have to build and install extension using make install command as described in README (all successive commands after git clone ...) previously installing dev package of your PostgreSQL distributive.
maksm90 commented
Hi @gowtham500 !
Did the suggestion above help you? Can I close issue?
gowtham500 commented
Yes thanks 👍