[Bps-public-commit] rt-extension-changemanagement branch master updated. 9b88366de1bc996f35bbc630fd614f6bd66baeab

BPS Git Server git at git.bestpractical.com
Fri May 13 19:14:31 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-changemanagement".

The branch, master has been updated
       via  9b88366de1bc996f35bbc630fd614f6bd66baeab (commit)
      from  ebbf8c9ba232fa6bd9494943ad3bd0668dd4fc02 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9b88366de1bc996f35bbc630fd614f6bd66baeab
Author: Jason Crome <jcrome at bestpractical.com>
Date:   Fri May 13 15:13:22 2022 -0400

    Add missing UPGRADING.pod

diff --git a/UPGRADING.pod b/UPGRADING.pod
new file mode 100644
index 0000000..33fdb0a
--- /dev/null
+++ b/UPGRADING.pod
@@ -0,0 +1,27 @@
+=head1 UPGRADING FROM 0.01
+
+The upgrade process is very similar to installation:
+
+=over
+
+=item C<perl Makefile.PL>
+
+=item C<make>
+
+=item C<make install>
+
+=back
+
+Once C<make install> finishes, the database upgrade can be performed:
+
+    /opt/rt5/sbin/rt-setup-database --action insert --datafile etc/upgrade/0.02/content \
+        --package RT::Extension::ChangeManagement --ext-version 0.02
+
+Finally, clear your mason cache:
+
+    rm -rf /opt/rt5/var/mason_data/obj
+
+and restart your webserver.
+
+=cut
+
-----------------------------------------------------------------------

Summary of changes:
 UPGRADING.pod | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 UPGRADING.pod


hooks/post-receive
-- 
rt-extension-changemanagement


More information about the Bps-public-commit mailing list