# Problems after migrating ContinuaCI to another Server (and PostgreSQL-Server)

**URL:** https://www.finalbuilder.com/forums/t/problems-after-migrating-continuaci-to-another-server-and-postgresql-server/6476
**Category:** Bugs
**Created:** [April 19, 2019, 2:02am UTC](https://www.finalbuilder.com/forums/t/problems-after-migrating-continuaci-to-another-server-and-postgresql-server/6476 "2019-04-19T02:02:37Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Sparky](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/sparky/32/10_2.png) [@Sparky](https://www.finalbuilder.com/forums/u/Sparky)
#### Post date: [April 19, 2019, 11:03pm UTC](https://www.finalbuilder.com/forums/t/problems-after-migrating-continuaci-to-another-server-and-postgresql-server/6476/2 "2019-04-19T23:03:02Z")

</div>

Hi Christian,

This error occurs when attempting to decrypt an encrypted string using the wrong encryption key. The encryption keys are stored in the `<appSettings>` section of server configuration file:

```auto
 <add key="Continua.HashSalt" value="***"/> 
 <add key="Continua.SymmetricEncryptionKey" value="***"/>
 <add key="Continua.SymmetricEncryptionVector" value="***"/>

```

When migrating ensure that these keys are copied from the old server to the new server.

The sever configuration file is located at \<continua\_install\_path\>\Server\Continua.Server.Service.config. By default, this is at %ProgramFiles%\VSoft Technologies\ContinuaCI\Server

Note that this file also contains the connection string for the database.

---

_[View the full topic](https://www.finalbuilder.com/forums/t/problems-after-migrating-continuaci-to-another-server-and-postgresql-server/6476)._
