Was this page helpful?
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
Was this page helpful?