summarylogtreecommitdiffstats
path: root/389-ds-base.install
diff options
context:
space:
mode:
Diffstat (limited to '389-ds-base.install')
-rw-r--r--389-ds-base.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/389-ds-base.install b/389-ds-base.install
new file mode 100644
index 000000000000..a31d73884354
--- /dev/null
+++ b/389-ds-base.install
@@ -0,0 +1,6 @@
+post_upgrade() {
+ echo "Important: Update 389-ds-base instances by stopping the appropriate systemd"
+ echo "services and running:"
+ echo
+ echo " /usr/bin/setup-ds.pl -u -s General.UpdateMode=offline"
+}