opennetadmin / ona

OpenNetAdmin IP Address Management (IPAM) system
opennetadmin.com
GNU General Public License v2.0
136 stars 35 forks source link

upgrading 13.03.01 to 17.12.22 with remote mysql server #121

Closed niesenjo closed 6 years ago

niesenjo commented 6 years ago

After successfully grabbing the version information from the db using the local settings username and password for the remote db, the upgrade process errors that access is denied for the user "using password: NO". Attaching an image of this result:

onaupgrade

Testing password changes, it appears that by changing the settings to a non-working password, the initial evaluation of the db returns with access is denied for the user "using password: YES" as compared to this message saying it is not using password. This doesn't return the version information when doing tests.

mattpascoe commented 6 years ago

I just released another new version this morning. I believe it will fix these issues. Please give v18.1.1 a try and see if it works for you.

Not that it really should make a difference but you can try php /opt/ona/install/installcli.php and see if things work that way.

niesenjo commented 6 years ago

Using v18.1.1 resolved this issue. Thanks!