Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3763201
D615.id1509.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
755 B
Referenced Files
None
Subscribers
None
D615.id1509.diff
View Options
diff --git a/files/usr/local/bin/setup-phabricator b/files/usr/local/bin/setup-phabricator
--- a/files/usr/local/bin/setup-phabricator
+++ b/files/usr/local/bin/setup-phabricator
@@ -4,6 +4,12 @@
# MYSQL
bin/config set mysql.host mysql
+# mysql.host variable is fixed and should always be set as 'mysql',
+# according to https://devcentral.nasqueron.org/diffusion/DPHAB/ :
+# > a MySQL container linked as 'mysql' (--link <your MySQL container>:mysql),
+# > which could be the official MySQL image or our nasqueron/mysql image,
+# > optimized for Phabricator.
+
bin/config set mysql.pass "$MYSQL_ENV_MYSQL_ROOT_PASSWORD"
if [ -n "$PHABRICATOR_STORAGE_NAMESPACE" ]; then
bin/config set storage.default-namespace "$PHABRICATOR_STORAGE_NAMESPACE"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 21:39 (20 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2256511
Default Alt Text
D615.id1509.diff (755 B)
Attached To
Mode
D615: Explain why mysql.host is written in hard
Attached
Detach File
Event Timeline
Log In to Comment