How to use custom DB when deploying an app in Mendix Cloud?

0
Hi, I'm a new Mendix developer. In localce I have set, among the configurations, the DB to which the App should point instead of the internal Mendix one.   From the documentation I read that these configurations are lost when Mendix is ​​released on the cloud and that they must be replicated there.I tried to set the DB data among the Custom Runtime Settings but when I try to insert the DB data I get this error:     Am I doing something wrong? Or should I leave everything unchanged on the Cloud and manually modify all the DB calls from code on the App making them point directly to the external DB?   Thanks a lot for the help Giovanni 
asked
1 answers
1

Hi Giovanni,

 

With using Custom Runtime Settings mentioned actions only you can able to perform.

 

  • CACertificates
  • ClientCertificatePasswords
  • ClientCertificates
  • com.mendix.core.localfilesystem.cleaning.isEnabled
  • com.mendix.core.localfilesystem.cleaning.time
  • com.mendix.storage.azure.*
  • com.mendix.storage.s3.*
  • DatabaseHost
  • DatabaseJdbcUrl
  • DatabaseName
  • DatabasePassword
  • DatabaseType
  • DatabaseUserName
  • DatabaseUseSsl
  • JavaKeyStorePassword
  • LogFileName
  • MaxLogFileCount
  • MaxLogFileSize
  • MyScheduledEvents
  • OracleServiceName
  • ScheduledEventExecution
  • TempPath
  • WebServiceClientCertificates

If you are trying above mention action still same error then kindly contact Mendix support team while raising request here Support

 

Hope it helps!

Thanks & Regards,

Manikandan K

answered