Логи и конфиги переработаны, добавлен модуль ZFS и ведется работа с телеграм-ботом
This commit is contained in:
41
config/migration.yaml
Normal file
41
config/migration.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
# Конфигурация миграции 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
|
||||
Reference in New Issue
Block a user