| As of Razuna 1.4 you don't need to apply these steps anymore. Razuna configures itself for your database! |
Global System Setting
By default Razuna is setup to work with the embedded database. Thus to make it work with MSSQL we will need to change the configuration within Razuna.
Log on to the Razuna Administration at http://localhost:8080/razuna/admin, enter your name and password and navigate to the System Settings on the left side. Then click on the "Database Settings" tab and change it to suite your MS SQL setup.

Restart Razuna with the MSSQL database
After you have done all the above steps you are ready to run Razuna with MSSQL. In order to use Razuna with MSSQL you will have to run the First Time Wizard again by going to the URL http://localhost:8080/razuna/admin.
Note: Currently, we don't have a Export/Import functionality and thus Razuna will default back to a new installation when changing the database. Future versions will have a Export/Import function to switch between databases much easier.
As of Razuna 1.4 you have the option to backup & restore your database!
Razuna 1.3.5 and lower
| As of Razuna 1.3 you don't need to change the configuration manually anymore, everything can be done within the Razuna Administration. For reference we leave the configuration of the config.xml file below on this page. |
Location of the Configuration file
The general configuration file for Razuna can be found within the Razuna folder in "global/config" and is called config.xml. It comes in the XML format and should be edited by a XML editor and/or Text-Editor.
MSSQL Settings
Change the following parameters "database", "schema" and "datasource".
database:
Set this to "MSSQL", obviously.
schema:
This is the name of your schema (database user) that you want Razuna to use (by default this should be razuna).
datasource:
This should be the value of the datasource value of the CFML server engine (this is the name you used in the first step at 2. Configure a MSSQL datasource).
Actually that is all there is to do, for making Razuna work with the MSSQL database.
Restart Razuna with the MSSQL database
After you have done all the above steps you are ready to run Razuna with MSSQL. In order to use Razuna with MSSQL you will have to run the First Time Wizard again by going to the URL http://localhost:8080/razuna/admin.
Note: Currently, we don't have a Export/Import functionality and thus Razuna will default back to a new installation when changing the database. Future versions will have a Export/Import function to switch between databases much easier.
As of Razuna 1.4 you will have a backup & restore function to migrate to another database!