Skip to content
chaen edited this page Jan 21, 2015 · 2 revisions

New DFC version

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
      }
    }
  }
}
Clone this wiki locally