From nobody Mon Oct 04 13:21:37 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3A23817B74C6 for ; Mon, 4 Oct 2021 13:21:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HNLw20BxHz4mbp for ; Mon, 4 Oct 2021 13:21:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D53E219F3C for ; Mon, 4 Oct 2021 13:21:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 194DLbq1071820 for ; Mon, 4 Oct 2021 13:21:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 194DLbZM071819 for ports-bugs@FreeBSD.org; Mon, 4 Oct 2021 13:21:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 258922] www/gitlab-ce backup TypeError: no implicit conversion of nil into String Date: Mon, 04 Oct 2021 13:21:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: admin@asu-vei.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mfechner@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258922 Bug ID: 258922 Summary: www/gitlab-ce backup TypeError: no implicit conversion of nil into String Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mfechner@FreeBSD.org Reporter: admin@asu-vei.ru Flags: maintainer-feedback?(mfechner@FreeBSD.org) Assignee: mfechner@FreeBSD.org Before upgrade gitlab-ce from 14.2.2 to 14.3.2 one should make a backup. Wh= ile backup creating I have [10-04 3:28pm] root@mail [~] %> su -l git -c "cd /usr/local/www/gitlab-ce &= &=20 rake gitlab:backup:create RAILS_ENV=3Dproduction --trace" ** Invoke gitlab:backup:create (first_time) ** Invoke gitlab_environment (first_time) ** Execute gitlab_environment ** Invoke environment (first_time) ** Execute environment ** Execute gitlab:backup:create ** Invoke gitlab:backup:db:create (first_time) ** Invoke gitlab_environment ** Execute gitlab:backup:db:create 2021-10-04 15:30:59 +0300 -- Dumping database ... Dumping PostgreSQL database gitlabhq_production ... [DONE] 2021-10-04 15:31:05 +0300 -- done ** Invoke gitlab:backup:repo:create (first_time) ** Invoke gitlab_environment ** Execute gitlab:backup:repo:create 2021-10-04 15:31:05 +0300 -- Dumping repositories ... rake aborted! TypeError: no implicit conversion of nil into String /usr/local/www/gitlab-ce/lib/backup/gitaly_backup.rb:75:in `absolute_path' /usr/local/www/gitlab-ce/lib/backup/gitaly_backup.rb:75:in `bin_path' /usr/local/www/gitlab-ce/lib/backup/gitaly_backup.rb:28:in `start' /usr/local/www/gitlab-ce/lib/backup/repositories.rb:13:in `dump' /usr/local/www/gitlab-ce/lib/tasks/gitlab/backup.rake:114:in `block (4 leve= ls) in ' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/task.rb:281:in `bloc= k in execute' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/task.rb:281:in `each' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/task.rb:281:in `exec= ute' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/task.rb:219:in `bloc= k in invoke_with_call_chain' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/task.rb:199:in `synchronize' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/task.rb:199:in `invoke_with_call_chain' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/task.rb:188:in `invo= ke' /usr/local/www/gitlab-ce/lib/tasks/gitlab/backup.rake:13:in `block (3 level= s) in ' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/task.rb:281:in `bloc= k in execute' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/task.rb:281:in `each' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/task.rb:281:in `exec= ute' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/task.rb:219:in `bloc= k in invoke_with_call_chain' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/task.rb:199:in `synchronize' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/task.rb:199:in `invoke_with_call_chain' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/task.rb:188:in `invo= ke' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:160:in `invoke_task' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:116:in `block (2 levels) in top_level' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:116:in `each' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:116:in `block in top_level' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:125:in `run_with_threads' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:110:in `top_level' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:83:in `block in run' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:186:in `standard_exception_handling' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/lib/rake/application.rb:80:in `run' /usr/local/lib/ruby/gems/2.7/gems/rake-13.0.6/exe/rake:27:in `' /usr/local/bin/rake:23:in `load' /usr/local/bin/rake:23:in `
' Tasks: TOP =3D> gitlab:backup:repo:create line 72: def bin_path File.absolute_path(Gitlab.config.backup.gitaly_backup_path) end gitlab-ce: 14.2.2 gitaly: 14.2.2 FreeBSD: 13.0-RELEASE-p4 releng/13.0-940681634 Backup is not created. --=20 You are receiving this mail because: You are the assignee for the bug.=