Files
Scripts/aurora/aurora.conf
2025-09-09 09:59:55 +02:00

33 lines
1006 B
Plaintext

# Configuration for the HANA Aurora Refresh Script
# Place this file in the same directory as the aurora_refresh.sh script.
# --- Main Settings ---
# The source production schema to be copied.
SCHEMA="SBO_DEMO"
# The user who will be granted privileges on the new Aurora schema.
AURORA_SCHEMA_USER="B1_53424F5F4348494D5045585F4155524F5241_RW"
# The database user for performing backup and administrative tasks.
BACKOP_USER="CRONKEY"
# --- Paths and Files ---
# The root directory where the script and its associated files are located.
SCRIPT_ROOT="/usr/sap/NDB/home/tools"
# The base directory for storing the temporary schema export.
BACKUP_DIR="/hana/shared/backup/schema"
# The full path to the HANA hdbsql executable.
HDBSQL="/usr/sap/NDB/HDB00/exe/hdbsql"
# --- Post-Import Scripts ---
# A space-separated list of SQL script files to run after the import is complete.
# These scripts should be located in the SCRIPT_ROOT directory.
#POST_SQL="NAVO_PARAMS.sql GRANT_OLI_ARF.sql"
POST_SQL=""