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

后端 未结 6 826
孤街浪徒
孤街浪徒 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:21

    Call your hosting company and either have them set up regular log backups or set the recovery model to simple. I'm sure you know what informs the choice, but I'll be explicit anyway. Set the recovery model to full if you need the ability to restore to an arbitrary point in time. Either way the database is misconfigured as is.

提交回复
热议问题