Do you have the instructions to perform the Volo Docs installation on a Linux CentOs 8.x using Postgress 12.x database.
We tried installing it using the following link
https://docs.abp.io/en/abp/latest/Apps/VoloDocs
The first issue we cannot connect to the Postgress SQL database, even trying with several connections strings. The second Issue we tried to execute it using <span class="colour" style="color: rgb(40, 167, 69);">VoloDocs.Web </span>with no success nor trying to deploy the web application using apache and all ASP.NET dependencies.
Please let us know if you require any additional information.
Thank you!
3 Answer(s)
-
-1
hi ricardo,
let's go step by step, if you are changing the database provider, you need to delete all existing migrations and add the migrations for your database provider. see this https://docs.abp.io/en/abp/latest/Entity-Framework-Core-Other-DBMS
-
0
Ok does that includes all ABP platform?
-
0
yes, if you change the database provider, you need to remove all migrations and add again, because each DBMS has its own data limitations. please read https://docs.abp.io/en/abp/latest/Entity-Framework-Core-Other-DBMS