Fariborz, Adding to what Lucian said, you may be able to filter the required configurations by category and component.
-Jithin From: Nux <n...@li.nux.ro> Date: Thursday, 27 June 2024 at 2:04 AM To: users@cloudstack.apache.org <users@cloudstack.apache.org> Cc: Fariborz Navidan <mdvlinqu...@gmail.com> Subject: Re: Copying global settings to new infrastructure Hello, It is possible in theory, the config options are stored in the DB in cloud.configuration table, but this table also contains things that are unique to each installation and are not shown in the UI, such as ca.plugin.root.ca.certificate and so on, simply importing this table could work, but also backfire and send you chasing weird problems and waste time. HTH On 2024-06-26 21:15, Fariborz Navidan wrote: > Hello Guys, > > We are going tp migrate our servers to a different data center. We'll > need > to install and configure cloudstack from the scratch. Is it possible to > copy all the global settings from one cloudstack installation to a new > one? > > All the best.