Installing Atomia GDPR Web API
Before you begin
Make sure that you have the GdprDataProvider
entry under the General
section in your unattended.ini file on the server where Atomia GDPR Web API is to be installed. The value should be set to MsSqlDataProvider
if MSSQL DB is used or to PostgreSqlDataProvider
if the Postgres DB is used, for example:
GdprDataProvider = MsSqlDataProvider
In case Postgres DB is used, then GdprConnectionString
parameter also needs to be added under General
section. For example:
GdprConnectionString = Server=127.0.0.1;database=atomiagdpr;user id=admin;password=somepassword321
Installing Atomia GDPR Web API
Use Atomia installer and follow the instructions.