db-load-cf

Load a binary CF file into a 1C information base via 1cv8.exe.

33|8|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Dach-Coin/claude_rules_1c --skill db-load-cf-dach-coin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-load-cf
Source: https://github.com/Dach-Coin/claude_rules_1c/tree/main/.claude/skills/db-load-cf
Command: npx skills add https://github.com/Dach-Coin/claude_rules_1c --skill db-load-cf-dach-coin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the need to restore or deploy an entire 1C configuration from a binary CF backup, replacing the current configuration in the target information base.

Core Features & Use Cases

  • Full CF configuration restore: Loads configuration from a CF file into an information base, intended for recovery after failures or restoring known-good states.
  • Supports file and server bases: Handles both file-based databases (using InfoBasePath) and server databases (using InfoBaseServer + InfoBaseRef).
  • Optional extension loading: Can load a specific CF-extension (Extension) or load all extensions (AllExtensions) when the input is an archive-like CF payload.
  • Automated connection and tool resolution: Uses project-level registration (via .v8-project.json) and resolves 1cv8.exe automatically when needed.

Quick Start

Ask to load the CF into the chosen database, for example: load config from a CF file into the dev database by running the command /db-load-cf config.cf dev.

Frequently Asked Questions about db-load-cf

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

FAQPage Schema
How do I restore a 1C configuration from a CF backup file into an information base?

To restore a 1C configuration from a CF file, use 1cv8.exe DESIGNER with the /LoadCfg command to replace the current configuration in the target information base. This process supports both file-based and server-based database recovery workflows.

Does loading a 1C CF configuration support both file-based and server databases?

Yes, loading a 1C CF configuration supports both file-based and server databases. You must provide either an InfoBasePath for file-based databases or a combination of InfoBaseServer and InfoBaseRef for server-based information bases.

How can I load 1C extensions from a CF file during configuration deployment?

To load 1C extensions from a CF file, you can optionally set the -Extension parameter for a specific extension or use -AllExtensions to load all extensions. This occurs during the configuration deployment process via the 1cv8.exe DESIGNER command.

What is the process to automate 1C configuration deployment using a CF file?

Automating 1C configuration deployment involves resolving 1cv8.exe automatically through project-level registration and executing the /LoadCfg command. The process writes an output log and returns the process exit code for verification.

What do I need to connect and load a 1C configuration into a server information base?

To connect and load a 1C configuration into a server information base, you need the InfoBaseServer and InfoBaseRef parameters. The tool resolves 1cv8.exe automatically via .v8-project.json registration to execute the configuration load.

When should I use CF configuration loading instead of other 1C database recovery methods?

Use CF configuration loading when you need to restore an entire 1C configuration from a binary backup, replacing the current configuration entirely. It is intended for recovery after failures or restoring a known-good state during deployment.