molgenis / molgenis-service-armadillo

Armadillo; a DataSHIELD implementation, part of the MOLGENIS suite
https://molgenis.github.io/molgenis-service-armadillo/
GNU Lesser General Public License v3.0
7 stars 10 forks source link

Install v3.4 using old v3.4 docs #616

Closed clemens-tolboom closed 8 months ago

clemens-tolboom commented 9 months ago

To test a v3.4 installation for upgrade we need the docs online. For now simplest is to:

Running the old release-test.R

Make sure to checkout v.3.4.0 branch

release git:(v3.4.0) ✗ git status
HEAD detached at v3.4.0

Bugs on v3.4 setup

Related

See #594 for upgrade instructions to v4.x

RubenOPS commented 9 months ago
ls -al /etc/cron.*

/etc/cron.weekly:
total 16
drwxr-xr-x   2 root root 4096 Jan 24 13:56 .
drwxr-xr-x 104 root root 4096 Jan 24 13:56 ..
-rw-r--r--   1 root root  102 Mar 23  2022 .placeholder
lrwxrwxrwx   1 root root   48 Jan 24 13:56 check-armadillo-update -> /usr/share/armadillo/application/check-update.sh
-rwxr-xr-x   1 root root 1020 Mar 17  2022 man-db
root@armadillo-backend07:/usr/share/armadillo/application# ls -al
total 109296
drwxr-xr-x 2 root armadillo      4096 Jan 24 13:57 .
drwxr-xr-x 5 root armadillo      4096 Jan 24 13:56 ..
-rw-r--r-- 1 root root      111898996 Sep 21 09:23 armadillo-3.4.0.jar
-rw-r--r-- 1 root root           1586 Jan 24 13:57 armadillo-check-update.sh
-rwxr-xr-x 1 root root           4070 Jan 24 13:56 armadillo-update.sh
lrwxrwxrwx 1 root root             52 Jan 24 13:56 armadillo.jar -> /usr/share/armadillo/application/armadillo-3.4.0.jar
clemens-tolboom commented 9 months ago

We got two problems login and add user

Adding the application.yml snippet works for v3.4.0

server:
  forward-headers-strategy: framework
  error:
    include-binding-errors: always
    include-message: always
clemens-tolboom commented 9 months ago

This needs update of master docs with warnings installing a v3.4