🇩🇴gmcamposano
Explore posts from serversTrying to pg_dump and getting this weird error:
Hi guys
I am following this tutorial: https://blog.railway.app/p/postgre-backup and i am getting this error. Anyone know how to get rid of it to have a fully working backup?
pg_dump: warning: there are circular foreign-key constraints on this table:
pg_dump: detail: hypertable
pg_dump: hint: You might not be able to restore the dump without using --disable-triggers or temporarily dropping the constraints.
pg_dump: hint: Consider using a full dump instead of a --data-only dump to avoid this problem.
pg_dump: warning: there are circular foreign-key constraints on this table:
pg_dump: detail: chunk
16 replies
Nobody answering emails on billing
How come nobody is answering the emails i send to [email protected]?
54 replies
How can i access Ghost shell?
So i am making some changes on the configurations: which is basically changing it to my language - but ghosts docs says I have to run commands on the production server. So, how can I access my production server?
PS. I have railway cli installed but cannot find a way to enter via shell to Ghost service.
8 replies
Prisma and nextjs app with pg url
From your example, it deploys both: a postgres container and a nodejs container, but to be able to create de nodejs, you need to have the postgres url. So basically the question here is how can i do the same for my personal projects, so that I can reference the db in the same deployment as they did.
4 replies