I find it important to include system information in here as well, so just copy-pasting an invocation from system A to system B does not run.
For example, our database restore script has a parameter `--yes-delete-all-data-in` and it needs to be parametrized with the PostgreSQL cluster name. So a command with `--yes-delete-all-data-in=pg-accounting` works on exactly one system and not on other systems.
IgorPartola|29 days ago
--make-it-so
--do-the-thing
--go-nuts
--safety-off
So many fun options.
Darfk|29 days ago
tetha|28 days ago
For example, our database restore script has a parameter `--yes-delete-all-data-in` and it needs to be parametrized with the PostgreSQL cluster name. So a command with `--yes-delete-all-data-in=pg-accounting` works on exactly one system and not on other systems.
torstenvl|28 days ago
JsonCameron|29 days ago
altairprime|28 days ago
bregma|28 days ago
Quekid5|29 days ago