Skip to content

Commit

Permalink
fixed keycloak export
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Jun 4, 2024
1 parent c9981a4 commit 82d28da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/backups/keycloak_export/export_keycloak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ fi

if [ "${WEBAPP_ENV}" == "prod" ]
then
set -o allexport
extension=env_
source $ROOT/.$extension$WEBAPP_ENV
set +o allexport

dump_path=$SCRIPTPATH/prod
mkdir -p $dump_path
dump_name=production-dump-$DATE.sql
Expand Down

0 comments on commit 82d28da

Please sign in to comment.