Limitations
Docker setup limitations#
What docker setup doesn't support:
- To run workers
- To run satellites
- Overlay works only mounted folders, so it is: conf, centralConfiguration, hotfix, plugins.
- Debugging
- Log levels
If you are using Docker Deploy version 10.1 or earlier, should have respective conf Overlays.
example: xl-deploy.conf, deployit-license.lic
Docker image contains all plugins which are defined in Deploy Server Trial distribution.
If you want to exclude some of them you can use property defaultOfficialPluginsToExclude.
For example if you want to exclude terraform and aws plugin, you have to configure it as:
defaultOfficialPluginsToExclude = ["terraform", "aws"]Data Import limitation (available only for the internal use in Digital.ai)#
postgresis the only database which fully support data importderby-inmemory,derby-networkdo not support DbUnit data import, as these databases are not supported, use old data export format
Database Images limitations#
- Only
mysql,mysql-8,postgrescan be started at the moment with the integration server mssql,oracle-19c-serequire building an image at the moment and cannot be started by the integration server