Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compatibility for Postgres 15 #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

0xJchen
Copy link

@0xJchen 0xJchen commented Jun 28, 2023

Hi Chris, thanks for sharing this great project! I met some problems when running it and hope the following solution would help others.

The default Postgres version here will be 15, and we will need to grant scheme public to new users as specified here.

Also on the second post, there is a typo: all theoreticalOptionalValue should be theoreticalOptionValue to adapt to the codes mentioned. Though this problem does not appear in the codebase.

In the default Postgres version 15, granting users on schema public is needed.

ref: https://www.cybertec-postgresql.com/en/error-permission-denied-schema-public/
for pgdata we will need to remvoe the full directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant