Hello, some days ago, i got a dump of my hosted po...
# support-questions-legacy
l
Hello, some days ago, i got a dump of my hosted postgresql production db from you. I tried to import it to my postgresql database but i am getting some errors: I imported the dump using the following command:
Copy code
pg_restore -h 10.0.3.4 -p 30005 -U supertokens -d supertokens db.sql
this shows several erros like:
Copy code
pg_restore: Error: could not execute query: ERROR:  role "rdsadmin" does not exist
and
Copy code
pg_restore: Error: could not execute query: ERROR:  role "perjiarkocqjfxlcf" does not exist
Anyway, i started the supertokens core. Here is what i am getting after trying to login (need to use a pastebin because output exceeds discords message size limits):
Copy code
https://appp.me/sGfsm5
Is there something wrong the my procedure of importing the data?
17 Views