Versions Compared

Key

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

...

Some information you will need

You first need to gatehr gather some information about the database server. You will need the hostname, port, database name and password. You can find all that information in the Continua.Server.Service.exe.config file. The default location is: C:\Program Files\VSoft Technologies\ContinuaCI\Server

...

After opening the file, look for this section:

 

Code Block
<!-- Current -->
<property name="connection.driver_class">NHibernate.Driver.NpgsqlDriver</property>
<property name="dialect">NHibernate.Dialect.PostgreSQL82Dialect</property>
<property name="connection.connection_string">Server=127.0.0.1;Port=9001;Database=ContinuaCI;User Id=postgres;Password=dsf99EDF983245LJfsdf;MinPoolSize=10;MaxPoolSize=256</property>

The last line contains all the information you need to connect to backup/restore the database.

...