Share via

Is it possible to restore a postgres database from one server to another server using Azure APIs?

Alec Pasion 0 Reputation points
2023-05-18T18:59:33.5833333+00:00

Is it possible to restore a postgres database from one server to another server using Azure APIs?

Azure Database for PostgreSQL

1 answer

Sort by: Most helpful
  1. RahulRandive 10,506 Reputation points
    2023-05-19T13:46:08.3766667+00:00

    Hi @Alec Pasion

    Thanks for your question.

    While searching, I came across a document related to the Azure Database for PostgreSQL REST API.

    You can create a database as a point in time restore using below REST API.

    https://learn.microsoft.com/en-us/rest/api/postgresql/singleserver/servers/create?tabs=HTTP#create-a-database-as-a-point-in-time-restore

    Please check and let us know if this helps.

    Thank you!

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.