“The transaction log for database is full due to 'LOG_BACKUP'” in a shared host

后端 未结 6 874
孤街浪徒
孤街浪徒 2021-01-30 09:50

I have an Asp.Net MVC 5 website with EntityFramework codefirst approach in a shared hosting plan. It uses the open source WebbsitePanel for control panel and its SQL Server pane

6条回答
  •  情深已故
    2021-01-30 10:41

    This can also happen when the log file is restricted in size.

    Right click database in Object Explorer

    Select Properties

    Select Files

    On the log line, click the ellipsis in the Autogrowth / Maxsize column

    Change/verify Maximum File Size is Unlimited.

    After chaning to unlimited, database came back to life.

提交回复
热议问题