On 1/26/26 08:01, [email protected] wrote:
Is there a way to implement the SQL Server command 'BACKUP DATABASE'?
Not from within the Postgres instance. You will need to use: https://www.postgresql.org/docs/current/app-pgdump.html
Is there a way to see the restores performed on a database? Is there an equivalent table to msdb.dbo.restorehistory in SQL Server? Is there a way to implement an equivalent if one doesn't exist?
From what I understand there are various ways of doing this in SQL Server, which way are you interested in?
Thank you very much. Regards Félix
-- Adrian Klaver [email protected]
