db-dump-xml

Export 1C configuration to XML files using v8 path and credentials.

41|5|Updated May 28, 2026
One-click install
npx skills add https://github.com/msrv-tech/skills --skill db-dump-xml-msrv-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-dump-xml
Source: https://github.com/msrv-tech/skills/tree/main/db-dump-xml
Command: npx skills add https://github.com/msrv-tech/skills --skill db-dump-xml-msrv-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill exports the 1C configuration from an infobase to XML files, enabling version control, backups, and offline analysis.

Core Features & Use Cases

  • Supports Full, Changes, Partial, and UpdateInfo dump modes to cover a wide range of workflows.
  • Outputs configuration XML to a user-specified directory, with optional object filtering for Partial mode.
  • Works with file-based infobases or server-based infobases via the v8 path and credentials, making it suitable for automation, CI pipelines, and migration tasks.

Quick Start

Run the db-dump-xml script with your database and an output directory to export the 1C configuration to XML.

Frequently Asked Questions about db-dump-xml

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

FAQPage Schema
How do I export 1C configuration to XML for version control?

Export 1C configuration to XML by running the dump script with a specified output directory. This process extracts configuration files suitable for version control, backups, and offline analysis.

Can I dump a partial 1C configuration instead of the full infobase?

Yes, you can perform a partial 1C configuration dump. Use the -Mode option set to Partial along with the -Objects option to filter and export specific configuration components.

Does this 1C XML dump tool work with server-based infobases?

Yes, the 1C XML dump tool works with server-based infobases. You must provide a valid 1C V8 path and the necessary credentials to establish the server connection for the export.

What dump modes are available for exporting 1C configs to XML?

Available 1C config dump modes include Full, Changes, Partial, and UpdateInfo. You select between these export operations using the -Mode option to control the XML output workflow.

How do I automate 1C configuration XML exports for CI pipelines?

Automate 1C XML exports by invoking the dump script with required credentials, V8 path, and -Mode arguments. This supports automated workflows for CI pipelines and migration tasks.

What do I need to run a 1C configuration dump to XML files?

To run a 1C configuration dump, you need a valid 1C V8 path, user credentials, and the -Mode and -Objects options. These parameters control the export across local or server infobases.