[10:26:22]
<bamf> It's a client, not a server. You can use ist to connect your YunoHost server to a running Wireguard server
[10:33:07]
<Anmol> > <@bamf:matrix.f1sh.de> It's a client, not a server. You can use ist to connect your YunoHost server to a running Wireguard server
Will I need to setup something on the server side in wireguard other than the peer connection?
[10:34:57]
<Salamandar> > <@denisapain:matrix.org> might be because ynh-portal has user id 999 (yep thats the reason, inside the container, the user running the servers has uid 999)
ah…
[16:12:30]
<rodinux> I have a problem with Borg Backup failed since an upgrade in a Yunohost of 2 Borg App
[16:14:49]
<rodinux> `Remote: sh: 1: borg: not found
Could not run script: /etc/yunohost/hooks.d/backup_method/05-borg_app
Custom backup method could not get past the 'backup' step
Failed to format translated string 'backup_applying_method_custom': 'Calling the custom backup method '{method}'…' with arguments '()' and '{}, raising error: KeyError('method') (don't panic this is just a warning)
Failed to format translatable string 'backup_applying_method_custom': 'Calling the custom backup method '{method}'…' with arguments '()' and '{}', raising error: KeyError('method') (don't panic this is just a warning)
Remote: sh: 1: borg: not found
Could not run script: /etc/yunohost/hooks.d/backup_method/05-borg_app
Custom backup method could not get past the 'backup' step
Failed to format translated string 'backup_applying_method_custom': 'Calling the custom backup method '{method}'…' with arguments '()' and '{}, raising error: KeyError('method') (don't panic this is just a warning)
Failed to format translatable string 'backup_applying_method_custom': 'Calling the custom backup method '{method}'…' with arguments '()' and '{}', raising error: KeyError('method') (don't panic this is just a warning)
Remote: sh: 1: borg: not found
Remote: sh: 1: borg: not found
Could not run script: /etc/yunohost/hooks.d/backup_method/05-borg_app
Custom backup method could not get past the 'backup' step`
[16:17:14]
<rodinux> https://paste.yunohost.org/raw/ucasexajer
[16:19:07]
<Aleks (he/him/il/lui)> ` WARNING - Remote: sh: 1: borg: not found`
[16:19:30]
<Aleks (he/him/il/lui)> sounds like the issue that the corresponding borgserver doesnt have the proper stuff in the authorized key file ... i guess this was a fixed a few days ago
[16:20:15]
<Aleks (he/him/il/lui)> or maybe that's fixed in https://github.com/YunoHost-Apps/borgserver_ynh/pull/69 ?
[16:20:28]
<Aleks (he/him/il/lui)> anyway idk i would check with the other server that borgserver is somewhat up to date
[16:21:26]
<rodinux> I have upgraded it today
[16:21:51]
<Aleks (he/him/il/lui)> the borgserver app ?
[16:28:48]
<rodinux> I have installed 2 borgserver in this yunohost, one for backup another yunohost server another to backup another server...
[16:29:55]
<rodinux> So I have a borgserver and a brogserver__2, I update them this morning...
[16:30:06]
<Aleks (he/him/il/lui)> then maybe the fix is in PR #69
[16:30:13]
<rodinux> 1.2.8~ynh5
[16:32:19]
<rodinux> OK, you think I can upgrade to this PR ?
[16:32:54]
<Aleks (he/him/il/lui)> ¯\_(ツ)_/¯
[16:35:26]
<rodinux> Or I can remove and install a backup ??
[16:57:38]
<rodinux> Thanks, I have try the banch testing, it seems good...
[17:15:04]
<rodinux> well I am not sure, one of the backups succeed for borgserver, but for borgserver__2 it fails
[17:16:27]
<rodinux> 2024-08-30 19:13:21,831 ERROR Connection closed by remote host. Is borg working on the server
[17:25:26]
<rodinux> app=borg; BORG_PASSPHRASE="$(yunohost app setting $app passphrase)" BORG_RSH="ssh -p xxxx userborg@domainborgserver -i /root/.ssh/id_borg_ed25519 -oStrictHostKeyChecking=yes " /var/www/${app}/venv/bin/borg list userborg@domainborgserver:/~/Backupfolder
Remote: No ECDSA host key is known for [domainborgserver.tld]:xxxx and you have requested strict checking.
Remote: Host key verification failed.
Connection closed by remote host. Is borg working on the server?