Refactor server management scripts and update documentation - #31
Open
gpas45 wants to merge 1 commit into
Open
Conversation
- pgsql: удалён отсутствующий pg_setup.sh, добавлены pg-server-manager.sh и INSTALL-pgpro-1c.md - pgsql/pgpro: убраны удалённые pgpro-setup.sh и pg_add_cluster.sh - linux: устаревшие 1c_full_upgrade.sh/1c_web_apache.sh заменены на реальный 1c/1c-server-manager.sh - windows: добавлены cert.ps1 и fips.ps1 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01F9GFmjdGpXmCFfCiMW1uwg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR consolidates and refactors server management tooling across PostgreSQL and 1C platforms, replacing multiple specialized scripts with unified interactive managers. Documentation is updated to reflect these changes and new additions.
Key Changes
PostgreSQL/Postgres Pro (
pgsql/)Replaced
pg_setup.shwith newpg-server-manager.sh: A comprehensive interactive TUI (whiptail/dialog) manager for Postgres Pro 1C on Debian/Ubuntu that handles:Added
INSTALL-pgpro-1c.md: Manual step-by-step installation guide for Postgres Pro 1C in LXC (Debian 13) as a command-by-command equivalent to the automated managerRemoved from
pgpro/README.md:pgpro-setup.sh(consolidated into parent-level manager)pg_add_cluster.sh(functionality integrated into manager)1C:Enterprise (
linux/)1c_full_upgrade.shand1c_web_apache.sh) with unified1c-server-manager.sh: An interactive TUI manager for 1C:Enterprise 8.3 on Linux (Debian/Ubuntu/Astra/Mint) providing:Windows (
windows/)cert.ps1: Self-signed SSL certificate generation (RSA 2048) and RDP assignment via WMIfips.ps1: FIPS policy verification with commented disable/reboot commandsImplementation Details
https://claude.ai/code/session_01F9GFmjdGpXmCFfCiMW1uwg