Error upgrade to v1.7.1.

How to upgrade to the latest version? In the Overview - Version Management, there is no button to upgrade CyberPanel.

SS: Screenshot by Lightshot

or I should upgrade it manualy with terminal?

https://docs.cyberpanel.net/doku.php?id=upgrade

> @daniel said:
> I will finalize the upgrade code this week for v1.7.0
>
> Does this mean that 7.0 will get this features through standard upgrade procedure?
>
> I'm wishing to take advantage of the ACL features in 7.1

Daniel you can upgrade now using the official upgrade guide, feel free to get back if you run into any issues.

All good on the upgrade thank you.

I did get some errors along the way:
ERROR 1075 (42000) at line 1: Incorrect table definition; there can be only one auto column and it must be defined as a key

and

?: (mysql.W002) MySQL Strict Mode is not set for database connection ‘default’

> @daniel said:
> I will finalize the upgrade code this week for v1.7.0
>
> Does this mean that 7.0 will get this features through standard upgrade procedure?
>
> I'm wishing to take advantage of the ACL features in 7.1

Daniel you can upgrade now using the official upgrade guide, feel free to get back if you run into any issues.

All good on the upgrade thank you.

I did get some errors along the way:
ERROR 1075 (42000) at line 1: Incorrect table definition; there can be only one auto column and it must be defined as a key

and

?: (mysql.W002) MySQL Strict Mode is not set for database connection ‘default’

How did you solve the errors, or did you leave it that way?

On which page do you get this error?

I tried to upgrade Cyberpanel using:

cd
rm -rf upgrade.py
wget http://cyberpanel.net/upgrade.py
python upgrade.py

Got this error messages. What am I doing wrong?

python upgrade.py
Traceback (most recent call last):
File “upgrade.py”, line 654, in
Upgrade.upgrade()
File “upgrade.py”, line 584, in upgrade
Version = version.objects.get(pk=1)
File “/usr/lib64/python2.7/site-packages/django/db/models/manager.py”, line 85, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
File “/usr/lib64/python2.7/site-packages/django/db/models/query.py”, line 379, in get
self.model._meta.object_name
baseTemplate.models.DoesNotExist: version matching query does not exist.

On Version Management I get:
Current Version
1.7
Build
1
Latest Version
1.7
Latest Build
2 - in red

But there’s no option do upgrade.

Any help?

I am with a same problem, how to resolved this?