Search results for dokploy

  • Copy one Dokploy Postgres service into another and verify the copy by content checksum, entirely through the Dokploy REST API. The dump, restore, source and target checksums, and the comparison all run inside a one-off Dokploy schedule on the Dokploy server next to the databases, so the workflow needs no direct Postgres connection, no external port, and no tunnel. schedule.runManually blocks until the script finishes and returns HTTP 500 if it exits non-zero, so a checksum mismatch or a failed restore fails the run_migration step, which deletes the schedule via compensation. Safe to retry.

    4 runs · 100% pass