Download the PHP package oxid-solution-catalysts/exportimport-tools without Composer
On this page you can find all versions of the php package oxid-solution-catalysts/exportimport-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oxid-solution-catalysts/exportimport-tools
More information about oxid-solution-catalysts/exportimport-tools
Files in oxid-solution-catalysts/exportimport-tools
Package exportimport-tools
Short Description OXID eSales extension for oe-console to im- and export the database
License GPL-3.0
Homepage https://www.oxid-esales.com
Informations about the package exportimport-tools
OE-Console Im- and Export
Extension for OXID OE-Console to Im- and Export the Database via commandline
Documentation
this file
Branch Compatibility
- b-6.5.x branch is compatible with OXID eShop compilation 6.2, 6.3, 6.4, 6.5
DEV-System
- please use for developing an OXID eShop compilation 6.5
Installation
Installation via composer
Usage
Configuration
Use a configuration YAML e.g. dump.yaml and save it here: var/configuration/exportimport-tools/dump.yaml
Contents of the configuration YAML
- "dumpFileName": Name of the dumpfile
- "onlyTables": export only the tables you want. Leave emtpy, if you want dump all tables
- "anonymizeRowsInTables": possibility to anonymize Data. This is good, if you want use the database in test-environments. Leave emtpy, if you want dont want anonymize Data.
Dump or export Data
The dump is created in the /source/export/ directory. The name of the dump is the defined "dumpFileName" from the Configuration YAML.
The --yaml option contains the name of the configuration file, which is located in the directory: var/configuration/exportimport-tools/
Import Data
The dump is read from the /source/import/ directory. The name of the dump is the defined "dumpFileName" from the Configuration YAML
The --yaml option contains the name of the configuration file, which is located in the directory: var/configuration/exportimport-tools/
Running tests
Run
Code Style
PHPmd
PHPStan