Skip to content

Commit a2eb38f

Browse files
Merge pull request #60300 from nextcloud/backport/60297/stable32
2 parents ae35968 + 3345006 commit a2eb38f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/private/Setup.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,9 @@ public function install(array $options, ?IOutput $output = null): array {
377377

378378
$this->config->setValues($newConfigValues);
379379

380+
// Ensure instanceid is generated during the installation.
381+
\OC_Util::getInstanceId();
382+
380383
$this->outputDebug($output, 'Configuring database');
381384
$dbSetup->initialize($options);
382385
try {

0 commit comments

Comments
 (0)