db-load-cf

Load a 1C configuration from a CF file into an infobase.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Framework --skill db-load-cf-alex1980alex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-load-cf
Source: https://github.com/Alex1980Alex/1C-Framework/tree/main/external/cc-1c-skills/.claude/skills/db-load-cf
Command: npx skills add https://github.com/Alex1980Alex/1C-Framework --skill db-load-cf-alex1980alex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It removes the manual, error-prone work of loading a 1C configuration from a CF backup into a live or test infobase. It is designed for restoration, environment refreshes, and controlled configuration deployment.

Core Features & Use Cases

  • Resolves the 1C platform path automatically from project settings or installed versions.
  • Supports file-based and server-based infobases with optional username and password.
  • Loads a configuration, an extension, or all extensions from the input archive when needed.
  • Cleans up temporary files and prints execution logs for easier troubleshooting.
  • Use it to restore a backup CF into a development database, refresh a test environment, or deploy a configuration snapshot to a server infobase.

Quick Start

Ask the assistant to load the specified CF file into the selected 1C infobase, confirm the overwrite risk, and run the restore with the correct platform path and credentials.

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 file into an infobase?

To restore a 1C configuration from a CF file, load the CF backup into your target infobase using the 1cv8.exe platform path and connection credentials. This process safely applies the configuration snapshot for development, testing, or recovery tasks.

Can I load a 1C CF file into both file-based and server-based databases?

Yes, loading a 1C CF file works with both file-based and server-based databases. You need to provide the correct target infobase connection string and optional username and password credentials to execute the restoration workflow.

What is needed to deploy a configuration snapshot to a 1C server infobase?

Deploying a configuration snapshot requires a valid 1cv8.exe path, a target infobase connection, and an existing CF input file. Optional credentials and extension flags can be applied for specific server-based restoration workflows.

Does loading a 1C CF backup support importing extensions?

Yes, loading a 1C CF backup supports importing extensions. You can load a single extension or all extensions from the input archive, alongside the main configuration restoration, for controlled development environment refreshes.

What is the best way to automate 1C configuration restoration without manual errors?

Automating 1C configuration restoration involves using scripts to load the CF file directly into the infobase. This removes manual work, cleans up temporary files, and prints execution logs for easier troubleshooting during environment refreshes.

Why does my 1C configuration load from a CF file fail on overwrite?

A 1C configuration load from a CF file may fail if overwrite risks are not confirmed or if the 1cv8.exe path is invalid. Always verify the platform path, target infobase connection, and credentials before running the restore process.