pgbackman icon indicating copy to clipboard operation
pgbackman copied to clipboard

Problem with the installation script setup2.py

Open ng-pe opened this issue 7 years ago • 1 comments

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)

ng-pe avatar Dec 20 '17 14:12 ng-pe

Hello Thanks for your feedback.

regards Rafael Martinez Guerrero

rafaelma avatar Dec 30 '17 11:12 rafaelma