+4
-3
lines changedFilter options
+4
-3
lines changed Original file line number Diff line number Diff line change
@@ -36,16 +36,17 @@ The binary only needs `pg_dumpall` and `pg_dump`.
36
36
## Install from source
37
37
38
38
```
39
-
go get -u github.com/orgrim/pg_back
39
+
go install github.com/orgrim/pg_back@latest
40
40
```
41
41
42
-
Use `make` to build and install from source (you need go 1.16 or above).
42
+
Use `make` to build and install from source (you need go 1.20 or above).
43
43
44
44
As an alternative, the following *docker* command downloads, compiles and puts `pg_back`
45
45
in the current directory:
46
46
47
47
```
48
-
docker run --rm -v "$PWD":/go/bin golang:1.16 go get github.com/orgrim/pg_back
48
+
docker run -u $(id -u) --rm -v "$PWD":/go/bin golang:1.20 -v "$PWD/.cache":/.cache \
49
+
go install github.com/orgrim/pg_back@latest
49
50
```
50
51
51
52
## Minimum versions
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4