pgbackman
pgbackman copied to clipboard
Problem with the installation script setup2.py
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'])]),
(https://github.com/rafaelma/pgbackman/blob/73085166d0b8b98b450ca0e5806104c5394ff621/setup2.py#L112)
Hello Thanks for your feedback.
regards Rafael Martinez Guerrero