So I thought I would attempt changing the default admin username using the change_username.sh script. However, backups are now kicking up an error.
We currently utilise /home/backups/manual_backups/ and /home/backups/user_backups/{date}. Both of these are chowned to the new admin username (same UID anyway). Exact same permission level as other servers (that are still using admin username) according to stat. Same UID/GID.
Error from DA when trying to schedule a manual backup from UI is:
A component of the path file_name does not exist, or the path is an empty string.
Trying to read that directory from backup restoration is similar error:
When calling a backup direct from shell/root, works fine.
Any suggestions?
We currently utilise /home/backups/manual_backups/ and /home/backups/user_backups/{date}. Both of these are chowned to the new admin username (same UID anyway). Exact same permission level as other servers (that are still using admin username) according to stat. Same UID/GID.
Error from DA when trying to schedule a manual backup from UI is:
Error during Backup Creation
Path /home/backups/manual_backups does not exist or is not accessible by the XXXX user.A component of the path file_name does not exist, or the path is an empty string.
Trying to read that directory from backup restoration is similar error:
When calling a backup direct from shell/root, works fine.
Any suggestions?