How to transfer the configuration of an installagion from one environment (dev) to another e.g. QA
Answered
In the environment you can configure a lot of details like fonts, colors, spacing, email layout and much more.
It's simple, but it's spread over many pages/tabs and there's a lot of licking to do.
To make sure that all our environments are really the same, I would like to transfer the configuration and content settings easily.
Is there a standard procedure or a ToDo reference I can follow?
;) Stefan
Hello Stefan,
Thank you for reaching out to yellowfin support,
When you say you want to move from one environment to another, are you intending a Yellowfin upgrade or are you moving the config database, or both?
By that I mean, if you are simply installing the application elsewhere, if it's the same version then you can connect to the same database. Or if you are just moving the database, you can back it up and restore it and then reconnect your Yellowfin instance to the same database.
There's also the REST API, which has a web service for getting and updating system configuration options, see our REST API dev wiki here) . You could then write a file that includes all those updates to be run in one go.
Let me know if that helps answer your question.
Regards
Nishant
Hello Stefan,
Thank you for reaching out to yellowfin support,
When you say you want to move from one environment to another, are you intending a Yellowfin upgrade or are you moving the config database, or both?
By that I mean, if you are simply installing the application elsewhere, if it's the same version then you can connect to the same database. Or if you are just moving the database, you can back it up and restore it and then reconnect your Yellowfin instance to the same database.
There's also the REST API, which has a web service for getting and updating system configuration options, see our REST API dev wiki here) . You could then write a file that includes all those updates to be run in one go.
Let me know if that helps answer your question.
Regards
Nishant
Replies have been locked on this page!