-
Notifications
You must be signed in to change notification settings - Fork 176
DIRAC v6r12p14
chaen edited this page Jan 21, 2015
·
2 revisions
This release contains a new version of the DFC visible here https://github.com/DIRACGrid/DIRAC/pull/2200 It consists in a new set of Managers, and a new SQL schema.
Unfortunately, this schema is not compatible with the installation tools of DIRAC, hence you need to install it by hand using directly DataManagementSystem/DB/FileCatalogWithFkAndPsDB.sql and your mysql client. CAUTION : by loading this sql script, you would erase your existing DFC installation if any, so mare sure to rename it first if you plan to do the migration.
You then need to define the appropriate managers in your configuration:
DataManagement
{
YourSetup
{
Services
{
FileCatalog
{
[...]
DirectoryManager = DirectoryClosure
FileManager = FileManagerPs
}
}
}
}