Last modified on 14 October 2013, at 08:54

Install UBIK Database

Revision as of 08:54, 14 October 2013 by KNO (Talk | contribs) (Setting up {{UBIK}} database)

All content and configuration data of UBIK® is managed in a Microsoft SQL database (2008 R2 or newer). Once the SQL server engines is installed successfully, an administrator can set up a new UBIK® database simple using the available release database.

Microsoft SQL Server Management Studio
Microsoft SQL Server Management Studio

Setting up UBIK® database

  1. Start the Microsoft SQL Server Management Studio and connect to the database server
  2. Navigate to Databases and add a new database
  3. Choose Tasks → Restore → Database from the context menu
    1. Choose the newly created database in the setting In database
    2. Choose the copied backup file in From media
    3. Check Restore of the according backup set
  4. Switch to the options-slider and check Overwriting actual data (if necessary)
  5. Finish the process by clicking OK
IC Hint square.pngUse maintenance plans for periodic backup of your own and the system databases!

Requirements

Database user

The database user configured for connecting UBIK® Studio to the database needs

  • to have the role sys.admin assigned
  • to be marked as Database owner (dbo) of the according UBIK® database

Windows firewall

Make sure that the SQL server port, default 1433, is unlocked on the Windows firewall.