You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by di...@apache.org on 2021/10/26 15:46:17 UTC

[allura] branch dw/8399 updated: [#8399] updated CHANGES with notice of breaking Docker changes

This is an automated email from the ASF dual-hosted git repository.

dill0wn pushed a commit to branch dw/8399
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/dw/8399 by this push:
     new db116c3  [#8399] updated CHANGES with notice of breaking Docker changes
db116c3 is described below

commit db116c39ae3a06ab23021f7160fd86dc0a5b1be3
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Tue Oct 26 11:46:12 2021 -0400

    [#8399] updated CHANGES with notice of breaking Docker changes
---
 CHANGES | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/CHANGES b/CHANGES
index a241ef8..3cf2136 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+Unreleased
+
+Breaking Changes
+ * [#8399] In an effort to update the Docker startup steps to make them as 
+   easy as possible and compatible across as many OS's as possible, the default
+   allura-data location has been moved from `/allura-data` to `./allura-data`.
+   This will likely break existing Docker deployments. To fix your deployment,
+   Either set the LOCAL_SHARED_DATA_ROOT env variable to /allura-data or change
+   the value in the local `.env` file (or move your /allura-data to
+   ./allura-data).
+
+
 Version 1.13.0  (May 2021)
 
 This release supports Python 2.7, 3.6, and 3.7.