Hi @Vasek Polak Thanks for posting your question in the Microsoft Q&A forum.
You can only do PITR on a PostgreSQL database Instance, not on an individual database. To restore a single database from an Azure Database for PostgreSQL server, you can use the pg_restore
command with the --dbname
option to specify the name of the database you want to restore. Alternatively, you can restore the entire PostgreSQL instance to a new server and drop the databases you don't want to restore.
Regards
Geetha