diff --git a/application/Espo/Core/Upgrades/Actions/Base.php b/application/Espo/Core/Upgrades/Actions/Base.php index ea952a8512..af201a8af4 100644 --- a/application/Espo/Core/Upgrades/Actions/Base.php +++ b/application/Espo/Core/Upgrades/Actions/Base.php @@ -164,7 +164,7 @@ abstract class Base throw new Error('Another installation process is currently running.'); } - $this->processId = uniqid('', true); + $this->processId = Util::generateId(); return $this->processId; }