유지 관리 계획을 통해서 풀백업과 차등 백업을 하려고 합니다.
05시에 풀백업을 하고
06시 부터 6시간 간격으로 차등 백업을 하려고 세팅해놓았는데..
05시의 풀백업 이후 06시에 실행되는 차등 백업은 성공처리되지만..
그 이후의 12시 18시 00시에 진행되는 차등 백업은 실패합니다.
Executing the query "BACKUP DATABASE [XXX] TO DISK = N'\\\\xxxxxx..." failed with the following error: "Cannot perform a differential backup for database "XXX", because a current database backup does not exist.
Perform a full database backup by reissuing BACKUP DATABASE, omitting the WITH DIFFERENTIAL option.
BACKUP DATABASE is terminating abnormally.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
풀백업이 없다고 하는것 같은데.. 뭔가 세팅이 잘못된걸까요? ㅠㅠ
유지관리계획에서 뽑아본 쿼리는 다음과 같습니다.
BACKUP DATABASE [XXX] TO DISK = N'\\............' WITH DIFFERENTIAL , RETAINDAYS = 7, NOFORMAT, NOINIT, NAME = N'xxxxxxxxxxx', SKIP, REWIND, NOUNLOAD, STATS = 10
의견 부탁드립니다!!! 감사합니다!
Comment 1
-
이리
2020.07.20 12:07
찾아보니 VSS 관련 얘기가 많네요
https://www.sqlbackupmaster.com/wordpress/2017/12/04/cannot-perform-a-differential-backup-for-database-because-a-current-database-backup-does-not-exist/
https://blog.sqlauthority.com/2017/04/19/sql-server-msg-3035-level-16-cannot-perform-differential-backup-database-sqlauthority-current-database-backup-not-exist/