mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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 a new issue