Start Building for Free
CircleCI.comAcademyBlogCommunitySupport

Phase 4 - Post installation

6 months ago1 min read
Server v4.x
Server Admin
On This Page

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.

Backup and restore

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

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.


Suggest an edit to this page

Make a contribution
Learn how to contribute