DokployD
Dokploy15mo ago
22 replies
thoschill

Error when creating Postgres backup

I'm trying out backups, but I get this error:
[
    {
        "error": {
            "json": {
                "message": "Error to run manual postgres backup ",
                "code": -32600,
                "data": {
                    "code": "BAD_REQUEST",
                    "httpStatus": 400,
                    "path": "backup.manualBackupPostgres",
                    "zodError": null
                }
            }
        }
    }
]
Was this page helpful?