savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [247] MigrationChecklist: new page


From: assafgordon
Subject: [Savannah-cvs] [247] MigrationChecklist: new page
Date: Sun, 2 Oct 2016 18:56:23 +0000 (UTC)

Revision: 247
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=247
Author:   agn
Date:     2016-10-02 18:56:21 +0000 (Sun, 02 Oct 2016)
Log Message:
-----------
MigrationChecklist: new page

Modified Paths:
--------------
    trunk/sviki/SavannahHosts.mdwn

Added Paths:
-----------
    trunk/sviki/MigrationChecklist.mdwn

Added: trunk/sviki/MigrationChecklist.mdwn
===================================================================
--- trunk/sviki/MigrationChecklist.mdwn                         (rev 0)
+++ trunk/sviki/MigrationChecklist.mdwn 2016-10-02 18:56:21 UTC (rev 247)
@@ -0,0 +1,56 @@
+Migration Check List
+====================
+
+Things to do before going live with the new VMs.
+
+
+For frontend/web interface
+--------------------------
+
+* Copy project-submissions and tracker-attachments from
+  `frontend` to `frontend0` one last time, see
+  `frontend:/root/agn/sync-sv-uploads-to-frontend0.sh`.
+
+* then set owner on submissions/uploads to `www-data` user,
+  see `frontend0:/root/agn/sv-set-uploads-ownership.sh`.
+
+* Update `frontend0:/etc/savane/.savane.conf.php`, remove
+  `frontend0.` prefix in domain names:
+
+        $sys_default_domain="savannah.gnu.org";
+        $sys_brother_domain="savannah.nongnu.org";
+
+    Similarly in `frontned0:/etc/savane/nongnu-conf/.savane.conf.php`:
+
+        $sys_default_domain="savannah.nongnu.org";
+        $sys_brother_domain="savannah.gnu.org";
+
+* Update `frontend0:/etc/savane/.savane.conf.php`, disable email-override
+  debug feature, comment-out this line:
+
+        $sys_debug_email_override_address = "address@hidden";
+
+
+
+Internal0 (MySQL + DNS)
+-----------------------
+
+* Copy MySQL database `savane` from `internal` to `internal0`.
+
+* Copy `internal:/etc/bind/master/savane.*` to `internal0`,
+  and install/configure DNS, to make it work as described
+  in [[DNS]].
+
+
+Wiki and Documentation
+----------------------
+
+* Document Postfix/mail setup on frontend0/vcs0.
+  Is the information in [[MailSystem]] up-to-date ?
+
+
+
+See Also
+--------
+
+'TO DO Items' and 'FIXME' in [[SavannahHosts]].
\ No newline at end of file

Modified: trunk/sviki/SavannahHosts.mdwn
===================================================================
--- trunk/sviki/SavannahHosts.mdwn      2016-10-02 01:56:39 UTC (rev 246)
+++ trunk/sviki/SavannahHosts.mdwn      2016-10-02 18:56:21 UTC (rev 247)
@@ -562,7 +562,7 @@
    done
 
 FIXME: Copy the content of these directories from `frontend` to `frontend0`
-before going live.
+before going live. See [[MigrationChecklist]].
 
 See [[FrontEndSetup]], [[FrontEndDevelopmentSite]] for details
 about Apache/PHP/db configuration from the frontend's website.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]