Message from discussion
Migrating gitorious to another machine
Received: by 10.204.130.7 with SMTP id q7mr1498723bks.2.1346082996340;
Mon, 27 Aug 2012 08:56:36 -0700 (PDT)
X-BeenThere: gitorious@googlegroups.com
Received: by 10.204.7.203 with SMTP id e11ls2767642bke.8.gmail; Mon, 27 Aug
2012 08:56:34 -0700 (PDT)
Received: by 10.204.154.76 with SMTP id n12mr1503463bkw.1.1346082994156;
Mon, 27 Aug 2012 08:56:34 -0700 (PDT)
Received: by 10.204.154.76 with SMTP id n12mr1503462bkw.1.1346082994126;
Mon, 27 Aug 2012 08:56:34 -0700 (PDT)
Return-Path: <tho...@gitorious.org>
Received: from mail-lpp01m010-f51.google.com (mail-lpp01m010-f51.google.com [209.85.215.51])
by gmr-mx.google.com with ESMTPS id q3si4647392bkv.1.2012.08.27.08.56.33
(version=TLSv1/SSLv3 cipher=OTHER);
Mon, 27 Aug 2012 08:56:33 -0700 (PDT)
Received-SPF: neutral (google.com: 209.85.215.51 is neither permitted nor denied by best guess record for domain of tho...@gitorious.org) client-ip=209.85.215.51;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.215.51 is neither permitted nor denied by best guess record for domain of tho...@gitorious.org) smtp.mail=tho...@gitorious.org
Received: by lahe6 with SMTP id e6so2134188lah.38
for <gitorious@googlegroups.com>; Mon, 27 Aug 2012 08:56:33 -0700 (PDT)
d=google.com; s=20120113;
h=message-id:date:from:reply-to:organization:user-agent:mime-version
:to:cc:subject:references:in-reply-to:content-type
:x-gm-message-state;
bh=nDydr0SUTfXUeke87nvaAjglvl+KeUsN+oAREHwfKBY=;
b=T7MwXZRwzRNUuglX7RlzQj/pWBQdTODmD8im5sCsdKEzLbu11nEekA/nMubt6lC3+z
UFFHH+Z2lSh9mikGCKBC+O7zdJDVxRnMI7GLnKmj6ZGa/b5j8plHOfFg6BTIAV63mwca
qLw6tOOzY8uxnQ1l/r4Mh4D4DqhpgGbGtrqECwvn0HnPsGzWpVmmJfwGihYJ0W+a5/dz
0qiZj27E3Hr8pAeBYtKIsWi2IYXPbCskqdoF2Xc7r8ljo29mzTSCfee6yxad/3i+lBiu
pD7RsB3tp2H7QMdoYSrppovyrGwI6la8v1adG2uFYzcsCh+3i+GMK72/Govn5UTXaYI6
wUvQ==
Received: by 10.112.103.68 with SMTP id fu4mr6852411lbb.56.1346082993390;
Mon, 27 Aug 2012 08:56:33 -0700 (PDT)
Return-Path: <tho...@gitorious.org>
Received: from [10.0.0.48] (ti0018a380-dhcp0066.bb.online.no. [85.167.124.67])
by mx.google.com with ESMTPS id mq9sm19425769lab.0.2012.08.27.08.56.30
(version=SSLv3 cipher=OTHER);
Mon, 27 Aug 2012 08:56:31 -0700 (PDT)
Message-ID: <503B98AD.1060...@gitorious.com>
Date: Mon, 27 Aug 2012 17:56:29 +0200
From: Thomas Kjeldahl Nilsson <tho...@gitorious.com>
Reply-To: tho...@gitorious.com
Organization: Gitorious AS
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0
MIME-Version: 1.0
To: luist <lu...@syst.com.br>
CC: gitorious@googlegroups.com
Subject: Re: [gitorious] Migrating gitorious to another machine
References: <743ab325-de09-40cd-b456-68a51cfdb62d@googlegroups.com> <503B50CB.6070...@gitorious.com> <82b54c5d-8c05-432d-87be-c5ef1e8ce617@googlegroups.com>
In-Reply-To: <82b54c5d-8c05-432d-87be-c5ef1e8ce617@googlegroups.com>
Content-Type: multipart/alternative;
boundary="------------090109040609020103050209"
X-Gm-Message-State: ALoCoQnoEV+8ZDyDN9nihlYCxBoKld9lRTxZ1ZzS50K82PavjwC3Y3IWGfbVs6wLBlvGTEYGBrOI
This is a multi-part message in MIME format.
--------------090109040609020103050209
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Hello again,
Running bundle install straight up only installs the dependency gems in
a path specific to your current user, not the gitorious "git" user. So
you probably just need to run it for the gitorious user as well, if you
have not already done so:
sudo su git -c "bundle install"
cheers,
Thomas
On 08/27/2012 05:31 PM, luist wrote:
> Hello. This seems to be very useful, but the old machine has some
> problems and I can only access it read-only to backup the data manually.
>
> I checked the new resource to diagnose the new instalation. I tried to
> use it but got this: http://pastie.org/4597818
> What am i missing?
>
> Em segunda-feira, 27 de agosto de 2012 07h49min47s UTC-3, Thomas
> Kjeldahl Nilsson escreveu:
>
>
> Hi Luist,
>
> I recently added a pair of Rake tasks to make snapshotting/restoring
> Gitorious state simpler. Pull from mainline, and check out
> /lib/tasks/backup.rake (documentation included in the source code
> of the
> rake tasks.)
>
> best regards,
> Thomas
>
>
>
> On 08/24/2012 11:17 PM, luist wrote:
> > Hello,
> >
> > I'm having many problems configuring a new machine to run gitorious
> > and migrating the data from the old one.
> >
> > Can anyone point me what should i backup and what should i re-do
> from
> > scratch?
> > Where are the user/login information stored?
> > --
> > To post to this group, send email to gito...@googlegroups.com
> <javascript:>
> > To unsubscribe from this group, send email to
> > gitorious+...@googlegroups.com <javascript:>
>
>
> --
> best regards,
> Thomas Kjeldahl Nilsson
> http://gitorious.com
>
--
best regards,
Thomas Kjeldahl Nilsson
http://gitorious.com
--------------090109040609020103050209
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hello again,<br>
<br>
Running bundle install straight up only installs the dependency
gems in a path specific to your current user, not the gitorious
"git" user. So you probably just need to run it for the gitorious
user as well, if you have not already done so:<br>
<br>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
sudo su git -c "bundle install"<br>
<br>
<br>
cheers,<br>
Thomas<br>
<br>
On 08/27/2012 05:31 PM, luist wrote:<br>
</div>
<blockquote
cite="mid:82b54c5d-8c05-432d-87be-c5ef1e8ce617@googlegroups.com"
type="cite">Hello. This seems to be very useful, but the old
machine has some problems and I can only access it read-only to
backup the data manually.
<div><br>
</div>
<div>I checked the new resource to diagnose the new instalation. I
tried to use it but got this:Â <a class="moz-txt-link-freetext" href="http://pastie.org/4597818">http://pastie.org/4597818</a></div>
<div>What am i missing?<br>
<br>
Em segunda-feira, 27 de agosto de 2012 07h49min47s UTC-3, Thomas
Kjeldahl Nilsson escreveu:
<blockquote class="gmail_quote" style="margin: 0;margin-left:
0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">
<br>
Hi Luist,
<br>
<br>
I recently added a pair of Rake tasks to make
snapshotting/restoring <br>
Gitorious state simpler. Pull from mainline, and check out <br>
/lib/tasks/backup.rake (documentation included in the source
code of the <br>
rake tasks.)
<br>
<br>
best regards,
<br>
Thomas
<br>
<br>
<br>
<br>
On 08/24/2012 11:17 PM, luist wrote:
<br>
> Hello,
<br>
>
<br>
> I'm having many problems configuring a new machine to run
gitorious <br>
> and migrating the data from the old one.
<br>
>
<br>
> Can anyone point me what should i backup and what should
i re-do from <br>
> scratch?
<br>
> Where are the user/login information stored?
<br>
> -- <br>
> To post to this group, send email to <a
moz-do-not-send="true" href="javascript:" target="_blank"
gdf-obfuscated-mailto="4h_DaWw0QFAJ">gito...@googlegroups.com</a>
<br>
> To unsubscribe from this group, send email to
<br>
> <a moz-do-not-send="true" href="javascript:"
target="_blank" gdf-obfuscated-mailto="4h_DaWw0QFAJ">gitorious+...@<wbr>googlegroups.com</a>
<br>
<br>
<br>
-- <br>
best regards,
<br>
Thomas Kjeldahl Nilsson
<br>
<a moz-do-not-send="true" href="http://gitorious.com"
target="_blank">http://gitorious.com</a>
<br>
<br>
</blockquote>
</div>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
best regards,
Thomas Kjeldahl Nilsson
<a class="moz-txt-link-freetext" href="http://gitorious.com">http://gitorious.com</a></pre>
</body>
</html>
--------------090109040609020103050209--