Migrate 3.x data to 4.x
The Continuous Delivery for PE 4.x series runs on a managed Kubernetes cluster, so you must migrate your 3.x series data to the new installation.
- Upgrade your existing 3.x installation to version 3.13.8.
- Create a new installation of Continuous Delivery for PE version 4.x.
- From the version 3.x root console, run the migration task.
- Restart the 4.x installation, which is now populated with your 3.x data.
What is migrated?
- The database, which contains all your Continuous Delivery for PE 3.x
installation's information, users, integrations, history, and artifacts
(except job commands and job logs). Note: If you configured your 4.x installation to use an externally managed PostgreSQL database, this step is skipped.
- The object store, which contains all of your 3.x installation's job commands
and job logs. Note: The 4.x series replaces external Artifactory and Amazon S3 object storage with a built-in highly available object storage system. Your 3.x object store is migrated to the built-in 4x object store.
- Any of these configuration settings, if in use on
3.x:
CD4PE_REPO_CACHE_RETRIEVAL_TIMEOUT_MINUTES CD4PE_LDAP_GROUP_SEARCH_SIZE_LIMIT CD4PE_ENABLE_REPO_CACHING CD4PE_HTTP_CONNECTION_TIMEOUT_SEC CD4PE_HTTP_READ_TIMEOUT_SEC CD4PE_HTTP_WRITE_TIMEOUT_SEC CD4PE_HTTP_REQUEST_TIMEOUT_SEC CD4PE_INCLUDE_GIT_HISTORY_FOR_CD4PE_JOBS CD4PE_JOB_GLOBAL_TIMEOUT_MINUTES CD4PE_JOB_HTTP_READ_TIMEOUT_MINUTES
- The webhooks between your source control system and the Continuous Delivery for PE backend endpoint URL. Note: This step is optional when running the migration task. The migration task is designed safely run multiple times, so you can make sure your 4.x installation is ready for full-time use before you enable webhook updates.
- The 3.x root user, because you create a new root user when installing 4.x.
- The
JVM_ARGS
configuration setting, if in use on 3.x. - These backup tables created for you by Continuous Delivery for PE
during the 3.x series:
-
app-pipelines-3-0-backup.pfi
, which was created during the upgrade from 2.x to 3.x -
pe-ia-node-results-cve-2020-7944-backup.pfi
andpe-ia-resource-results-cve-2020-7944-backup.pfi
, which were created as part of the CVE 2020-7944 remediation in version 3.4.0
-
Migration cautions
A super user or the root user must perform this process.
Migrating from a local database in a 3.x installation to an external database in a 4.x installation is not supported.
Run the migration task
The migration task uses temporary credentials to establish a connection between your 3.x and 4.x installations, then migrates your 3.x installation data to your new 4.x installation.
- Upgrade your 3.x installation to version 3.13.8. The migration task fails if you run it on any other 3.x version.
- Create a new 4.x installation:
- Review the Puppet Application Manager (PAM) system requirements.
- Follow the instructions for your environment to Install PAM.
- For hosts with internet access, Deploy Continuous Delivery for PE. For airgapped hosts, Deploy Continuous Delivery for PE offline.
CAUTION: Do not configure integrations or create new data in the 4.x installation until you complete migration. - Make sure your 3.x installation can reach the Kubernetes API running on your 4.x installation.
- If your 4.x installation is behind a proxy, set
HTTP_PROXY
andHTTPS_PROXY
as values for thecd4pe_docker_extra_params
parameter on thecd4pe
class for your 3.x installation, passing in the URL of your proxy.Note: To pass additional arguments to the Docker process running the Continuous Delivery for PE container, you must specify them as an array. For example:"-e HTTPS_PROXY=https://proxy.example.com", "-e HTTP_PROXY=https://proxy.example.com"
Test the new 4.x installation
You must thoroughly test the 4.x installation to make sure the data was properly migrated and all functionality is working as expected.
-
Test the data migration to make sure your 3.x installation's data is present in
your 4.x installation. For each workspace in your 4.x installation:
- Review event logs for all control repos and modules.
- Check that all jobs and hardware connections are present.
- Check that all users and user groups are present.
- If any data is missing or looks incorrect, rerun the migration task.
- Test manual pipeline runs to make sure your 4.x installation is functioning properly. For each workspace in your 4.x installation, trigger a manual pipeline run for all control repos and modules. To do this, select Trigger pipeline from the Manual actions menu above each pipeline.
Update webhooks
As the final step in the 3.x to 4.x data migration process, update the webhooks that connect Continuous Delivery for Puppet Enterprise (PE) to your source control system.
- In the Continuous Delivery for PE 3.x root console, navigate to and copy the backend service endpoint.
- In the Continuous Delivery for PE 4.x root console, click , and enter the backend service endpoint you copied from the 3.x root console.
- Click Update webhooks.
Post-migration guidance and troubleshooting
After migrating Continuous Delivery for Puppet Enterprise (PE) data from 3.x to 4.x, thouroughly testing your 4.x installation, and updating webhooks, you're ready to begin using 4.x with your team. However, do not immediately decommission your 3.x installation. You may need to roll back to 3.x if issues arise.
Maintaining your dormant 3.x installation for an extended test period allows you to roll back to 3.x and prevent production environment disruptions if an issue arises with your 4.x migration.
Rolling back to 3.x
- In your Continuous Delivery for PE 3.x installation's web UI, navigate to a control repo's pipeline and click Manage pipelines.
- Select Manage in the web UI and locate the Automation webhook section where the webhook (including token) for your control repo is shown.
- Copy the webhook and navigate to the corresponding repository in your source control system. Add the 3.x webhook to the repository and remove the 4.x webhook.
- Repeat this process for each control repo and module repo in your 3.x installation.
- Generate a new access token for each PE instance connected to the 3.x installation. In the Continuous Delivery for PE web UI, navigate to and click .
- Select Basic authorization or API
token and enter the required information:
- For Basic authorization, enter the username and password for your "Continuous Delivery" user. Continuous Delivery for PE uses this information to generate an API token for you. The username and password are not saved.
- For API token, generate a PE access token for your "Continuous
Delivery" user using
puppet-access
or the RBAC API v1 service, and paste it into the API token field. For information about generating PE access tokens and the RBAC API v1 service, see Token-based authentication in the PE documentation.Note: To avoid unintended service interruptions, create access tokens with a multi-year lifespans.
Once the 3.x webhooks and new PE access tokens are in place, you can resume using the 3.x installation.
When you're ready to return to 4.x, repeat the migration process, starting with Run the migration task.