It would be handy to have information about instance creation on a YAML file. It could serve for recreating an instance, for creating it, etc. It would serve as an instance registry that could be used by the maintenance scripts to gather information too. For example: if you choose to configure --zebra-lang fr on creation, and we had such a registry, we could be able to make the right decision on upgrades, to also populate the instance with the right files too. It is just an example of course. Another example: everytime an entry is added to koha-conf.xml, we could have the information to re-create the koha-conf.xml file with the rigt options too.
(In reply to Tomás Cohen Arazi from comment #0) > It would be handy to have information about instance creation on a YAML > file. It could serve for recreating an instance, for creating it, etc. Something on similar lines: Bug 12824, comment 4 by Magnus Bug 12824, comment 4 by Robin
(In reply to Indranil Das Gupta from comment #1) > (In reply to Tomás Cohen Arazi from comment #0) > > It would be handy to have information about instance creation on a YAML > > file. It could serve for recreating an instance, for creating it, etc. > That should read as Something on similar lines: Bug 12824, comment 0 by Magnus Bug 12824, comment 4 by Robin
(In reply to Indranil Das Gupta from comment #2) > (In reply to Indranil Das Gupta from comment #1) > > (In reply to Tomás Cohen Arazi from comment #0) > > > It would be handy to have information about instance creation on a YAML > > > file. It could serve for recreating an instance, for creating it, etc. > > > > That should read as > > Something on similar lines: > > Bug 12824, comment 0 by Magnus > > Bug 12824, comment 4 by Robin They are related, but talk about different things. Because a cli tool for manipulating the instance's koha-conf.xml file is one thing, and a registry of how instances were created is another one.
(In reply to Tomás Cohen Arazi from comment #3) > (In reply to Indranil Das Gupta from comment #2) <snipped> > They are related, but talk about different things. Because a cli tool for > manipulating the instance's koha-conf.xml file is one thing, and a registry > of how instances were created is another one. You are right! So more like a YAML based "install log" that can cross-checked / replayed etc?
(In reply to Indranil Das Gupta from comment #4) > (In reply to Tomás Cohen Arazi from comment #3) > > (In reply to Indranil Das Gupta from comment #2) > <snipped> > > They are related, but talk about different things. Because a cli tool for > > manipulating the instance's koha-conf.xml file is one thing, and a registry > > of how instances were created is another one. > > You are right! So more like a YAML based "install log" that can > cross-checked / replayed etc? Yeah, so better upgrade path for packages too.