Peertube: upgrade to beta 13

Created on 16 Sep 2018  路  2Comments  路  Source: Chocobozzz/PeerTube

Hi all,

I have upgrade 2 instance just now, and on one instance i got the following error :

Sep 16 19:14:03 debian peertube[31352]: > [email protected] start /var/www/peertube/versions/peertube-v1.0.0-beta.13 Sep 16 19:14:03 debian peertube[31352]: > node dist/server Sep 16 19:14:03 debian peertube[31352]: /var/www/peertube/versions/peertube-v1.0.0-beta.13/node_modules/config/lib/config.js:203 Sep 16 19:14:03 debian peertube[31352]: throw new Error('Configuration property "' + property + '" is not defined'); Sep 16 19:14:03 debian peertube[31352]: ^ Sep 16 19:14:03 debian peertube[31352]: Error: Configuration property "search.remote_uri.users" is not defined

Can someone help me please ?

Best regards.

Most helpful comment

Thx @jadjay you solve my problem, i think i have forget this comand

sudo -u peertube cp /var/www/peertube/versions/peertube-${VERSION}/config/default.yaml /var/www/peertube/config/default.yaml

when i have try to update.

Best regards

All 2 comments

Yes : You need to copy the file peertube-latest/config/defaults.yaml in your config/ directory (next to your production.yml)

/var/www/peertube/peertube-latest/config/
|-- default.yaml                                               (copy this)
|-- production.yaml.example
/var/www/peertube/config/
|-- default.yaml                                     (to here)
`-- production.yaml

```

Thx @jadjay you solve my problem, i think i have forget this comand

sudo -u peertube cp /var/www/peertube/versions/peertube-${VERSION}/config/default.yaml /var/www/peertube/config/default.yaml

when i have try to update.

Best regards

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kabo picture kabo  路  3Comments

Angedestenebres picture Angedestenebres  路  3Comments

gegeweb picture gegeweb  路  3Comments

JohnXLivingston picture JohnXLivingston  路  3Comments

filmaidykai picture filmaidykai  路  3Comments