Upgrade Guide¶
If you already have an installation of Colectica Repository and would like to upgrade to a newer version, follow these instructions.
See also
See Deployment Guide for details on instructions for first-time installation.
Download and extract the latest
ColecticaRepository-version.zipfile.Stop the Colectica Repository IIS site.
Back up your
web.configand files in the\Config\directory.Copy the new
ColecticaRepositorydirectory contents into your existingColecticaRepositorydeployment directory, overwriting the existing files.Copy your backed up
web.configand files in the\Config\directory into theColecticaRepositoryto overwrite the default settings.Restart the Colectica Repository IIS site.
Using Colectica Designer, test to ensure you have access to the Repository.
Upgrading from Releases Earlier than 5.3.6233¶
Starting with version 5.3.6233, the all Colectica products now build using .NET 4.5. Perform these additional steps
If using Postgres, the Postgres connection string has changed slightly and should be updated in the
RepositoryDir\Config\Repository.ConnectionStrings.postgres.configfile. See the new format in Update Web.Config for Colectica RepositoryIf using Postgres, the Postgres data providers definition has changed slightly. The new release of the config file in
RepositoryDir\Config\DbProviderFactories.configshould overwrite your existing file.