Files
cursor_ai/config/migration.yaml

42 lines
1.0 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Конфигурация миграции 1С, PostgreSQL, SSH
# Используется: 1c-migration.py, example_postgresql.py, example_c1_cluster.py
logging:
level: INFO
ssh:
hostname: g.it.cln.su
port: 22222
username: root
pkey_file: /root/.ssh/id_rsa
host_keys: "~/.ssh/known_hosts"
postgresql:
archive_server: 1c.it.cln.su
restore_server: postgres.it.cln.su
backup_date: "16.12.2025"
extra_backup: true
postgres_user: postgres
postgres_password: PrestigePostgres
c1:
lxc_container_name: c1
cluster_user: neon
cluster_password: "Pre$tige310582"
db_server: postgres.it.cln.su
db_user: postgres
db_password: PrestigePostgres
infobase_user: neon
infobase_password: "$F%G^H&J*K"
migration:
archive_bases_name:
- salon
- lmotor-ut
- staretail
- uran-ut
restore_bases_name: null # если null — используется archive_bases_name
bases: null # для примеров; если null — archive_bases_name
scheduled_jobs_deny: on
sessions_deny: off