Restore a Microsoft SQL server database backup
Microsoft SQL Server Management Studio
-
Open Microsoft SQL Server Management Studio
-
Right click on the Databases folder.
-
From the context menu select Restore Database
-
In the restore database dialog
-
On device, click the "..." button to open the select dialog.
-
Add the backup file
-
Change the name of the database if required. You can select an existing database from the dropdown or type in a new name which will create a new database for you while restoring.
⚠️ Warning: Restoring a database over an existing database is a dangerous step and may cause loss of data in the restore target database.
📝 Note: If the restore target is a database currently used by an iGrafx platform application server, stop the application server service and start it again after the restore completed successfully.
Application server stop and start isn't required if the database you restore to is a new or empty database.
-
Depending on your IT environment you may need to change additional settings in the Files section of the restore database dialog.
-
Click the OK button
-
-
Open the Security > Login folder.
-
Double click the user you want to connect with to this database, or create a new user.
ℹ️ Info: You can try to register the repository in the database now. But if the registration fails with an error message telling you that the repository is already registered consider the optional step(s).
Optional Steps
-
If you moved the repository from another iGrafx platform installation or cloned an existing repository you need to follow the steps described in
iGrafx platform repository administration
Follow the instructions provided in the Registering an Existing Repository section of the article.