Forumindlæg af Howard Miller

Billede af Core developers Billede af Documentation writers Billede af Particularly helpful Moodlers Billede af Peer reviewers Billede af Plugin developers
My first thought would be to run 'show processlist' in the MySQL client (assuming you're using MySQL) while it's stuck. Is the database doing anything?

You can also run top/htop and see what the server is doing - is the php script consuming processor time and memory?
Gennemsnitsbedømmelse:Useful (3)
Billede af Core developers Billede af Documentation writers Billede af Particularly helpful Moodlers Billede af Peer reviewers Billede af Plugin developers
I have absolutely no idea what you are asking. You're going to have to explain the configuration of your sites in rather more detail to get an answer.

But... if they are three completely separate Moodle installations, then I can't see why not.
Billede af Core developers Billede af Documentation writers Billede af Particularly helpful Moodlers Billede af Peer reviewers Billede af Plugin developers
You can create config.php "manually". Copy config-dist.php to config.php, open config.php in an editor and add your configuration changes as required (the file is very well commented). The you can run upgrade and it will just use your supplied config.php.