{"componentChunkName":"component---src-templates-doc-page-tsx","path":"/en/usermanual/automatic_migration/reference/importer_configuration/","result":{"data":{"markdownRemark":{"html":"<h2 id=\"importer-configuration\" style=\"position:relative;\"><a href=\"#importer-configuration\" aria-label=\"importer configuration permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Importer configuration</h2>\n<p>The following is a list of all available config keys for the importer.</p>\n<h3 id=\"usage\" style=\"position:relative;\"><a href=\"#usage\" aria-label=\"usage permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Usage</h3>\n<p>Configure the importer when installing with\nvaluesYamlOverwrite (see here).</p>\n<h3 id=\"available-config-values\" style=\"position:relative;\"><a href=\"#available-config-values\" aria-label=\"available config values permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Available config values</h3>\n<table>\n<thead>\n<tr>\n<th>Konfigurationsschlüssel</th>\n<th>Beschreibung</th>\n<th>Standardwert</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code class=\"language-text\">/config/logging/level</code></td>\n<td>Level defines the log level to be used. Valid values are: DEBUG, INFO, WARN, ERROR</td>\n<td><code class=\"language-text\">INFO</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/api/host</code></td>\n<td>host configures the FQDN under which the exporter will be available for CES data export. The importer will contact the exporter API, which returns all required data like data paths etc. The exporter API endpoint is fixed and will be routed on the source side.</td>\n<td></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/api/secretName</code></td>\n<td>secretName is the name of the secret that contains the exporter API key.</td>\n<td><code class=\"language-text\">ces-importer-secret</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/api/secretDataKey</code></td>\n<td>secretDataKey contains the key name within the secret that accommodates the actual exporter API key as value.</td>\n<td><code class=\"language-text\">apiKey</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/api/skipTLSVerify</code></td>\n<td>skipTLSVerify controls whether a client verifies the server's certificate chain and host name. If skipTLSVerify is <code class=\"language-text\">true</code>, the client accepts any certificate presented by the server and any host name in that certificate.</td>\n<td><code class=\"language-text\">false</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/api/tlsConfigmapName</code></td>\n<td>TlsConfigmapName specifies the name of the ConfigMap containing the CA certificate of the Exporter instance.</td>\n<td><code class=\"language-text\">ces-importer-exporter-ca</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/api/tlsConfigmapKey</code></td>\n<td>TlsConfigmapKey specifies the name of the key in the ConfigMap that contains the CA certificate of the Exporter instance.</td>\n<td><code class=\"language-text\">exporter.crt</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/ssh/secretName</code></td>\n<td>secretName contains the name of the secret that contains the SSH private key which the importer will use to access the source system.</td>\n<td><code class=\"language-text\">ces-importer-secret</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/ssh/secretDataKey</code></td>\n<td>secretDataKey contains the key name within the secret that accommodates the actual exporter SSH private key as value.</td>\n<td><code class=\"language-text\">privateKey</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/migration/regularSchedule</code></td>\n<td>regularSchedule triggers recurring migration jobs while the whole source system is running. Uses CRON notation like <code class=\"language-text\">0 2 * * *</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/migration/finalSchedule</code></td>\n<td>finalSchedule triggers the finishing migration job while the source system is supposed to be void of active users. Uses RFC 3339 notation like: <code class=\"language-text\">2025-04-03T12:34:56Z</code> (server time)</td>\n<td></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/migration/changeFQDN</code></td>\n<td>changeFQDN triggers the fqdn and certificate import. This is only taken into account if it is a final migration.</td>\n<td><code class=\"language-text\">false</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/migration/maintenanceModeMessage/title</code></td>\n<td>maintenanceModeMessage/title is the title to been shown, when the maintenance mode gets activated at the source system.</td>\n<td><code class=\"language-text\">Migration in progess.</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/migration/maintenanceModeMessage/text</code></td>\n<td>maintenanceModeMessage/text is the message to been shown, when the maintenance mode gets activated at the source system.</td>\n<td><code class=\"language-text\">The migration of your instance is in progress.</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/migration/executePreflightCheck</code></td>\n<td>executePreflightCheck checks whether the preflight check is executed when the importer is started. The preflight check checks important configurations for correctness.</td>\n<td><code class=\"language-text\">true</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/job/excludedDogus</code></td>\n<td>excludedDogus contains a list of dogu names that will not be migrated. This name does not have to include the dogu namespace (e.g. official/), the dogu name is sufficient, for example <code class=\"language-text\">redmine</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/job/excludedGlobalConfigurationKeys</code></td>\n<td>excludedGlobalConfigurationKeys contains a list of configuration keys that will not be imported</td>\n<td></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/job/excludedDoguConfigurationKeys</code></td>\n<td>excludedDoguConfigurationKeys contains dogu-specific configuration keys that will not be imported, grouped by dogu name</td>\n<td></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/job/exclude</code></td>\n<td>exclude contains dogus with a pattern to exclude specific files during the import. See the values.yaml for an example.</td>\n<td></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/job/verbose</code></td>\n<td>verbose sets the data migrator to verbose logging. This logs all migrated directories.</td>\n<td><code class=\"language-text\">true</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/smtp/enabled</code></td>\n<td>enabled determined whether an email should be sent after migration</td>\n<td><code class=\"language-text\">false</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/smtp/server</code></td>\n<td>The SMTP server hostname or IP address (e.g., mailhog, smtp.gmail.com)</td>\n<td><code class=\"language-text\">smtp.example.com</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/smtp/port</code></td>\n<td>The port the SMTP server listens on (25, 587 for TLS, 1025 for MailHog/dev)</td>\n<td><code class=\"language-text\">25</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/smtp/username</code></td>\n<td>Optional: username for SMTP authentication (leave empty if not required)</td>\n<td></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/smtp/secretName</code></td>\n<td>secretName contains the name of the secret that contains the smtp mail password which the importer will to send emails.</td>\n<td><code class=\"language-text\">ces-importer-secret</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/smtp/secretDataKey</code></td>\n<td>secretDataKey contains the key name that accommodates the actual exporter smtp mail password as value.</td>\n<td><code class=\"language-text\">mailPassword</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/smtp/from</code></td>\n<td>Email address that appears in the \"From\" field of the email</td>\n<td><code class=\"language-text\">importer@cloudogu.com</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/smtp/to</code></td>\n<td>List of recipient email addresses getting the migration result</td>\n<td></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/smtp/useTLS</code></td>\n<td>Specifies whether the mail server uses TLS.</td>\n<td><code class=\"language-text\">false</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/smtp/skipTLSVerify</code></td>\n<td>Controls whether the mail server's certificate chain is verified. If skipTLSVerify is “true” the client accepts any certificate presented by the mail server and any host name in that certificate.</td>\n<td><code class=\"language-text\">false</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/smtp/tlsConfigmapName</code></td>\n<td>TlsConfigmapName specifies the name of the ConfigMap containing the mail server's CA certificate.</td>\n<td><code class=\"language-text\">ces-importer-mail-ca</code></td>\n</tr>\n<tr>\n<td><code class=\"language-text\">/config/smtp/tlsConfigmapKey</code></td>\n<td>TlsConfigmapKey specifies the name of the key in the ConfigMap that contains the mail server's CA certificate.</td>\n<td><code class=\"language-text\">mail.crt</code></td>\n</tr>\n</tbody>\n</table>\n<h4 id=\"reference-valuesyaml\" style=\"position:relative;\"><a href=\"#reference-valuesyaml\" aria-label=\"reference valuesyaml permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Reference values.yaml</h4>\n<div class=\"gatsby-highlight\" data-language=\"yaml\"><pre class=\"language-yaml\"><code class=\"language-yaml\"><span class=\"token key atrule\">config</span><span class=\"token punctuation\">:</span>\n  <span class=\"token key atrule\">logging</span><span class=\"token punctuation\">:</span>\n    <span class=\"token comment\"># level defines the log level to be used. Valid values are: DEBUG, INFO, WARN, ERROR</span>\n    <span class=\"token key atrule\">level</span><span class=\"token punctuation\">:</span> INFO\n  <span class=\"token key atrule\">api</span><span class=\"token punctuation\">:</span>\n    <span class=\"token comment\"># host configures the FQDN under which the exporter will be available for CES data export. The importer will</span>\n    <span class=\"token comment\"># contact the exporter API, which returns all required data like data paths etc.</span>\n    <span class=\"token comment\"># The exporter API endpoint is fixed and will be routed on the source side.</span>\n    <span class=\"token key atrule\">host</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"\"</span>\n    <span class=\"token comment\"># secretName is the name of the secret that contains the exporter API key.</span>\n    <span class=\"token key atrule\">secretName</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"ces-importer-secret\"</span>\n    <span class=\"token comment\"># secretDataKey contains the key name within the secret that accommodates the actual exporter API key as value.</span>\n    <span class=\"token key atrule\">secretDataKey</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"apiKey\"</span>\n    <span class=\"token comment\"># skipTLSVerify controls whether a client verifies the server's certificate chain and host name.</span>\n    <span class=\"token comment\"># If skipTLSVerify is true, the client accepts any certificate presented by the server and any host name in that certificate.</span>\n    <span class=\"token key atrule\">skipTLSVerify</span><span class=\"token punctuation\">:</span> <span class=\"token boolean important\">false</span>\n    <span class=\"token comment\"># Name of the ConfigMap containing the exporter's CA certificate</span>\n    <span class=\"token key atrule\">tlsConfigmapName</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"ces-importer-exporter-ca\"</span>\n    <span class=\"token comment\"># Name of the key in the ConfigMap that contains the exporter's CA certificate</span>\n    <span class=\"token key atrule\">tlsConfigmapKey</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"exporter.crt\"</span>\n  <span class=\"token key atrule\">ssh</span><span class=\"token punctuation\">:</span>\n    <span class=\"token comment\"># secretName contains the name of the secret that contains the SSH private key which the importer will use to access the source system.</span>\n    <span class=\"token key atrule\">secretName</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"ces-importer-secret\"</span>\n    <span class=\"token comment\"># secretDataKey contains the key name within the secret that accommodates the actual exporter SSH private key as value.</span>\n    <span class=\"token key atrule\">secretDataKey</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"privateKey\"</span>\n  <span class=\"token key atrule\">migration</span><span class=\"token punctuation\">:</span>\n    <span class=\"token comment\"># regularSchedule triggers recurring migration jobs while the whole source system is running.</span>\n    <span class=\"token comment\"># Uses CRON notation like \"0 2 * * *\" in server time.</span>\n    <span class=\"token key atrule\">regularSchedule</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"\"</span>\n    <span class=\"token comment\"># finalSchedule triggers the finishing migration job while the source system is supposed to be void of active users.</span>\n    <span class=\"token comment\"># Uses RFC 3339 notation like 2025-04-03T12:34:56Z</span>\n    <span class=\"token key atrule\">finalSchedule</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"\"</span>\n    <span class=\"token comment\"># changeFQDN triggers the fqdn and certificate import.</span>\n    <span class=\"token comment\"># This is only taken into account if it is a final migration.</span>\n    <span class=\"token comment\"># Default: false</span>\n    <span class=\"token key atrule\">changeFQDN</span><span class=\"token punctuation\">:</span> <span class=\"token boolean important\">false</span>\n    <span class=\"token comment\"># maintenanceModeMessage is the message to been shown, when the maintenance mode gets activated at the source system.</span>\n    <span class=\"token key atrule\">maintenanceModeMessage</span><span class=\"token punctuation\">:</span>\n      <span class=\"token comment\"># title to be shown in the maintenance mode message.</span>\n      <span class=\"token key atrule\">title</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"Migration in progess.\"</span>\n      <span class=\"token comment\"># text to be shown in the maintenance mode message.</span>\n      <span class=\"token key atrule\">text</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"The migration of your instance is in progress.\"</span>\n  <span class=\"token key atrule\">job</span><span class=\"token punctuation\">:</span>\n    <span class=\"token comment\"># excludedDogus contains the names of dogus to exclude from the import. This is in addition to the dogus that are</span>\n    <span class=\"token comment\"># excluded because they do not exist as dogus on multinode clusters: monitoring, backup, and registrator</span>\n    <span class=\"token comment\"># example:</span>\n    <span class=\"token comment\">#   excludedDogus:</span>\n    <span class=\"token comment\">#   - jenkins</span>\n    <span class=\"token comment\">#   - cockpit</span>\n    <span class=\"token key atrule\">excludedDogus</span><span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span> <span class=\"token punctuation\">]</span>\n    <span class=\"token comment\"># excludedGlobalConfigurationKeys contains the names of configuration keys that are not dogu-specific to exclude from the</span>\n    <span class=\"token comment\"># import. For these configuration keys, the importing system will keep the current value. The keys in this list are</span>\n    <span class=\"token comment\"># added to the keys that are always excluded from the import, those will not be overwritten by this configuration.</span>\n    <span class=\"token comment\"># Always excluded keys are: fqdn, alternativeFQDNs, maintenance, and those starting with proxy/, k8s/ or</span>\n    <span class=\"token comment\"># certificate/</span>\n    <span class=\"token comment\"># example:</span>\n    <span class=\"token comment\">#   excludedGlobalConfigurationKeys:</span>\n    <span class=\"token comment\">#   - default_dogu</span>\n    <span class=\"token comment\">#   - otherKey</span>\n    <span class=\"token key atrule\">excludedGlobalConfigurationKeys</span><span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token punctuation\">]</span>\n    <span class=\"token comment\"># excludedDoguConfigurations contains the names of configuration keys that are dogu-specific to exclude from the</span>\n    <span class=\"token comment\"># import, grouped by dogu name</span>\n    <span class=\"token comment\"># example:</span>\n    <span class=\"token comment\">#   excludedDoguConfigurations:</span>\n    <span class=\"token comment\">#     - dogu: \"ldap\"</span>\n    <span class=\"token comment\">#       keys:</span>\n    <span class=\"token comment\">#       - admin_mail</span>\n    <span class=\"token comment\">#       - admin_username</span>\n    <span class=\"token key atrule\">excludedDoguConfigurationKeys</span><span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span><span class=\"token punctuation\">]</span>\n    <span class=\"token comment\"># exclude contains dogus with a pattern to exclude specific files during the import</span>\n    <span class=\"token comment\"># example:</span>\n    <span class=\"token comment\">#   exclude:</span>\n    <span class=\"token comment\">#   - dogu: \"official/jenkins\"</span>\n    <span class=\"token comment\">#     pattern:</span>\n    <span class=\"token comment\">#     - \"EXCLUDE_PATTERN_1\"</span>\n    <span class=\"token comment\">#     - \"EXCLUDE_PATTERN_2\"</span>\n    <span class=\"token key atrule\">exclude</span><span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span> <span class=\"token punctuation\">]</span>\n    <span class=\"token comment\"># verbose sets the data migrator to verbose logging</span>\n    <span class=\"token comment\"># This logs all migrated directories</span>\n    <span class=\"token key atrule\">verbose</span><span class=\"token punctuation\">:</span> <span class=\"token boolean important\">true</span>\n  <span class=\"token key atrule\">smtp</span><span class=\"token punctuation\">:</span>\n    <span class=\"token comment\"># enabled controls whether email notifications are sent.</span>\n    <span class=\"token comment\"># Default: false</span>\n    <span class=\"token key atrule\">enabled</span><span class=\"token punctuation\">:</span> <span class=\"token boolean important\">false</span>\n    <span class=\"token comment\"># The SMTP server hostname or IP address (e.g., mailhog, smtp.gmail.com)</span>\n    <span class=\"token key atrule\">server</span><span class=\"token punctuation\">:</span> smtp.example.com\n    <span class=\"token comment\"># The port the SMTP server listens on (25, 587 for TLS, 1025 for MailHog/dev)</span>\n    <span class=\"token key atrule\">port</span><span class=\"token punctuation\">:</span> <span class=\"token number\">25</span>\n    <span class=\"token comment\"># Optional: username for SMTP authentication (leave empty if not required)</span>\n    <span class=\"token key atrule\">username</span><span class=\"token punctuation\">:</span>\n    <span class=\"token comment\"># secretName contains the name of the secret that contains the smtp mail password which the importer will to send emails.</span>\n    <span class=\"token key atrule\">secretName</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"ces-importer-secret\"</span>\n    <span class=\"token comment\"># secretDataKey contains the key name that accommodates the actual exporter smtp mail password as value.</span>\n    <span class=\"token key atrule\">secretDataKey</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"mailPassword\"</span>\n    <span class=\"token comment\"># sender mail address</span>\n    <span class=\"token comment\"># Email address that appears in the \"From\" field of the email</span>\n    <span class=\"token key atrule\">from</span><span class=\"token punctuation\">:</span> importer@cloudogu.com\n    <span class=\"token comment\"># List of recipient email addresses</span>\n    <span class=\"token key atrule\">to</span><span class=\"token punctuation\">:</span> <span class=\"token punctuation\">[</span> <span class=\"token punctuation\">]</span>\n    <span class=\"token comment\"># useTLS configures the mail server to use TLS</span>\n    <span class=\"token comment\"># Disable, if the mail server does not support TLS, otherwise this will lead to errors</span>\n    <span class=\"token key atrule\">useTLS</span><span class=\"token punctuation\">:</span> <span class=\"token boolean important\">false</span>\n    <span class=\"token comment\"># skipTLSVerify configures the mail service to skip TLS verification when using TLS</span>\n    <span class=\"token key atrule\">skipTLSVerify</span><span class=\"token punctuation\">:</span> <span class=\"token boolean important\">false</span>\n    <span class=\"token comment\"># Name of the config map containing the tls CA</span>\n    <span class=\"token key atrule\">tlsConfigmapName</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"ces-importer-mail-ca\"</span>\n    <span class=\"token comment\"># Key in the configmap containing the actual tls CA value</span>\n    <span class=\"token key atrule\">tlsConfigmapKey</span><span class=\"token punctuation\">:</span> <span class=\"token string\">\"mail.crt\"</span></code></pre></div>","frontmatter":{"title":"","canonical":null},"fields":{"folders":["automatic_migration","reference"],"delocalizedSlug":"/usermanual/automatic_migration/reference/importer_configuration/","title":"Importer configuration","pageType":"usermanual"},"tableOfContents":"<ul>\n<li>\n<p><a href=\"/en/usermanual/automatic_migration/reference/importer_configuration/#importer-configuration\">Importer configuration</a></p>\n<ul>\n<li><a href=\"/en/usermanual/automatic_migration/reference/importer_configuration/#usage\">Usage</a></li>\n<li>\n<p><a href=\"/en/usermanual/automatic_migration/reference/importer_configuration/#available-config-values\">Available config values</a></p>\n<ul>\n<li><a href=\"/en/usermanual/automatic_migration/reference/importer_configuration/#reference-valuesyaml\">Reference values.yaml</a></li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>"},"allMarkdownRemark":{"edges":[{"node":{"fields":{"slug":"/usermanual/administrative_notes.en/","delocalizedSlug":"/usermanual/administrative_notes/","title":"Administration notes","folders":[],"pageType":"usermanual","delocalizedElement":"administrative_notes"}}},{"node":{"fields":{"slug":"/usermanual/glossar.en/","delocalizedSlug":"/usermanual/glossar/","title":"Glossary","folders":[],"pageType":"usermanual","delocalizedElement":"glossar"}}},{"node":{"fields":{"slug":"/usermanual/introduction.en/","delocalizedSlug":"/usermanual/introduction/","title":"Introduction","folders":[],"pageType":"usermanual","delocalizedElement":"introduction"}}},{"node":{"fields":{"slug":"/usermanual/admin/documentation.en/","delocalizedSlug":"/usermanual/admin/documentation/","title":"Documentation","folders":["admin"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/admin/howto.en/","delocalizedSlug":"/usermanual/admin/howto/","title":"How to","folders":["admin"],"pageType":"usermanual","delocalizedElement":"howto"}}},{"node":{"fields":{"slug":"/usermanual/admin/release_notes.en/","delocalizedSlug":"/usermanual/admin/release_notes/","title":"Release Notes","folders":["admin"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/backup/documentation.en/","delocalizedSlug":"/usermanual/backup/documentation/","title":"Documentation","folders":["backup"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/backup/release_notes.en/","delocalizedSlug":"/usermanual/backup/release_notes/","title":"Release Notes","folders":["backup"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/baseline/description.en/","delocalizedSlug":"/usermanual/baseline/description/","title":"About Baseline","folders":["baseline"],"pageType":"usermanual","delocalizedElement":"description"}}},{"node":{"fields":{"slug":"/usermanual/baseline/permissions.en/","delocalizedSlug":"/usermanual/baseline/permissions/","title":"Permissions","folders":["baseline"],"pageType":"usermanual","delocalizedElement":"permissions"}}},{"node":{"fields":{"slug":"/usermanual/baseline/project_configuration.en/","delocalizedSlug":"/usermanual/baseline/project_configuration/","title":"Configuration of the projects","folders":["baseline"],"pageType":"usermanual","delocalizedElement":"project_configuration"}}},{"node":{"fields":{"slug":"/usermanual/baseline/release_notes.en/","delocalizedSlug":"/usermanual/baseline/release_notes/","title":"Release Notes","folders":["baseline"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/baseline/web_ui.en/","delocalizedSlug":"/usermanual/baseline/web_ui/","title":"Web interface","folders":["baseline"],"pageType":"usermanual","delocalizedElement":"web_ui"}}},{"node":{"fields":{"slug":"/usermanual/cockpit/release_notes.en/","delocalizedSlug":"/usermanual/cockpit/release_notes/","title":"Release Notes","folders":["cockpit"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/easyredmine/about_er.en/","delocalizedSlug":"/usermanual/easyredmine/about_er/","title":"About Easy Redmine","folders":["easyredmine"],"pageType":"usermanual","delocalizedElement":"about_er"}}},{"node":{"fields":{"slug":"/usermanual/easyredmine/release_notes.en/","delocalizedSlug":"/usermanual/easyredmine/release_notes/","title":"Release Notes","folders":["easyredmine"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/grafana/documentation.en/","delocalizedSlug":"/usermanual/grafana/documentation/","title":"Documentation","folders":["grafana"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/grafana/release_notes.en/","delocalizedSlug":"/usermanual/grafana/release_notes/","title":"Release Notes","folders":["grafana"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/jenkins/documentation.en/","delocalizedSlug":"/usermanual/jenkins/documentation/","title":"Documentation","folders":["jenkins"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/jenkins/release_notes.en/","delocalizedSlug":"/usermanual/jenkins/release_notes/","title":"Release Notes","folders":["jenkins"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/nexus/documentation.en/","delocalizedSlug":"/usermanual/nexus/documentation/","title":"Documentation","folders":["nexus"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/plantuml/documentation.en/","delocalizedSlug":"/usermanual/plantuml/documentation/","title":"Documentation","folders":["plantuml"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/nexus/release_notes.en/","delocalizedSlug":"/usermanual/nexus/release_notes/","title":"Release Notes","folders":["nexus"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/plantuml/release_notes.en/","delocalizedSlug":"/usermanual/plantuml/release_notes/","title":"Release Notes","folders":["plantuml"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/portainer/documentation.en/","delocalizedSlug":"/usermanual/portainer/documentation/","title":"Documentation","folders":["portainer"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/portainer/release_notes.en/","delocalizedSlug":"/usermanual/portainer/release_notes/","title":"Release Notes","folders":["portainer"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/cockpit/documentation.en/","delocalizedSlug":"/usermanual/cockpit/documentation/","title":"Documentation","folders":["cockpit"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/redmine/documentation.en/","delocalizedSlug":"/usermanual/redmine/documentation/","title":"Documentation","folders":["redmine"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/redmine/release_notes.en/","delocalizedSlug":"/usermanual/redmine/release_notes/","title":"Release Notes","folders":["redmine"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/scm/documentation.en/","delocalizedSlug":"/usermanual/scm/documentation/","title":"Documentation","folders":["scm"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/scm/release_notes.en/","delocalizedSlug":"/usermanual/scm/release_notes/","title":"Release Notes","folders":["scm"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/smeagol/documentation.en/","delocalizedSlug":"/usermanual/smeagol/documentation/","title":"Documentation","folders":["smeagol"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/smeagol/release_notes.en/","delocalizedSlug":"/usermanual/smeagol/release_notes/","title":"Release Notes","folders":["smeagol"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/sonar/documentation.en/","delocalizedSlug":"/usermanual/sonar/documentation/","title":"Documentation","folders":["sonar"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/sonar/release_notes.en/","delocalizedSlug":"/usermanual/sonar/release_notes/","title":"Release Notes","folders":["sonar"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/swaggerui/documentation.en/","delocalizedSlug":"/usermanual/swaggerui/documentation/","title":"Documentation","folders":["swaggerui"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/swaggerui/release_notes.en/","delocalizedSlug":"/usermanual/swaggerui/release_notes/","title":"Release Notes","folders":["swaggerui"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/teamscale/documentation.en/","delocalizedSlug":"/usermanual/teamscale/documentation/","title":"Documentation","folders":["teamscale"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/teamscale/release_notes.en/","delocalizedSlug":"/usermanual/teamscale/release_notes/","title":"Release Notes","folders":["teamscale"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/usermgt/release_notes.en/","delocalizedSlug":"/usermanual/usermgt/release_notes/","title":"Release Notes","folders":["usermgt"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/usermgt/documentation.en/","delocalizedSlug":"/usermanual/usermgt/documentation/","title":"Documentation","folders":["usermgt"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/warp-menu/documentation.en/","delocalizedSlug":"/usermanual/warp-menu/documentation/","title":"Documentation","folders":["warp-menu"],"pageType":"usermanual","delocalizedElement":"documentation"}}},{"node":{"fields":{"slug":"/usermanual/warp-menu/release_notes.en/","delocalizedSlug":"/usermanual/warp-menu/release_notes/","title":"Release Notes","folders":["warp-menu"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/whitelabeling/Configuration.en/","delocalizedSlug":"/usermanual/whitelabeling/Configuration/","title":"Configuration of the Whitelabeling Dogu","folders":["whitelabeling"],"pageType":"usermanual","delocalizedElement":"Configuration"}}},{"node":{"fields":{"slug":"/usermanual/whitelabeling/release_notes.en/","delocalizedSlug":"/usermanual/whitelabeling/release_notes/","title":"Release Notes","folders":["whitelabeling"],"pageType":"usermanual","delocalizedElement":"release_notes"}}},{"node":{"fields":{"slug":"/usermanual/whitelabeling/Whitelabeling_archive.en/","delocalizedSlug":"/usermanual/whitelabeling/Whitelabeling_archive/","title":"Whitelabeling archive","folders":["whitelabeling"],"pageType":"usermanual","delocalizedElement":"Whitelabeling_archive"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/explanation/blueprints_during_migration.en/","delocalizedSlug":"/usermanual/automatic_migration/explanation/blueprints_during_migration/","title":"Blueprints During Migration","folders":["automatic_migration","explanation"],"pageType":"usermanual","delocalizedElement":"blueprints_during_migration"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/explanation/why_are_some_dogus_and_configurations_not_migrated.en/","delocalizedSlug":"/usermanual/automatic_migration/explanation/why_are_some_dogus_and_configurations_not_migrated/","title":"Why some Dogus and configurations are not migrated","folders":["automatic_migration","explanation"],"pageType":"usermanual","delocalizedElement":"why_are_some_dogus_and_configurations_not_migrated"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/explanation/equality_of_source_and_target.en/","delocalizedSlug":"/usermanual/automatic_migration/explanation/equality_of_source_and_target/","title":"Equality of source instance and target instance","folders":["automatic_migration","explanation"],"pageType":"usermanual","delocalizedElement":"equality_of_source_and_target"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/reference/OpenAPI_yaml.en/","delocalizedSlug":"/usermanual/automatic_migration/reference/OpenAPI_yaml/","title":"OpenAPI.yaml","folders":["automatic_migration","reference"],"pageType":"usermanual","delocalizedElement":"OpenAPI_yaml"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/reference/ces_mn_exporter_config.en/","delocalizedSlug":"/usermanual/automatic_migration/reference/ces_mn_exporter_config/","title":"CES-MN Exporter configuration","folders":["automatic_migration","reference"],"pageType":"usermanual","delocalizedElement":"ces_mn_exporter_config"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/reference/ces_vm_exporter_config.en/","delocalizedSlug":"/usermanual/automatic_migration/reference/ces_vm_exporter_config/","title":"CES-VM Exporter configuration","folders":["automatic_migration","reference"],"pageType":"usermanual","delocalizedElement":"ces_vm_exporter_config"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/reference/migration_flow.en/","delocalizedSlug":"/usermanual/automatic_migration/reference/migration_flow/","title":"Flowchart of the automatic migration","folders":["automatic_migration","reference"],"pageType":"usermanual","delocalizedElement":"migration_flow"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/reference/requirements.en/","delocalizedSlug":"/usermanual/automatic_migration/reference/requirements/","title":"Prerequisites","folders":["automatic_migration","reference"],"pageType":"usermanual","delocalizedElement":"requirements"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/reference/importer_configuration.en/","delocalizedSlug":"/usermanual/automatic_migration/reference/importer_configuration/","title":"Importer configuration","folders":["automatic_migration","reference"],"pageType":"usermanual","delocalizedElement":"importer_configuration"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/how_to_guides/create_equal_source_and_destination_instances.en/","delocalizedSlug":"/usermanual/automatic_migration/how_to_guides/create_equal_source_and_destination_instances/","title":"Ensure equality in source and target instance","folders":["automatic_migration","how_to_guides"],"pageType":"usermanual","delocalizedElement":"create_equal_source_and_destination_instances"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/how_to_guides/calculate_the_size_of_volumes.en/","delocalizedSlug":"/usermanual/automatic_migration/how_to_guides/calculate_the_size_of_volumes/","title":"Calculate volume size","folders":["automatic_migration","how_to_guides"],"pageType":"usermanual","delocalizedElement":"calculate_the_size_of_volumes"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/how_to_guides/deactivate_maintenance_mode_manually.en/","delocalizedSlug":"/usermanual/automatic_migration/how_to_guides/deactivate_maintenance_mode_manually/","title":"Manually deactivating the maintenance mode on the source instance","folders":["automatic_migration","how_to_guides"],"pageType":"usermanual","delocalizedElement":"deactivate_maintenance_mode_manually"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/how_to_guides/domain_change.en/","delocalizedSlug":"/usermanual/automatic_migration/how_to_guides/domain_change/","title":"Domain Change","folders":["automatic_migration","how_to_guides"],"pageType":"usermanual","delocalizedElement":"domain_change"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/how_to_guides/exclude_data_from_migration.en/","delocalizedSlug":"/usermanual/automatic_migration/how_to_guides/exclude_data_from_migration/","title":"Exclude data from the migration","folders":["automatic_migration","how_to_guides"],"pageType":"usermanual","delocalizedElement":"exclude_data_from_migration"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/how_to_guides/final_migration.en/","delocalizedSlug":"/usermanual/automatic_migration/how_to_guides/final_migration/","title":"Final migration","folders":["automatic_migration","how_to_guides"],"pageType":"usermanual","delocalizedElement":"final_migration"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/how_to_guides/install_ces_mn_exporter.en/","delocalizedSlug":"/usermanual/automatic_migration/how_to_guides/install_ces_mn_exporter/","title":"Installing the exporter in a CES-MN instance","folders":["automatic_migration","how_to_guides"],"pageType":"usermanual","delocalizedElement":"install_ces_mn_exporter"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/how_to_guides/install_ces_vm_exporter.en/","delocalizedSlug":"/usermanual/automatic_migration/how_to_guides/install_ces_vm_exporter/","title":"Installing the exporter in a CES-VM instance","folders":["automatic_migration","how_to_guides"],"pageType":"usermanual","delocalizedElement":"install_ces_vm_exporter"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/how_to_guides/install_importer.en/","delocalizedSlug":"/usermanual/automatic_migration/how_to_guides/install_importer/","title":"Installation of the importer","folders":["automatic_migration","how_to_guides"],"pageType":"usermanual","delocalizedElement":"install_importer"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/how_to_guides/mail_migration_results.en/","delocalizedSlug":"/usermanual/automatic_migration/how_to_guides/mail_migration_results/","title":"Email with migration results","folders":["automatic_migration","how_to_guides"],"pageType":"usermanual","delocalizedElement":"mail_migration_results"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/how_to_guides/preflight_check.en/","delocalizedSlug":"/usermanual/automatic_migration/how_to_guides/preflight_check/","title":"Perform a preflight check","folders":["automatic_migration","how_to_guides"],"pageType":"usermanual","delocalizedElement":"preflight_check"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/how_to_guides/start_the_migration.en/","delocalizedSlug":"/usermanual/automatic_migration/how_to_guides/start_the_migration/","title":"Start of the migration","folders":["automatic_migration","how_to_guides"],"pageType":"usermanual","delocalizedElement":"start_the_migration"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/how_to_guides/starting_import_manually.en/","delocalizedSlug":"/usermanual/automatic_migration/how_to_guides/starting_import_manually/","title":"Start import manually","folders":["automatic_migration","how_to_guides"],"pageType":"usermanual","delocalizedElement":"starting_import_manually"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/how_to_guides/troubleshooting.en/","delocalizedSlug":"/usermanual/automatic_migration/how_to_guides/troubleshooting/","title":"Troubleshooting","folders":["automatic_migration","how_to_guides"],"pageType":"usermanual","delocalizedElement":"troubleshooting"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/how_to_guides/use_custom_tls_ca.en/","delocalizedSlug":"/usermanual/automatic_migration/how_to_guides/use_custom_tls_ca/","title":"Using custom TLS CAs","folders":["automatic_migration","how_to_guides"],"pageType":"usermanual","delocalizedElement":"use_custom_tls_ca"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/tutorials/getting_started_CES_MN_to_multinode.en/","delocalizedSlug":"/usermanual/automatic_migration/tutorials/getting_started_CES_MN_to_multinode/","title":"First steps: Automatic migration from CES-MN to CES-MN","folders":["automatic_migration","tutorials"],"pageType":"usermanual","delocalizedElement":"getting_started_CES_MN_to_multinode"}}},{"node":{"fields":{"slug":"/usermanual/automatic_migration/tutorials/getting_started_CES_VM_to_multinode.en/","delocalizedSlug":"/usermanual/automatic_migration/tutorials/getting_started_CES_VM_to_multinode/","title":"First steps: Automatic migration from CES-VM to CES-MN","folders":["automatic_migration","tutorials"],"pageType":"usermanual","delocalizedElement":"getting_started_CES_VM_to_multinode"}}},{"node":{"fields":{"slug":"/usermanual/easyredmine/er13/1_administrators_checklist.en/","delocalizedSlug":"/usermanual/easyredmine/er13/1_administrators_checklist/","title":"1. Checklist for Administration","folders":["easyredmine","er13"],"pageType":"usermanual","delocalizedElement":"1_administrators_checklist"}}},{"node":{"fields":{"slug":"/usermanual/easyredmine/er13/3_task_tracking.en/","delocalizedSlug":"/usermanual/easyredmine/er13/3_task_tracking/","title":"3. Task and Time Tracking","folders":["easyredmine","er13"],"pageType":"usermanual","delocalizedElement":"3_task_tracking"}}},{"node":{"fields":{"slug":"/usermanual/easyredmine/er13/2_project_lifecycle.en/","delocalizedSlug":"/usermanual/easyredmine/er13/2_project_lifecycle/","title":"2. Project Life Cycle","folders":["easyredmine","er13"],"pageType":"usermanual","delocalizedElement":"2_project_lifecycle"}}},{"node":{"fields":{"slug":"/usermanual/easyredmine/er13/4_personal_work_management.en/","delocalizedSlug":"/usermanual/easyredmine/er13/4_personal_work_management/","title":"4. Personal Work Management","folders":["easyredmine","er13"],"pageType":"usermanual","delocalizedElement":"4_personal_work_management"}}},{"node":{"fields":{"slug":"/usermanual/easyredmine/er14/1_administrators_checklist.en/","delocalizedSlug":"/usermanual/easyredmine/er14/1_administrators_checklist/","title":"1. Administration Checklist","folders":["easyredmine","er14"],"pageType":"usermanual","delocalizedElement":"1_administrators_checklist"}}},{"node":{"fields":{"slug":"/usermanual/easyredmine/er14/2_project_lifecycle.en/","delocalizedSlug":"/usermanual/easyredmine/er14/2_project_lifecycle/","title":"2. Project Lifecycle","folders":["easyredmine","er14"],"pageType":"usermanual","delocalizedElement":"2_project_lifecycle"}}},{"node":{"fields":{"slug":"/usermanual/easyredmine/er14/3_task_tracking.en/","delocalizedSlug":"/usermanual/easyredmine/er14/3_task_tracking/","title":"3. Tasks and Time Tracking","folders":["easyredmine","er14"],"pageType":"usermanual","delocalizedElement":"3_task_tracking"}}},{"node":{"fields":{"slug":"/usermanual/easyredmine/er14/4_personal_work_management.en/","delocalizedSlug":"/usermanual/easyredmine/er14/4_personal_work_management/","title":"4. Personal Work Management","folders":["easyredmine","er14"],"pageType":"usermanual","delocalizedElement":"4_personal_work_management"}}}]},"site":{"siteMetadata":{"feedbackForumUrl":"https://community.cloudogu.com/c/cloudogu-ecosystem/ecosystem-docs/43"}}},"pageContext":{"slug":"/usermanual/automatic_migration/reference/importer_configuration/","pageType":"usermanual","locale":"en","hrefLang":"en-US","originalPath":"/usermanual/automatic_migration/reference/importer_configuration/","dateFormat":"MM/DD/YYYY"}},"staticQueryHashes":["1239077767","1958541892","1958541892","3280999885","3280999885","3963778127","914906612"]}