Sample Header Ad - 728x90

Backing up a DB on remote server

0 votes
1 answer
1019 views
I need to backup a postgres DB which is located on a remote server. This server also hosts a lot of other stuff, and that's why I don't have a general access to the server itself. Therefore I believe that I can not use
to access the remote server and run
from there. (Please correct me if I am wrong -regarding
) The only thing I can do is write and read the DB via a DB connection (which is allowed through the firewall.) What is the best approach of backing up such DB? I tried
, but I don't think it'll work under such conditions.
Asked by Sanyifejű (101 rep)
Jan 24, 2022, 04:39 PM
Last activity: Jan 9, 2025, 03:10 AM