Jump to content

मैन्युअल:अनुरक्षण स्क्रिप्ट्स

From mediawiki.org
This page is a translated version of the page Manual:Maintenance scripts and the translation is 57% complete.
Outdated translations are marked like this.
  • सदस्य
  • सिस्टम प्रबंधक
  • विकासक
  • अनुवादक

अनुरक्षण स्क्रिप्ट्स की मदद से कई प्रशासनिक, आयात, अनुरक्षण, रिपोर्टिंग और अपग्रेड के कार्य किए जाते हैं। इन स्क्रिप्ट्स को PHP में लिखा जाता है और मीडियाविकि स्थापनाओं के maintenance डिरेक्ट्री में रखा जाता है।

अलग-अलग कार्यक्षमताओं और गुणवत्ताओं वाले दर्जनों स्क्रिप्ट्स हैं। आपको किसी स्क्रिप्ट का इस्तेमाल करने से पहले उसके प्रलेख को अच्छे से पढ़ लेना चाहिए; अगर किसी स्क्रिप्ट का कोई प्रलेख मौजूद नहीं है, उसे चलाते समय दुगनी सावधानी बरतें।

Since MediaWiki 1.40, maintenance scripts should be invoked indirectly through php ./maintenance/run.php . Invoking maintenance scripts directly will trigger a warning.

In order to run most scripts, you will need access to the command line of the server or shell access through an SSH client like ssh or PuTTY. For details, see our information about running scripts.

If a script needs to modify the structure of a database (as does Update.php, for example), special configuration variables may need to be set in LocalSettings.php to allow this. See the relevant configuration information for details.

For an extensive list of scripts that may be run, see our list of scripts broken down by type.

ये भी देखें