-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Hello everyone, could you please help me with the error 5, which I'm getting when backup is trying to create?
Backup started at 2022-08-19 01:00:01
Backup database $$$ to /backup/202208190100/202208190100.$$$.bak on sqlserver...
Msg 3201, Level 16, State 1, Server 5e56e03d94c6, Line 1
Cannot open backup device '/backup/202208190100/202208190100.$$$.bak'. Operating system error 5(Access is denied.).
Msg 3013, Level 16, State 1, Server 5e56e03d94c6, Line 1
BACKUP DATABASE is terminating abnormally.
Error creating database backup
Backup of log skipped.
Copy backup files to target directory
find: ‘/backup/202208190100’: No such file or directory
find: ‘/backup/202208190100’: No such file or directory
Cleanup intermediate directory
find: ‘/backup/202208190100’: No such file or directory
Backup files cleanup is disabled
I tried to bring full rights to all users of my local machine, but it doesn't help. Does anyone faced with this issue? Thank you in advance