stashed / project

Enhancements & Issues
7 stars 2 forks source link

Support passing `pgArgs` via annotation in Auto-backup #8

Closed hossainemruz closed 4 years ago

hossainemruz commented 4 years ago

From Slack:

I see documentation for setting the pgArgs in the BackupConfiguration, but since I’m using AutoBackups, I would have to specify in the AppBinding. Is there a way to specify the pgArgs in the annotation of the AppBinding for a specific database?

The reason I’m trying to use the pgArgs is that some of our databases currently do not use the database name as the database username which was causing issues with the backup earlier,.

hossainemruz commented 4 years ago

Fixed in https://github.com/appscode/stash-enterprise/pull/6