We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
migrate --check
migrate --plan |grep
1 parent 21aa39e commit f9fb499Copy full SHA for f9fb499
1 file changed
manifests/database.pp
@@ -30,7 +30,7 @@
30
31
pulpcore::admin { 'migrate --noinput':
32
timeout => $timeout,
33
- unless => 'pulpcore-manager migrate --plan | grep "No planned migration operations"',
+ unless => 'pulpcore-manager migrate --check',
34
refreshonly => false,
35
}
36
0 commit comments