T
Twenty2mo ago
anjali

schema "graphql" does not exists

We are currently using V0.30.2 with fresh rested database while updating the company name we are getting this execution. Also there is no schema name graphql created in database.
No description
No description
12 Replies
anjali
anjaliOP2mo ago
@ɃØĦɆᵾS
anjali
anjaliOP2mo ago
while resetting the database also getting issue
No description
ɃØĦɆᵾS
ɃØĦɆᵾS2mo ago
Has this error appeared earlier or just recently? Also, did you upgraded prior to this error?
anjali
anjaliOP2mo ago
Just recently
thomast
thomast2mo ago
do you see the schema in your database? looks like you tried to do a reset. Did you do a dump of your data or maybe you did not have data at all?
anjali
anjaliOP2mo ago
We don't have data currently in database we are just resetting the database for dummy data and that time we are getting this issue
anjali
anjaliOP2mo ago
Also getting issue while coping pg_graphql extention data at docke build time
No description
anjali
anjaliOP2mo ago
@thomast @bob
thomast
thomast2mo ago
it's a bit hard to help debugging since pg_graphql has been deprecated in more recent versions since you don't have any data would you consider doing a fresh install following the doc?
anjali
anjaliOP2mo ago
It's working in dev environment but not working in local machine .
anjali
anjaliOP2mo ago
As per the docker file it is copying the file from local machine to docker container and all the files are present but some how it's getting failed
No description
thomast
thomast5w ago
what is your dev environment vs local machine setup?

Did you find this page helpful?