db-dump-cf

Dump 1C configuration data to a CF file using 1cv8.exe.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Efficiently export 1C configuration data to binary CF files for backup, sharing, or deployment, eliminating manual, error-prone dumps.

Core Features & Use Cases

  • Dump 1C configuration to a CF file, with optional extension dumps
  • Accepts either a local InfoBasePath or server + Ref credentials
  • Auto-resolves the 1C platform path and outputs a log for troubleshooting

Quick Start

Execute the PowerShell script with your database path and an output CF file to perform the dump.

Frequently Asked Questions about db-dump-cf

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

FAQPage Schema
How do I dump a 1C configuration to a CF file?

To dump a 1C configuration to a CF file, execute the PowerShell script providing your InfoBasePath or server credentials and an output path. It automates the export process for backup and deployment.

Can I dump 1C server-based configurations or only local file databases?

You can dump both local file-based and server-based Infobase configurations. The script accepts either an InfoBasePath for local databases or InfoBaseServer and InfoBaseRef credentials for server deployments.

Do I need the 1C platform binary installed to export a CF file?

Yes, exporting a CF file requires the 1C platform binary, specifically 1cv8.exe. The script auto-resolves the 1C platform path to execute the configuration dump and outputs a troubleshooting log.

Does the 1C configuration dump support exporting extensions?

Yes, the 1C configuration dump supports optional extension dumps. You can execute the PowerShell script to export the main configuration alongside its extensions directly to CF files.

What is the best way to automate 1C CF backups without manual errors?

The best way to automate 1C CF backups is using a PowerShell script that auto-resolves the 1cv8.exe platform path. It eliminates manual dumps by handling credentials and output paths programmatically.