logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

convertConfig - A tool to migrate Lemonldap::NG configuration database to a new backend.

Authors

       Clement Oudot, <clem.oudot@gmail.com>
       Xavier Guimard, <x.guimard@free.fr>

Bug Report

       Use       OW2       system       to       report       bug       or       ask        for        features:
       <https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues>

Description

       convertConfig  is  a  command line tool to convert all configurations stored in database and initialize a
       new Lemonldap::NG configuration based on current configuration.

Download

       Lemonldap::NG is available at <https://lemonldap-ng.org/download>

Name

       convertConfig - A tool to migrate Lemonldap::NG configuration database to a new backend.

See Also

Synopsis

convertConfig [--help] [--current/old/lemonldap-ng.ini] [--new/new/lemonldap-ng.ini] [--latest]
       [--overwrite] [--force]
       Convert from default File backend to the currently configured backend
                     convertConfig

       Convert only the latest config (configuration history is lost)
                     convertConfig--latest

       Specify different INI config files containing old or new backends
                     convertConfig--currentconfig--newconfig

       Continue even if an error occurs
                     convertConfig--force

See Also