Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SP DatabaseBackup: compress not accepted #526

Open
FLeenders opened this issue May 12, 2021 · 4 comments
Open

SP DatabaseBackup: compress not accepted #526

FLeenders opened this issue May 12, 2021 · 4 comments

Comments

@FLeenders
Copy link

SP databasebackup states 'compress=Y is not allowed'. Well, it works fine. I checked that by removing the check on the compress parameter in the SP. And indeed, backup is 75% smaller.

SQL Server version and edition
ProductVersion: 15.0.4123.1
Edition: 2
EditionId: -1534726760

Version of the script
2020-12-31 18:58:56

What command are you executing?
EXECUTE [dbo].[DatabaseBackup]
@databases = 'RSA',
@Directory = @location,
@BackupType = 'FULL' ,
@verify = 'Y',
@compress='Y' ,
@Cleanuptime = 72,
@Checksum = 'Y',
@LogToTable = 'Y'

What output are you getting?
The value for the parameter @compress is not supported.

@olahallengren
Copy link
Owner

Is this issue still happening?

@FLeenders
Copy link
Author

FLeenders commented Jan 1, 2022 via email

@olahallengren
Copy link
Owner

I am not able to reproduce it, with the version and edition that you have.

Could you try to enable the check again? If you get the error, please post the complete output.

@FLeenders
Copy link
Author

FLeenders commented May 7, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants