aboutsummaryrefslogtreecommitdiff
path: root/backend/database/dev/export-full-dump.sh
diff options
context:
space:
mode:
authorUMTS at Teleco <crt@teleco.ch>2025-12-22 11:06:06 +0100
committerUMTS at Teleco <crt@teleco.ch>2025-12-22 11:06:06 +0100
commit93317bd021075f2f541b667e51802d7964169a46 (patch)
treed4eea8a169532419451b0e262aa924debcc470c2 /backend/database/dev/export-full-dump.sh
parenta29302a0a7453c99d601ed0e40da1bbc6b68a417 (diff)
item replacement and relationships db update
Diffstat (limited to 'backend/database/dev/export-full-dump.sh')
-rwxr-xr-xbackend/database/dev/export-full-dump.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/database/dev/export-full-dump.sh b/backend/database/dev/export-full-dump.sh
index 782e4be..1a534b2 100755
--- a/backend/database/dev/export-full-dump.sh
+++ b/backend/database/dev/export-full-dump.sh
@@ -9,8 +9,8 @@ export PATH="/opt/homebrew/opt/mysql-client/bin:$PATH"
DB_HOST="127.0.0.1"
DB_PORT="3306"
-DB_USER="beepzone_user"
-DB_PASS="BeepZONE77"
+DB_USER="beepzone"
+DB_PASS="beepzone"
DB_NAME="beepzone"
echo "Exporting full database dump (schema + data + triggers)..."