PGBlitz / PGClone

Visit the PG Repos @ https://github.com/PGBlitz - PGClone (PG's Mount & RClone Execution)
https://pgblitz.com
GNU General Public License v3.0
23 stars 72 forks source link

/mnt/pgblitz/upload Fails on Fresh 8.3.7 #6

Closed DomGrieco closed 5 years ago

DomGrieco commented 5 years ago

TASK [Setting permissions] ***************************************************** Friday 01 February 2019 17:35:19 +0000 (0:00:00.299) 0:00:01.754 ******* fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": "chmod -R 775 /mnt/pgblitz/upload", "delta": "0:00:00.002498", "end": "2019-02-01 17:35:19.326265", "msg": "non-zero return code", "rc": 1, "start": "2019-02-01 17:35:19.323767", "stderr": "chmod: cannot access '/mnt/pgblitz/upload': No such file or directory", "stderr_lines": ["chmod: cannot access '/mnt/pgblitz/upload': No such file or directory"], "stdout": "", "stdout_lines": []} to retry, use: --limit @/opt/pgclone/unionfs.retry

Fresh install of PG 8.3.7 on Ubuntu 18.04 LTS. Deploying PG Blitz throws this one failure.

Manually had to create /mnt/pgblitz/upload and set perms to 775 to get PG Blitz to deploy successfully.

ghost commented 5 years ago

fixed.