You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched existing issues and found nothing related to my issue.
Describe the feature you want to add
To mitigate faulty operation the AU plugin must autoupdate from a known high uptime AspireCloud repository (the one run by AspirePress?). Changes in protocol, emergency break fix and other "acts of G-d" could require an emergency update and all sites running AU need to quickly update. The Must-Use feature (#136) could also be related to this request.
Mockups or Images of the feature
none yet, but in theory a mockup could show a notice on dashboard that shows that AU is out of date, maybe support for an emergency banner showing out of date status with a link to update (if auto-update failed somehow).
The text was updated successfully, but these errors were encountered:
I suggest that we avoid the need to force the "main" AspirePress repository for AspireUpdate updates so that we can completely decouple updates from AspireCloud/AspireSync operation.
Instead, we can leverage our existing Git Updater integration along with also integrating Git Updater Lite. This means update checks of 6 hours rather than WordPress Core's default of 12 hours, and will reduce overhead on client sites as they won't need to have Git Updater installed.
What this means in actionable terms:
Install Git Updater 12.7 or later on the main website.
Integrate AspireUpdate with Git Updater Lite. This means a very small Composer library and ~2 lines of code in AspireUpdate to integrate it.
Install AspireUpdate on the main website. It doesn't even need to be active.
The main website then becomes our update server, with GitHub being our asset host. Each time we issue a new tagged release from this repository, an update will be displayed on all client websites within 6 hours to install that tagged release.
I have checked the following:
Describe the feature you want to add
To mitigate faulty operation the AU plugin must autoupdate from a known high uptime AspireCloud repository (the one run by AspirePress?). Changes in protocol, emergency break fix and other "acts of G-d" could require an emergency update and all sites running AU need to quickly update. The Must-Use feature (#136) could also be related to this request.
Mockups or Images of the feature
none yet, but in theory a mockup could show a notice on dashboard that shows that AU is out of date, maybe support for an emergency banner showing out of date status with a link to update (if auto-update failed somehow).
The text was updated successfully, but these errors were encountered: