Caution
You are not reading the latest stable version of this documentation. If you want up-to-date information, please have a look at v1.7.
If your Scylla Manager is failing to apply 8th migration (008_*), then apply fix for TRUNCATE queries.
The TRUNCATE
queries requires hairpinning to be enabled. On minikube this is disabled by default.
To fix it execute the following command:
minikube ssh sudo ip link set docker0 promisc on