You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the script relies fully on the environment in which it was started. This removes the possibility of updating a k8s secret, and having the update trickle down to the pgbackrest subcommand.
Possible solution:
allow a directory including environment variables as an argument to the script
do an envdir <directory> <command> for every pgbackrest call if the directory was set on the command line
The text was updated successfully, but these errors were encountered:
Currently, the script relies fully on the environment in which it was started. This removes the possibility of updating a k8s secret, and having the update trickle down to the
pgbackrest
subcommand.Possible solution:
envdir <directory> <command>
for every pgbackrest call if the directory was set on the command lineThe text was updated successfully, but these errors were encountered: