We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A common way to force a re-upgrade from the GUI, is by resetting the Cacti version to a lower version via the database using the syntax below:
UPDATE version SET cacti='some_previous_version';
When you do this, the GUI upgrade will not work properly and you get locked out of Cacti.
Cacti should be easy to use.
The text was updated successfully, but these errors were encountered:
Fixing Issue #4197 - Installer hangs on rollback
13d0ae3
When attempting to do a rollback on versions, the installer will not restart
No branches or pull requests
Describe the bug
A common way to force a re-upgrade from the GUI, is by resetting the Cacti version to a lower version via the database using the syntax below:
When you do this, the GUI upgrade will not work properly and you get locked out of Cacti.
Expected behavior
Cacti should be easy to use.
The text was updated successfully, but these errors were encountered: