mediawiki: Run update script after initializing the database
This commit is contained in:
parent
e5017d8239
commit
42df6fcee9
@ -290,6 +290,7 @@ in
|
||||
echo COMMIT
|
||||
) | ${pkgs.postgresql}/bin/psql -U "${config.dbUser}" "${config.dbName}"
|
||||
fi
|
||||
${php}/bin/php ${mediawikiRoot}/maintenance/update.php
|
||||
'');
|
||||
|
||||
robotsEntries = optionalString (config.articleUrlPrefix != "")
|
||||
|
Loading…
Reference in New Issue
Block a user