[solve] Globalvariables - table in BD - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: [solve] Globalvariables - table in BD (/showthread.php?tid=789) |
[solve] Globalvariables - table in BD - rslemer - 12-10-2017 Global Variables can be set directly into database ? My question, is, If I get a fresh install, and insert manually values in BD, will work? Or I need set one to one, thru GlobalVariables screen module? -- I need created a script, for redo my system, if server crashed or disaster in my production environment, for compliance rules. Thanks for your support. RE: Globalvariables - table in BD - joebordes - 12-11-2017 Export the variables then import the records in your new install. The real problem with constructing a system again is the users and roles. There are some scripts in HelperScripts that may help but I really recommend redundant database and storage backups RE: Globalvariables - table in BD - rslemer - 12-11-2017 Export and Import is good option, thanks! |