Skip to main content

Backup

To backup the repository database MM into a file /backups/SQLServer/MM.bak, use the following command:

BACKUP DATABASE [MM] TO DISK = N'/backups/SQLServer/MM.bak' WITH NAME = N'MM-Full Database Backup'
GO

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!