db-load-dt

Restore 1C information bases from DT backup files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill restores a 1C information base from a DT snapshot when you need to recover a database, replace its contents, or return both configuration and data to a known-good state.

Core Features & Use Cases

  • Full database restore: Recreates the entire information base from a DT file, not just configuration.
  • Flexible target resolution: Works with file-based or server-based bases and can resolve platform paths from the project or local 1C installations.
  • Safe operational flow: Validates input files and connection parameters, supports unlock codes, and surfaces restore logs for troubleshooting.
  • Use case: Restore a damaged test database from a nightly DT backup or roll a development base back to a previous snapshot before making risky changes.

Quick Start

Ask the assistant to restore the chosen 1C database from the specified DT backup after confirming the target base and the backup file path.

Frequently Asked Questions about db-load-dt

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

FAQPage Schema
How do I restore a 1C information base from a DT backup file?

To restore a 1C information base from a DT backup, you use the 1C Designer restore command with validated connection parameters and the specified DT file path to recreate the entire database including both data and configuration.

Can I restore a DT backup to both file-based and server-based 1C databases?

Yes, restoring a DT backup supports both file-based and server-based 1C information bases, resolving the 1cv8.exe platform path from your local installation or project settings to execute the recovery.

What is the difference between restoring a DT file and applying a configuration update?

Restoring a DT file recreates the entire 1C information base from a full snapshot, replacing both the configuration and all data, whereas a configuration update only applies structural changes without altering the underlying data records.

Do I need unlock codes to perform a 1C database restore from a DT snapshot?

Unlock codes are optional when you restore a 1C database from a DT snapshot, but providing them during the 1C Designer restore workflow ensures safe execution and prevents access conflicts during unattended recovery.

How do I troubleshoot a 1C database restore that is not working?

When a 1C database restore from a DT file is not working, you can review the surfaced restore logs for errors, verify that input files and connection parameters are validated, and ensure deterministic 1cv8.exe resolution.