mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
ba6b6e12cc
* Fix ingestion of MDM server for macOS and Windows hosts * Return early if there are no mobile_device_management_solutions to clean up * Run make dump-test-schema * Fix TestHosts/DeleteHosts test * Add test for host unenrolling from MDM * Fix lint * Fix typo * Identify Fleet MDM * Move logic to deduce MDM name out of Datastore * Run make dump-test-schema * Remove printfs from migration
6 lines
166 B
Bash
Executable File
6 lines
166 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
docker run --rm -i --network fleet_default mysql:5.7 bash -c 'gzip -dc - | mysql -hmysql -uroot -ptoor fleet' < backup.sql.gz
|
|
|