-
-
Notifications
You must be signed in to change notification settings - Fork 436
When running the upgrade database script, cursor is left in the middle of the row #5987
Copy link
Copy link
Closed
Labels
bugUndesired behaviourUndesired behaviourconfirmedBug is confirm by dev teamBug is confirm by dev teamresolvedA fixed issueA fixed issue
Milestone
Description
When performing upgrade_database.php script, after repair the prompt returns attached to the last executed line of the script and not to a new line.
Expected behavior:
Cacti 1.2.x
from
root@myserver:/var/www/html/cacti-1.2# php -q cli/upgrade_database.php --forcever=1.2.26
NOTE: Repairing Tables for Local Database
Upgrading from v1.2.26
Upgrading from v1.2.26 (DB 1.2.29) to v1.2.27
+++++root@myserver:/var/www/html/cacti-1.2#
to
root@myserver:/var/www/html/cacti-1.2# php -q cli/upgrade_database.php --forcever=1.2.26
NOTE: Repairing Tables for Local Database
Upgrading from v1.2.26
Upgrading from v1.2.26 (DB 1.2.29) to v1.2.27
+++++
root@myserver:/var/www/html/cacti-1.2#
Cacti 1.3.0 Dev
from
root@myserver:/var/www/html/cacti# php -q cli/upgrade_database.php --forcever=1.2.29
NOTE: Repairing Tables for Local Database
Upgrading from v1.2.29
Performing Database Upgrade
- from v1.2.29 (DB 1.3.0.99.1734006715.66c5c877)
to v1.3.0
++++++++++++++++++++++++++++++++++++++++++++++++++root@myserver:/var/www/html/cacti#
to
root@myserver:/var/www/html/cacti# php -q cli/upgrade_database.php --forcever=1.2.29
NOTE: Repairing Tables for Local Database
Upgrading from v1.2.29
Performing Database Upgrade
- from v1.2.29 (DB 1.3.0.99.1734006715.66c5c877)
to v1.3.0
++++++++++++++++++++++++++++++++++++++++++++++++++
root@myserver:/var/www/html/cacti#
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugUndesired behaviourUndesired behaviourconfirmedBug is confirm by dev teamBug is confirm by dev teamresolvedA fixed issueA fixed issue