File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ podman run \
3434 --volume=./initdb.d:/docker-entrypoint-initdb.d:z \
3535 --volume mysql-data:/var/lib/mysql/:Z \
3636 --env MARIADB_ROOT_PASSWORD=Nethesis@1234 \
37- --env MARIADB_DATABASE=semaphoreui \
38- --env MARIADB_USER=semaphoreui \
37+ --env MARIADB_DATABASE=semaphore \
38+ --env MARIADB_USER=semaphore \
3939 --env MARIADB_PASSWORD=Nethesis@1234 \
4040 --replace --name=restore_db \
4141 ${MARIADB_IMAGE}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if ! systemctl --user -q is-active semaphoreui.service; then
1616fi
1717
1818podman exec mariadb-app mysqldump \
19- --databases semaphoreui \
19+ --databases semaphore \
2020 --user=root \
2121 --password=" $MARIADB_ROOT_PASSWORD " \
2222 --default-character-set=utf8mb4 \
You can’t perform that action at this time.
0 commit comments