Skip to content

Commit

Permalink
Update MARIADB_PASSWORD in restoreDB script
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Dec 29, 2023
1 parent 984c281 commit bcd6318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/actions/restore-module/40restoreDB
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ podman run \
--env MARIADB_ROOT_PASSWORD=Nethesis,1234 \
--env MARIADB_DATABASE=sogo \
--env MARIADB_USER=sogo \
--env MARIADB_PASSWORD=sogo \
--env MARIADB_PASSWORD=Nethesis,1234 \
--replace --name=restore_db \
${MARIADB_IMAGE}

0 comments on commit bcd6318

Please sign in to comment.