Applicable to:
- Plesk for Windows
Symptoms
-
A Plesk backup task finishes with the following warning message:
PLESK_WARN: Warning: Unable to back up database content. ["The transaction log for database 'example_db' is full."]
-
The following error message:
PLESK_ERROR: [SQL Server]The transaction log for database 'example_db' is full due to 'LOG_BACKUP'.
is shown in Plesk when:
- changing the maximum log file size of a SQL Server database
- changing a database user login or password
- exporting a database dump
- suspending a subscription
Cause
The transaction log has reached its configured size or the disk does not have sufficient space.
Resolution
Truncate the transaction log:
- Connect to your Plesk server via RDP.
-
Start SQL Server Management Studio (SSMS) at Windows Start > All Programs > Microsoft SQL Server Tools XX.
Note: If SSMS is not installed, download it from the official Microsoft website and install.
- In SSMS, connect to the database server where the affected database is located.
-
On the General page, set Backup type to Transaction Log.
-
On the Media Options page, selected Truncate the transaction log and click OK.
Comments
Please sign in to leave a comment.