1c-db-update

Apply main configuration updates to 1C file-based or server-based databases.

40|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-db-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-db-update
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/1c-db-update
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-db-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the update of 1C database configurations by applying the main configuration changes to the database configuration, a required step after loading configurations.

Core Features & Use Cases

  • Update the main configuration into the database configuration (UpdateDBCfg) for file-based or server-based databases.
  • Support dynamic updates, updates to extensions, and server-side operations when applicable.
  • Use cases include post-deploy adjustments after /db-load-cf, /db-load-xml, or /db-load-git, and selective extension updates.

Quick Start

Run /db-update with the target database, e.g., /db-update dev or /db-update dev -Dynamic+.

Frequently Asked Questions about 1c-db-update

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

FAQPage Schema
How do I update a 1C database configuration after loading configuration changes?

You can update a 1C database configuration by applying the main configuration changes to the database configuration using the UpdateDBCfg operation. This required step synchronizes loaded configuration changes into the active database.

Can I perform a dynamic 1C database update without stopping the server?

Yes, you can perform a dynamic 1C database update by using the -Dynamic+ parameter. This applies configuration changes to the database configuration while the server is running, avoiding downtime during post-deploy adjustments.

Does this 1C database update tool support both file-based and server-based databases?

Yes, the 1C database update supports both file-based and server-based databases. You provide the target database using -InfoBasePath for file-based setups or -InfoBaseServer and -InfoBaseRef for server-based databases.

How do I update 1C extensions alongside the main database configuration?

You can update 1C extensions by running the database update operation with extension support enabled. This allows selective extension updates alongside applying the main configuration changes to the database configuration.

What is needed to apply configuration changes to a 1C database using PowerShell?

To apply configuration changes to a 1C database, you need the 1C platform installed and a target database specified by -InfoBasePath or server parameters. The update process is guided by the project's .v8-project.json file.