This is a known issue affecting VMware Blockchain. There is currently no resolution.Workaround:
Before configuring your backup, per the instructions at Back-Up Client Node on vSphere , perform the following steps:
- Log in to the client node as the vmbc user.
- Issue the following command to open a shell to the daml_index_db container:
sudo docker exec -it daml_index_db bash
Note: Your prompt should look similar to root@16aa15d0f24f:~
- Issue the following command to change the user and group ownership on the /var/lib/postgresql folder and subfolders:
chown -R postgres:postgres /var/lib/postgresql
- Type exit to leave the daml_index_db container shell.
- Repeat these steps on any other client nodes.
Note: If you re-deploy any client nodes, or add additional client nodes, you will need to perform these same steps on those client nodes prior to configuring backups.