Posts: 1,665
Threads: 644
Joined: Aug 2016
Reputation:
164
In iPBX there a interesting resource, when system need admin execute a upgrade, system shows a warning message until admin click on update.
I suggest, implement something like that in system
After updated with git, system shows for admin user, will need execute a corebos updater.
I see there a file updated when new itens included for corebos_updated. This file can be this controle para this warning.
Ranieri
eCRM Web
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
good idea. I have added it to our todo list
Joe
TSolucio
Posts: 1,665
Threads: 644
Joined: Aug 2016
Reputation:
164
10-06-2019, 04:11 PM
(This post was last modified: 10-06-2019, 04:30 PM by rslemer.)
I can suggested for do that, could be created at cron service for do the similar as button "load updates" does, and created a new global variable to admin choose if you wish only a warning, download or apply automatically
what you think about that?
Ranieri
eCRM Web
Posts: 1,665
Threads: 644
Joined: Aug 2016
Reputation:
164
Let me ask, last date corebos_updater was executed, is write into system ?
If yes, and it is possible show this date, we can uses combined with GV Application_UI_ShowGITDate to "deduce" that. I means, last corebos_updter should be equal or greather than git last updated, right?
And when uses this kind GV, I will crete a overhead for loading this value? I means system get this information one time in same session, or each screen printed ?
thanks for your support.
Ranieri
eCRM Web
Posts: 1,665
Threads: 644
Joined: Aug 2016
Reputation:
164
the intention is to make the application "monitorable" by tools like Nagios or Zabbiz that use this information on the screen to manage the environment
Access to the database or application directory can be implemented, but more systems with passwords and permissions to manage
if this information were on the login screen, as in others, it would be easier
but, no problem, let's try another way
thanks for your support.
Ranieri
eCRM Web
Posts: 1,665
Threads: 644
Joined: Aug 2016
Reputation:
164
ok, sure, it is a good ideia.
thanks!
Ranieri
eCRM Web