databacker / mysql-backup

image to enable automated backups of mysql databases in containers
636 stars 178 forks source link

switch once env var to fit with others #318

Closed deitch closed 2 months ago

deitch commented 2 months ago

The env vars for all dump configuration have the following characteristics:

So --begin becomes DB_DUMP_BEGIN, etc.

There is one exception to this, --once which uses the env var RUN_ONCE rather than DB_DUMP_ONCE. This causes a lot of headaches, and libraries that do not handle it correctly, etc.

Since 1.0.0 is not yet GA, we are just switching the env var.