Hello,
The installation script copies the wrong file, and causes an error.
"README.md" file is copied instead of "etc/pgbackman. log" file.
It is therefore necessary to replace (in data_files variable):
('/var/log/pgbackman',['README.md'])],
by:
(' /var/log/pgbackman',[' etc/pgbackman. log'])]),
(
|
('/var/log/pgbackman',['README.md'])], |
)
Hello,
The installation script copies the wrong file, and causes an error.
"README.md" file is copied instead of "etc/pgbackman. log" file.
It is therefore necessary to replace (in data_files variable):
('/var/log/pgbackman',['README.md'])],
by:
(' /var/log/pgbackman',[' etc/pgbackman. log'])]),
(
pgbackman/setup2.py
Line 112 in 7308516