Nextcloud version (eg, 29.0.5): replace me
Operating system and version (eg, Ubuntu 24.04): replace me
Apache or nginx version (eg, Apache 2.4.25): replace me
PHP version (eg, 8.3): replace me
Build from a www.hanssonit.se prebuilt VM
This is for a fresh install of NextCloud being backed up by Veeam backup & replication.
I am getting this error:
Failed to explore PostgreSQL instance XXXXXX : Command explore_instance completed with error Error Permission denied for database nextcloud_db.
Now I understand that Veeam would like to be able to access the db to backup the contents. How would I go about granting ncadmin access to the db?
As I understand it I need an account with access to grant access, but what account would have access? I tried the nextcloud_db_user but that doesn’t seem to meet the requirements.
Does anyone know how to get past this error? My Google FU has failed me so far.
Understood, but I’m obviously missing something here
I did the following:
sudo -u postgres createuser ncadmin
psql postres
GRANT root TO ncadmin
That cleared and earlier error I had with the postgres db and veeam, but the same trick doesn’t work for nextcloud_db due to a lack of rights, so I’m kind of stumped.