Quantcast
Channel: Installing and upgrading help
Viewing all articles
Browse latest Browse all 46984

upgrade causes database lock

$
0
0
by Tony O'Rourke.  

I am trying to upgrade from 2.2.2 to 2.4.3 on Windows IIS7 and SQL Server 2008 R2 using version 2 of the sqlsrv driver.

When I start the upgrade process it pretty much gets stuck right away without any log messages. I turned on Sql Server tracing to see what commands are being sent to the server. I think what is happening is that the upgrade process is running queries that step on each other's toes.

I can see that the following two queries are started but never come back. When I try to run them directly against the db they also hang indefinitely.

SELECT id, course, sequence FROM mdl_course_sections ORDER BY course, id

UPDATE mdl_course_sections SET course = '2',sequence = N'' WHERE id = '2'

Any thoughts on how to proceed?

Thanks much!

 


Viewing all articles
Browse latest Browse all 46984

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>