I'm trying to perform the inline upgrade of VeeamONE from 9.5.3 to the latest edition VeeamONE v10.
So far the application has been uninstalled from the application server, and then the SQL database remains intact or left untouched.
Code: Select all
---------------------------
Veeam ONE Setup
---------------------------
Win32 exception occurred while executing SQL script.
Error code: 0x80004004.
Error details: Could not allocate space for object 'monitor.Event'.'PK_VwEvent' in database 'VeeamOne' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
---------------------------
OK
---------------------------
Code: Select all
---------------------------
Veeam ONE Setup
---------------------------
Win32 exception occurred while executing SQL script.
Error code: 0x80004004.
Error details: The transaction log for database 'VeeamOne' is full due to 'ACTIVE_TRANSACTION'.
---------------------------
OK
---------------------------
how to fix this issue without extending the disk space to be more than twice of its size?