diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-25 16:25:14 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-25 16:25:14 +0100 |
commit | f6160062f8841c6957a643429fb6926a06e508ee (patch) | |
tree | cfc846ba8c9f72647e120a832c7596fda8b73222 | |
parent | 3dd1f61bd6ffee8741aa139b8f371fdd57e54098 (diff) | |
download | PeerTube-f6160062f8841c6957a643429fb6926a06e508ee.tar.gz PeerTube-f6160062f8841c6957a643429fb6926a06e508ee.tar.zst PeerTube-f6160062f8841c6957a643429fb6926a06e508ee.zip |
Fix postgresql version
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | support/doc/dependencies.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 67a54a57f..5719a116c 100644 --- a/package.json +++ b/package.json | |||
@@ -7,7 +7,7 @@ | |||
7 | "engines": { | 7 | "engines": { |
8 | "node": ">=10.x <=15", | 8 | "node": ">=10.x <=15", |
9 | "yarn": ">=1.x", | 9 | "yarn": ">=1.x", |
10 | "postgres": ">=9.6", | 10 | "postgres": ">=10.x", |
11 | "redis-server": ">=2.8.18", | 11 | "redis-server": ">=2.8.18", |
12 | "ffmpeg": ">=4.1" | 12 | "ffmpeg": ">=4.1" |
13 | }, | 13 | }, |
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 5a159fe3c..0fdbdfc82 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -245,7 +245,7 @@ On a fresh install of [FreeBSD](https://www.freebsd.org), new system or new jail | |||
245 | ``` | 245 | ``` |
246 | pkg | 246 | pkg |
247 | pkg update | 247 | pkg update |
248 | pkg install -y sudo bash wget git python nginx pkgconf postgresql96-server postgresql96-contrib redis openssl node npm yarn ffmpeg unzip | 248 | pkg install -y sudo bash wget git python nginx pkgconf postgresql13-server postgresql13-contrib redis openssl node npm yarn ffmpeg unzip |
249 | ``` | 249 | ``` |
250 | 250 | ||
251 | 2. Allow users in the wheel group (hope you don't forgot to add your user on wheel group!) to use sudo. | 251 | 2. Allow users in the wheel group (hope you don't forgot to add your user on wheel group!) to use sudo. |