-
Notifications
You must be signed in to change notification settings - Fork 40
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
Error when installing pgstac > v0.8.1 #239
Comments
@charalamm with that debugging information, I'm not able to tell what is going on here as the psycopg trace does not include the SQL that was resulting in the error. The tests are definitely creating a fresh database and are able to run the base migration, so I'm not sure what could be different on your system. Could you try running the base migration manually on a fresh database without pgstac installed? (On a fresh install, this is all that pypgstac migrate is doing behind the scenes)
|
@charalamm I think that I have tracked this down as an issue that is with RDS that does not show up on regular Postgres relative to how RDS sets up the rds_superuser. I'm still trying to track this down specifically to figure out a fix. |
I have a fresh postgres and I am trying to install pgstac via pygstac.
I installed
pypgstac[psycopg]==v0.8.4
and runpypgstac migrate --debug
but I getI started reducing the version and finally pgstac got installed with
pypgstac==v0.8.1
.Then I installed again 0.8.4 and run
pypgstac migrate --debug
but I get the same error.Finally I run in the db
GRANT pgstac_ingest TO user;
and thenpypgstac migrate
with 0.8.4 and it worked, however I am wondering if the manual command can cause any problemsThe text was updated successfully, but these errors were encountered: