Symptoms
- Plesk update to version 18.0.34 fails with message:
PLESK_INFO: Plesk database scheme was not upgraded completely
- Timezone on the server uses “SystemV” zone id as below:
# ls -la /etc/localtime
lrwxrwxrwx 1 root root 29 Mar 11 10:41 /etc/localtime -> ../usr/share/SystemV/EST5EDT
Cause
Product issue:
-
#PPPM-12837 "Updating Plesk Obsidian to version 18.0.34 no longer fails with the “Plesk database scheme was not upgraded completely” error if the Plesk server has the specific time zone set."
Fixed in:- Plesk Obsidian 25 March 2021 (Linux)
- Plesk Obsidian 23 March 2021 (Linux)
Resolution
Please consider updating your server:
Workaround
If update is not possible for some reason you may try the following
workaround
As a workaround change timezone settings to use the same zone but from zoneinfo:
# timedatectl set-timezone EST5EDT
# ls -la /etc/localtime
lrwxrwxrwx 1 root root 29 Mar 11 10:41 /etc/localtime -> ../usr/share/zoneinfo/EST5EDT