db-dump-cf

Dumps 1C configuration data into a CF file for backup and transfer.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Выгрузка конфигурации 1С в CF-файл — позволяет сохранить, передать и заархивировать конфигурацию информационной базы, упрощая миграцию и бэкапы.

Core Features & Use Cases

  • Выгрузка конфигурации 1С в CF-файл для резервного копирования и переноса между системами.
  • Поддержка локальных и серверных баз 1С; возможность выгрузки расширений.
  • Автоматическая настройка пути к платформе 1С, выбор базы по имени/идентификатору через конфигурацию проекта и параметры команды.

Quick Start

Запустите db-dump-cf.ps1 или db-dump-cf.py с параметрами, чтобы выгрузить конфигурацию в CF-файл.

Frequently Asked Questions about db-dump-cf

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

FAQPage Schema
How do I export a 1C configuration to a CF file for backup?

To export a 1C configuration to a CF file, you can run the provided PowerShell or Python scripts with parameters specifying the database. The script resolves the 1C platform path, builds command-line arguments, runs the 1C designer, and captures logs with error handling.

Can I dump 1C configuration extensions along with the main CF file?

Yes, optional extension dumps are supported when requested. The script allows you to specify parameters to export 1C configuration extensions alongside the main database configuration into a CF file.

Does this 1C configuration export tool work with server-based databases?

Yes, the 1C configuration export applies to both local and server-based 1C databases. You can select the target database by name or identifier through project configuration and command parameters.

What is the best way to automate 1C CF file exports for migration?

Automating 1C CF file exports is handled by running the dump scripts, which automatically configure the platform path and execute the 1C designer. This simplifies saving, archiving, and transferring configurations between systems.

Why does my 1C configuration dump fail when running the designer?

The script captures logs and handles errors during the 1C designer execution to help diagnose failures. Issues typically relate to incorrect database identifiers, platform path resolution, or insufficient permissions for the 1C configuration export.

Do I need PowerShell to run the 1C CF file export script?

No, you can use either PowerShell or Python to run the dump script. Both versions resolve the 1C platform path, construct command-line arguments, and execute the designer to export the configuration to a CF file.