db-dump-xml

Export 1C configurations to XML files in full, incremental, partial, or UpdateInfo modes.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill db-dump-xml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-dump-xml
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/db-dump-xml
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill db-dump-xml

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manual dumping of 1C configuration to XML is repetitive and error-prone, requiring repeated manual steps to generate XML dumps for different infobases. This Skill automates the process, delivering consistent XML exports to a designated directory.

Core Features & Use Cases

  • Full, incremental (Changes), partial, and UpdateInfo dump modes to cover common backup and migration scenarios.
  • Works with both file-based and server-based infobases by accepting -InfoBasePath or -InfoBaseServer and -InfoBaseRef.
  • Outputs dumps to a configurable directory, with logging and optional extension support for tailored deployment workflows.

Quick Start

Run the db-dump-xml script with your base information and a target output directory to perform the dump.

Frequently Asked Questions about db-dump-xml

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate exporting a 1C configuration to XML files?

Automating 1C configuration export to XML is done by running a script that constructs the 1C command, validates inputs, and writes logs. It supports full, incremental, partial, and UpdateInfo dump modes for consistent output.

Does 1C XML export work with both file-based and server infobases?

1C XML export works with both file-based and server infobases by accepting either the InfoBasePath parameter or the InfoBaseServer and InfoBaseRef parameters to target the correct base.

What is the difference between full and incremental 1C configuration dumps?

Full 1C configuration dumps export the entire configuration, while incremental dumps use the Changes mode to export only modifications. Both produce XML files in a configurable output directory.

How do I perform a partial 1C configuration dump to XML?

Partial 1C configuration dumps are performed by selecting the partial dump mode within the automation script, which targets specific configuration elements and exports them to the designated XML output directory.

Can I customize the output directory for 1C XML configuration exports?

You can customize the output directory for 1C XML configuration exports by specifying your target path when running the script, which also supports optional extensions for tailored deployment workflows.

Why does my 1C configuration dump to XML fail or produce errors?

1C configuration dumps may fail if input parameters are invalid. The script validates inputs before executing and writes detailed logs to the output directory, helping you identify configuration or path errors.