zubkov-andrei / pg_profile

Postgres historic workload reports
Other
212 stars 31 forks source link

Request detail information of install properly using manual script #64

Open Poleon-Na opened 1 year ago

Poleon-Na commented 1 year ago

Hi! It is not created "pg_profile" extension in PostgreSQL databases when executed using pg_profile--4.1_manual.tar.gz(.sql file in it) as your guidance. Because of that, it's not working on execution "create_server" provided pg_profile functions with an error that pg_profile extension does not exist. And partition of core tables were not created as well. Also, "take_sample(_subset)" and "show_samples" are not executed correctly.

-- The guide below about manual installation as your provided Use provided pg_profile--4.1_manual.tar.gz file only for manual objects creation in restricted environments (when you have no file system access). Right now export and import functionalities is not supported in manually installed version.

Please post and inform that detail guide on server-less system or no file-system access. Thank you.

zubkov-andrei commented 1 year ago

Hi! It seems there is a bug with manual installation. I'll recheck it during a week or two.

Poleon-Na commented 1 year ago

Yes! please keep me posted. Thanks :)

Poleon-Na commented 1 year ago

Hi Team~! Please be notified us that any progress which is related of bug fix. Thank you.

zubkov-andrei commented 1 year ago

I'm sorry for quite late answer. Try the latest release 4.2. It should contain a correct manual creation script with other improvements and bug fixes.