Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 2.29 KB

phase-4-post-installation.adoc

File metadata and controls

56 lines (41 loc) · 2.29 KB
contentTags
platform
Server v4.1
Server Admin

Phase 4 - Post installation

Before you begin with the CircleCI server v4.x post installation phase, ensure you have run through Phase 1 – Prerequisites, Phase 2 - Core Services Installation and Phase 3 - Execution Environments Installation.

Note
In the following sections, replace any sections indicated by < > with your details.

Backup and restore

Backups of CircleCI server can be created through Velero which is detailed in our Backup and Restore documentation.

Email Notifications

Add email notification support by adding the following to values.yaml:

smtp:
  host: <hostname-of-submission-server>
  user: <username-for-submission-server>
  password: <password-for-submission-server
  port: <mail-port>

Managing orbs

CircleCI server installations include their own local orb registry. This registry is private to the server installation. All orbs referenced in project configs reference the orbs in the server orb registry. You are responsible for maintaining orbs. This includes:

  • Copying orbs from the public registry.

  • Updating orbs that may have been copied previously.

  • Registering your company’s private orbs, if you have any.

For more information and steps to complete these tasks, see the Orbs on server guide.