Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Div
classtitle-box lead


Excerpt

Maintenance of your Registry installation is an important part of ensuring that you are getting the value and impact that you need from this important tool. This page provides information about upgrading the Registry, managing backups, and a few advanced use cases for more experienced users.




Panel
bgColor#d9d9d9
titleColor#3e3e3f
titleBGColor#bed73b
borderStylenone
titleOn this Page

Table of Contents
maxLevel3
indent20px
stylenone



Upgrading Registry

If you have previously installed COmanage Registry, follow the instructions at "Upgrading Registry".

Backups

Backing up COmanage Registry is as straightforward as backing up the database that you are using. All configurations and data for your instance of COmanage are stored within the database.

Useful resources



Panel
borderColor#3e3e3f
bgColor#ffffff
titleColor#ffffff
borderWidth2
titleBGColor#3e3e3f
borderStylesolid
titleAdvanced Use Case

Incorporating features that haven't yet been released

Warning

This approach is only advisable for teams with internal DevOps and technical resources, and a strong familiarity with PHP, Github, and systems management. There is always a risk to using in-progress code in a production environment, and doing so should only be considered when absolutely required.

Although rare, there can be occasions when institutions will find it necessary to incorporate a developed feature before it is generally available in a released version of the Registry. In these situations, it is possible to incorporate all or some of the work in the working "Develop Branch" of the code repository where the development team is committing their work.

If you are sure that your institution has this need, first re-read the warning box above, and then peruse the following links for more information:



CSS Stylesheet
.home-banner {
                    background: #ffffff;
                    color: #d44415;
                    font-size: 20px;
                    padding: 20px;
                    }
                    .home-banner h1 {
                    color: #5e2b97;
					font-size:2.5em;
                    }
                    .title-box {
                    border: 0px solid #ff5b2d
                    padding: 10px;
				 	padding-bottom: 30px;
                    }
                    .title-box > h2 {
                    /*background: #5e2b97;*/
				 	border-top: 3px solid #c2d6d6;
                    bottom: 10px;
                    /*color: #c2d6d6;*/
                    /*margin-left: -10px;*/
                    /*margin-right: -10px;*/
                    padding: 1em 0 0;
                    position: relative;
                    }
                    .cfm-blog-image > img {
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                    }
					.lead > p {
					line-height: 2;
					font-size: 1.5em;
					}
					.about-box {
					border-top: 1px solid #c2d6d6;
					border-bottom: 2px solid #c2d6d6;
					padding: 10px;
					padding-top: 30px;
					padding-bottom: 30px;
					}
					.about-box > p {
					font-size: 0.9em;
					font-style: italic;
					}
					.about-box > h3 {
					font-size: 0.9em;
					}
}