2013-07-08 55 views
1

之後立即停止我已將GitLab的版本升級到5.3,並使用Nginx代替Apache。它工作了一次,現在我看到GitLab停了下來。所以我嘗試用這個命令重新啓動服務sudo service gitlab start並觀察htop發生了什麼。我注意到,1或2分鐘後,gitlab服務停止,我不知道爲什麼...GitLab啓動但在

我使用的是一個AWS EC2微型實例。

如何在GitLab中檢索我所有的存儲庫並將它們導入到BitBucket(或GitHub)?

謝謝。

環境信息

$ sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production 

System information 
System:  Ubuntu 12.04 
Current User: git 
Using RVM: no 
Ruby Version: 1.9.3p327 
Gem Version: 1.8.23 
Bundler Version:1.2.3 
Rake Version: 10.0.4 

GitLab information 
Version: 5.3.0 
Revision: e1c473c 
Directory: /home/git/gitlab 
DB Adapter: mysql2 
URL:  https://domaine-name.com 
HTTP Clone URL: https://domaine-name.com/some-project.git 
SSH Clone URL: [email protected]:some-project.git 
Using LDAP: no 
Using Omniauth: no 

GitLab Shell 
Version: 1.4.0 
Repositories: /home/git/repositories/ 
Hooks:  /home/git/gitlab-shell/hooks/ 
Git:  /usr/bin/git 

回答

0

我怎樣才能找回我的GitLab所有存儲庫,並將其導入到位桶(或GitHub的)?

您可以:

  • 登錄您的AWS EC2微實例(像Bitnami stack描述或以下這installation blog post
  • 轉至裸回購存儲(如gitlab.yml config file提到)
  • 爲每一個打包(見my answer on git bundle):這將生成一個文件每個回購,這是更容易複製
  • 將您的本地PC上的這些軟件包文件複製到您的本地PC上(一個軟件包是可以接受的遠程軟件!)
  • git clone mybundle作品)
  • add a remote到GitHub的空回購已宣佈第一
  • 推GitHub的
相關問題