db-update

Apply loaded 1C configuration changes to a database via UpdateDBCfg.

151|20|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Arman-Kudaibergenov/1c-ai-development-kit --skill db-update-arman-kudaibergenov
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: db-update
Source: https://github.com/Arman-Kudaibergenov/1c-ai-development-kit/tree/main/.claude/skills/db-update
Command: npx skills add https://github.com/Arman-Kudaibergenov/1c-ai-development-kit --skill db-update-arman-kudaibergenov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill updates a 1C database by applying changes from the main configuration into the database configuration, so your database reflects the latest configuration state.

Core Features & Use Cases

  • Applies UpdateDBCfg to the target database: runs UpdateDBCfg after you have loaded a configuration (or changes) via db-load-cf, db-load-xml, or db-load-git.
  • Supports dynamic and server-side updates: enables dynamic update (with + or -), and can run server-side updates for server databases.
  • Optionally updates extensions: can update a specific extension or update all extensions during the same operation.

Quick Start

Use the db-update skill to apply the loaded configuration changes to your database named "dev".

Frequently Asked Questions about db-update

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

FAQPage Schema
How do I apply configuration changes to a 1C database?▼

To apply configuration changes to a 1C database, you use the UpdateDBCfg command to merge main configuration updates into the information base, supporting both file and server database scenarios.

Can I perform a dynamic database update in 1C?▼

Yes, you can perform a dynamic database update in 1C by executing the UpdateDBCfg command with dynamic update options enabled, allowing server-side updates without disrupting active sessions.

How do I update 1C extensions during database configuration deployment?▼

You can update 1C extensions during database configuration deployment by specifying extension update parameters within the UpdateDBCfg operation to update a specific extension or all extensions simultaneously.

What is needed to target a specific server base for a 1C configuration update?▼

Targeting a specific server base for a 1C configuration update requires selecting the target database from the .v8-project.json file or providing explicit connection parameters to execute 1cv8 properly.

When should I use dynamic update for 1C database configuration?▼

You should use dynamic update for 1C database configuration when applying changes to a server base and needing to minimize downtime, toggling the dynamic update flag during the UpdateDBCfg execution.

Does UpdateDBCfg work for both file and server 1C databases?▼

Yes, UpdateDBCfg works for both file and server 1C databases, applying loaded configuration changes to the information base while handling log output and supporting dynamic updates for server scenarios.