@@ -159,9 +159,9 @@ Datapusher+ is a drop-in replacement for Datapusher, so it's installed the same
159
159
it to the appropriate directory, e.g. for Linux:
160
160
161
161
```bash
162
- wget https://github.com/jqnatividad/qsv/releases/download/0.108 .0/qsv-0.108 .0-x86_64-unknown-linux-gnu.zip
163
- unzip qsv-0.108 .0-x86_64-unknown-linux-gnu.zip
164
- rm qsv-0.108 .0-x86_64-unknown-linux-gnu.zip
162
+ wget https://github.com/jqnatividad/qsv/releases/download/0.134 .0/qsv-0.134 .0-x86_64-unknown-linux-gnu.zip
163
+ unzip qsv-0.134 .0-x86_64-unknown-linux-gnu.zip
164
+ rm qsv-0.134 .0-x86_64-unknown-linux-gnu.zip
165
165
sudo mv qsv* /usr/local/bin
166
166
```
167
167
@@ -223,9 +223,9 @@ There are two ways to deploy Datapusher+:
223
223
sudo apt install python3-virtualenv python3-dev python3-pip python3-wheel build-essential libxslt1-dev libxml2-dev zlib1g-dev git libffi-dev libpq-dev file
224
224
225
225
# Install qsv, if required
226
- wget https://github.com/jqnatividad/qsv/releases/download/0.108 .0/qsv-0.108 .0-x86_64-unknown-linux-gnu.zip -P /tmp
227
- unzip /tmp/qsv-0.108 .0-x86_64-unknown-linux-gnu.zip -d /tmp
228
- rm /tmp/qsv-0.108 .0-x86_64-unknown-linux-gnu.zip
226
+ wget https://github.com/jqnatividad/qsv/releases/download/0.134 .0/qsv-0.134 .0-x86_64-unknown-linux-gnu.zip -P /tmp
227
+ unzip /tmp/qsv-0.134 .0-x86_64-unknown-linux-gnu.zip -d /tmp
228
+ rm /tmp/qsv-0.134 .0-x86_64-unknown-linux-gnu.zip
229
229
sudo mv /tmp/qsv* /usr/local/bin
230
230
231
231
# if qsv is already installed, be sure to update it to the latest release
@@ -235,7 +235,7 @@ There are two ways to deploy Datapusher+:
235
235
# you're on an old distro (e.g. Ubuntu 18.04) without the required version of the glibc libraries.
236
236
# If so, try running the qsvdp_glibc-2.31 binary instead. If it runs, you can use it instead of the default qsvdp binary.
237
237
# If that still doesnt work, use the statically linked MUSL version instead
238
- # https://github.com/jqnatividad/qsv/releases/download/0.108 .0/qsv-0.108 .0-x86_64-unknown-linux-musl.zip
238
+ # https://github.com/jqnatividad/qsv/releases/download/0.134 .0/qsv-0.134 .0-x86_64-unknown-linux-musl.zip
239
239
240
240
# find out the locale settings
241
241
locale
0 commit comments