db-update

Update 1C database configurations via the UpdateDBCfg workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill applies 1C configuration changes to a database without manual Designer steps, reducing deployment errors and speeding up routine maintenance.

Core Features & Use Cases

  • Database Configuration Update: Runs the UpdateDBCfg operation for file-based and server-based information databases.
  • Deployment Workflow Support: Handles dynamic updates, server-side updates, and extension updates for common release and maintenance tasks.
  • Automatic Environment Resolution: Finds the 1C platform from project settings or installed versions and falls back safely when inputs are incomplete.
  • Use Case: A developer finishes a configuration change and uses this Skill to synchronize the database before testing or handing the system to users.

Quick Start

Ask the assistant to update the specified 1C database configuration using the current project settings and report the result.

Frequently Asked Questions about db-update

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

FAQPage Schema
How do I update a 1C database configuration without opening Designer manually?

This Skill applies configuration changes to a 1C database by invoking the platform UpdateDBCfg workflow automatically. It builds a deterministic Designer command, captures update logs, and returns the database exit code to speed up routine maintenance.

Can I update both file-based and server-based 1C information bases?

Yes, the UpdateDBCfg workflow supports both file-based and server-based 1C information bases. It validates the target connection before applying configuration changes to ensure the update runs successfully across different deployment types.

Does the 1C configuration update process handle dynamic updates and extensions?

Yes, the 1C configuration update process handles dynamic updates and extension updates for common release tasks. This allows developers to synchronize specific configuration components seamlessly during deployment workflows.

How does the tool find the 1C platform version for a database configuration update?

The tool automatically resolves the 1C platform version from project settings or installed binaries. It falls back safely when inputs are incomplete, ensuring the Designer command targets the correct environment.

What happens if the target connection for the 1C database update is invalid?

The tool validates the target connection before attempting the 1C database configuration update. This validation step ensures the environment is correctly configured and prevents deployment errors before applying changes.