|
Previous | Content | ||
| Keeping application safe | ||||
Ralasafe stores security policies as xml in filesystem and other privilege data in database. It's suggested to separate ralasafe data from your business data. Therefore if you migrate your data, please migrate both the sql data and the xml data.
If you migrate from one production environment to another one, just back up and restore with your favorite tool.
If you migrate from develop environment to production environment,we suggest your team links ralasafe datasource to the same database url and the same schema. So there's no need to integrate sql data from your developers when migration.
Migrate XML data is very simple; You can just copy them into your specified directory in web.xml. XML file's name rule is ${id}_ralasafe.xml. It's strongly recommended that the developer team uses the same database url and the same schema.
|
Previous | Content | ||
| Keep application safe | ||||