@@ -16,7 +16,8 @@ db_tools:
1616 # - "default": alias of "datetime".
1717 # - "datetime": implementation is "%db_tools.storage_directory%/YYYY/MM/<connection-name>-<datestamp>.<ext>".
1818 # - CLASS_NAME: a class name to use that implements a strategy.
19- # - SERVICE_ID: A service identifier registered in container that implements a strategy.
19+ # - SERVICE_ID: A service identifier registered in container that
20+ # implements a strategy.
2021 # storage_filename_strategy: default
2122
2223 # When old backups are considered obsolete.
@@ -29,12 +30,13 @@ db_tools:
2930 # Default timeout for restore process.
3031 # restore_timeout: 2400 # default 1800
3132
32- # List here tables ( you don't want in your backups.
33+ # List here tables you don't want in your backups.
3334 # If you have more than one connection, it is strongly advised to configure
3435 # this for each connection instead.
3536 # backup_excluded_tables: ['table1', 'table2']
3637
37- # Specify here paths to backup and restore binaries and command line options.
38+ # Specify here paths to backup and restoration binaries and command line
39+ # options.
3840 # Warning: this will apply to all connections disregarding their database
3941 # vendor. If you have more than one connection and if they use different
4042 # database vendors or versions, please configure those for each connection
@@ -67,16 +69,17 @@ db_tools:
6769 # connection_two:
6870 # # ...
6971
70- # Update this configuration if you want to look for anonymizers in a custom folder.
71- # These are default paths that will always be registered even if you override
72- # the setting so please don't repeat them:
72+ # Update this configuration if you want to look for anonymizers in a custom
73+ # folder.
74+ # Be aware that DbToolsBundle will always take a look at the default folder
75+ # dedicated to your custom anonymizers: %kernel.project_dir%/src/Anonymizer,
76+ # so you don't have to repeat it.
7377 # anonymizer_paths:
74- # - '%kernel.project_dir%/vendor/makinacorpus/db-tools-bundle/src/Anonymization/Anonymizer/Core'
75- # - '%kernel.project_dir%/src/Anonymization/Anonymizer'
78+ # - '%kernel.project_dir%/src/Database/Anonymizer'
7679
77- # For simple needs, you may simply write the anonymization configuration here.
78- # Keys are connection names, values are structures which are identical to what
79- # you may find in the "anonymizations.sample.yaml" example.
80+ # For simple needs, you may simply write the anonymization configuration
81+ # here. Keys are connection names, values are structures which are identical
82+ # to what you may find in the "anonymizations.sample.yaml" example.
8083 # anonymization:
8184 # connection_one:
8285 # table1:
@@ -92,8 +95,8 @@ db_tools:
9295
9396 # You can for organisation purpose delegate anonymization config into extra
9497 # YAML configuration files, and simply reference them here.
95- # Pathes can be either relative or absolute. Relative paths are relative to
96- # the workdir option if specified, or from this configuration file directory
98+ # Paths can be either relative or absolute. Relative paths are relative to
99+ # the workdir option if specified, or from this configuration file directory
97100 # otherwise.
98101 # See the "anonymizations.sample.yaml" in this folder for an example.
99102 # anonymization_files:
0 commit comments