- Notifications
You must be signed in to change notification settings - Fork37
Add pg_probackup plugin#92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
9bb5c24 to03d8f96Compareeda1a5b toa868d71Compareplugins/setup.py Outdated
| setup( | ||
| version='0.0.1', | ||
| name='testgres-pg_probackup2', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This setup.py is in the plugins folder and thus relates to all plugins in the folder (of which there can be many) but it's now written specifically for pg_probackup2. Wouldn't it be better to have here one common setup.py to install all plugins at once and have individual setup.py's inside each plugin folder to allow the user to install them selectively?
8040da5 to4d45e02Compare4d45e02 to6c4095cCompare58682c0 to49628f0Compareb25ea73 to94b1061Compare94b1061 toa388f23Compare
No description provided.