Hello,
My SQL Server Databases are not backing up. There are no errors, simply it doesn´t copy them.
I selectec the SQL Server databases in component config, it appears and I can select them.
I am running the Urbackup Client with administrative account that have privileges to access SQL Server.
I checked that VSS Writers are OK.
Also other components don´t copy too. Only 4 of them are included in the backup.
I can check all of them, but in the backup only includes WMI, IIS components and Task Scheduller.
In the logs there are any error, simply it does not process them.
Any help on this?
SQL Server 2019
Windows Server 2022
Client Version: 2.4.12 cbt
Server Version: 2.2.11 Debian with BTRFS
I found the solution.
The problem was with the permissions of the Urbackup Client folder. For some reason, the “C:\Program Files\UrBackup\urbackup” folder didn´t have write permissions to the user, so, the XML files that store component configurations didn´t write properly.
After give correct permissions it is working now and backing up all components.
Thank you.
Check that the account under which is running urbackup client service has administrator privileges also.
Or at least has enought privileges in SQL Server DBs. You can check in security settings in SQL Server Management studio.
I created a dedicated administrator account to use with Urbackup Client in some cases.
To resolve this for me, I made sure permissions were established on the folders mentioned for my Windows admin account (userX let’s just call it) along with administrators, etc. Second, I made sure that in SQL Studio, Windows authentication was turned on and my user account had admin authority. Lastly, I modified the urbackup Client service to login as my user instead of SYSTEM. I made sure to restart the Client service to activate the authentication correctly.
I had this issue after upgrading to version 2.5.x
Files backup were ok as usual, but sql backup were missing …
For have sql backup working correctly, I have to check “Allow clients to configure components to backup” on urbackup server machine, and then on client pc I have to add another item to components backup ( i.e. task scheduler writer).
Now sql backup are working again for me.