2 years ago
Project ID: 3337bbd9-871e-41a3-a35e-ace982a5dc04
I would like to get into my Postgres container and drop a FK because it's giving me errors.
How can I do such thing?
21 Replies
2 years ago
you would use the psql command line tool locally, or any other software that would allow you to run queries on your database, like dbgate
2 years ago
yep!
I have another problem now it seems haha.
Because I already tried some things, i decided to remove Postgres to spin up a new one.
But it's been stuck on this for like a few minutes now and a new one won't spin up
2 years ago
theres an ongoing incident, please keep an eye on <#846875565357006878>
2 years ago
it happens
2 years ago
the incident was resolved, are you still facing this issue?
Yeah the issue is fixed now.
I have one last question.
Is there a way to get back a volume I deleted?
2 years ago
unless you took a backup, no
2 years ago
well if you didnt, its far too late now. but the answer depends on the type of app
2 years ago
pg_dump
2 years ago
google can be a very helpful resource when something is said that you may not understand
2 years ago
this template runs pg_dump under the hood and uploads the backup to s3 storage