Difference between revisions of "Restore IMSMA Backup on Server"

From IMSMA Wiki
Jump to: navigation, search
Line 34: Line 34:
 
<li>Click the '''Restore''' button.</li>  
 
<li>Click the '''Restore''' button.</li>  
 
<li>First the files outside of the database will be restored and at 20% the IMSMA Restore will ask for the password.</li>
 
<li>First the files outside of the database will be restored and at 20% the IMSMA Restore will ask for the password.</li>
{{Note| It is possible to change the database password with SQL software.}}
+
{{Note| It is possible to change the database password with SQL software. Note that C:\IMSMAng\trayLauncher\TrayLauncher.properties also needs to be updated.}}
 
<li>Enter the database password.  
 
<li>Enter the database password.  
 
[[Image:Imsma pwd2.png|center|400px]]</li>
 
[[Image:Imsma pwd2.png|center|400px]]</li>

Revision as of 09:32, 17 December 2017

Note.jpg If you are running IMSMA in a client/server configuration, the following procedures should be performed on the IMSMA server.

To restore IMSMA data on the server:

  1. Are your really sure that you would like to write over the existing database on the server?
  2. Do you have backup that contains all attachments?
  3. Before beginning the restoration process, verify that the IMSMANG server, all IMSMA clients and all connections to the IMSMANG database from e.g. Navicat have been disconnected.
  4. If the IMSMA Control Centre icon is not already displayed in the lower, right corner of your Window’s desktop, double-click the IMSMA Tray Launcher icon on your computer’s desktop.
  5. Right-click the IMSMA Control Centre icon that is displayed in the lower, right corner of your Window’s desktop.
  6. Backup Restore menu.png
  7. Select Restore.
  8. IMSMA Restore window

    IMSMA Restore window

  9. In the IMSMA Restore window, click the DestDir.png button.
  10. The Open window displays.
  11. Navigate to the directory from which you would like to restore your IMSMA data.
  12. Click the Open button.
  13. The path of the folder displays in the Select the directory you want to restore from field.
  14. IMSMA Restore window

    IMSMA Restore window

  15. In the Include the Following section, each available component in the backup folder is marked with CheckedBoxIcon.png. Uncheck the checkbox next to each component you do not want to restore.
  16. Note.jpg Components that are disabled were not included in the IMSMA backup that you selected to restore. If you do not check any components, only the IMSMA database and any attachments will be restored.
    Warning.jpg If the backup folder that you are about to restore contains the folder Backup_YYYY_MM_DD_HH_MM_SS\server\attachments then all your existing attachments on the server will be deleted and replaced with what is in Backup_YYYY_MM_DD_HH_MM_SS\server\attachments. This behaviour also applies when Backup_YYYY_MM_DD_HH_MM_SS\server\attachments is empty.
  17. Click the Restore button.
  18. First the files outside of the database will be restored and at 20% the IMSMA Restore will ask for the password.
  19. Note.jpg It is possible to change the database password with SQL software. Note that C:\IMSMAng\trayLauncher\TrayLauncher.properties also needs to be updated.
  20. Enter the database password.
    Imsma pwd2.png
  21. Click the OK button.
  22. The IMSMA Restore will continue and now the database is restored from the backup.
  23. Restore3.png
  24. The attachments will be restored at 90%.
  25. Restore4.png
  26. Click the OK button.
    Restore confirm.png
  27. The IMSMA Control Centre closes. The IMSMA Control Centre needs to be closed because the IMSMA database restored may be of an earlier version than the current version of the IMSMA application and therefore needs to be upgraded to the same version as the IMSMA application.
Warning.jpg It is not possible to upgrade a database of version 1 - 5.08.04 by restoring it with version 6.0. Contact your GICHD IM advisor if you would like to upgrade a database of version 1 - 5.08.04 to version 6.0.


If you see these messages, your computer is configured as an IMSMA client and it is not possible to restore the database.

Client restore database error.png
Client restore confirm.png

SQL Views after restore

Since the views may build on other views it is not possible to know in which order they should be restored. Therefore the Restore functionality restores the SQL views as tables and after the restore is complete convert them to SQL views. If you still see any of your SQL views as tables after the restore, there is something wrong with your SQL views. The most common errors are:

  • the SQL views are created / owned by another user than imsma
  • the SQL syntax is not correct
  • the SQL view is referring to another SQL view that does not exist anymore.