Skip to main content

Buildout recipe for 'Dr Dump'

Project description

Buildout recipe for Dr Dump to generate bash script to dump or load Django data dump.

So this recipe will create two bash scripts, one to dump datas from defined eggs in buildout config and another to load these dumped datas.

This will use the defined eggs list in your buildout config to find the apps to manage dumps so be careful that it can’t retrieve apps that are not defined in your eggs to install, it will not follow eggs dependancies but if needed you can force some apps using the extra_apps option.

recipe

Required, fill it with emencia-recipe-drdump.

eggs

Optional, ‘eggs’ variable from buildout. Default use ${buildout:eggs}.

dump_dir

Optional, a path to the directory that will contains dumped datas, this is always a relative path from the buildout project. If not defined the dumps dir will be dumps.

dependancies_map

Required, a path to a JSON file containing datas dependancies map between apps. This can be either a file name existing in Dr Dump or a path (relative or absolute) to an external JSON file.

extra_apps

Optional, a string of app names formatted like the egg names in ${buildout:eggs}. This will be used to defined additional apps that can’t be retrieved from the installed eggs.

django_instance

Required, a path to the django script, usually the one generated by djangorecipe.

silent

Optional, false or true to define respectively if Dr Dump raise or not an exception when asked dumps does not exists in the used map.

dump_other_apps

Optional, false or true to define if Dr Dump will dump not specify apps in a last dump.

exclude_apps

Optional, a string of app names formatted like the egg names in ${buildout:eggs}. This will be used to defined additional apps that can’t be dump if dump_other_apps is True.

bin_directory

Optional, binary directory path where the scripts will be written, defaut use ${buildout:bin-directory}.

Here is a sample to use this recipe :

[drdump]
recipe                  = emencia-recipe-drdump
dump_dir                = dumps
dependancies_map        = djangocms-3.json
silent                  = true
dump_other_apps         = true
exclude_apps            = auth sessions contenttypes menus.cachekey filebrowser
django_instance         = ${buildout:directory}/bin/django-instance
extra_apps              = cmsplugin-various
bin_directory           = ${buildout:bin-directory}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

emencia-recipe-drdump-0.3.1.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

emencia_recipe_drdump-0.3.1-py2.7.egg (6.3 kB view details)

Uploaded Source

File details

Details for the file emencia-recipe-drdump-0.3.1.tar.gz.

File metadata

File hashes

Hashes for emencia-recipe-drdump-0.3.1.tar.gz
Algorithm Hash digest
SHA256 b69498f6ad7ef4d35c62d2f38c69c09cdf78342c5b471f2b819741157a6c5ce8
MD5 0f5a2a91a2f1d26eb5b9a2ebc6d7dab6
BLAKE2b-256 9f8e2a40a170228f2342e58821f5bfbd8037a6fb53f5a8bd5ab0de60b2c2deb0

See more details on using hashes here.

File details

Details for the file emencia_recipe_drdump-0.3.1-py2.7.egg.

File metadata

File hashes

Hashes for emencia_recipe_drdump-0.3.1-py2.7.egg
Algorithm Hash digest
SHA256 f365334e62584da216c72e444945cc53968c904cd3afcd10356623786ef639b6
MD5 12054f83fc2aaf0fef50cac566b844fc
BLAKE2b-256 52d822667eb78d43783a051b8ac9c355f826a9742909ebd0a2d99947e505c60d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page