Compare commits

..

2 commits

Author SHA1 Message Date
bd438f03e4
Check every day at 5 am instead of hourly
All checks were successful
/ lint (pull_request) Successful in 27s
/ deploy-aarch64 (pull_request) Successful in 59s
/ build-aarch64 (pull_request) Successful in 7m39s
/ build-x86_64 (pull_request) Successful in 35s
/ deploy-x86_64 (pull_request) Successful in 28s
2024-10-28 08:37:24 -04:00
bf00362653
ilot/listmonk: upgrade to 4.0.1 2024-10-28 08:37:19 -04:00
2 changed files with 8 additions and 0 deletions

View file

@ -10,6 +10,7 @@ license="AGPL3"
depends=" depends="
libcap-setcap libcap-setcap
postgresql postgresql
postgresql-contrib
procps procps
" "
makedepends="go npm nodejs yarn" makedepends="go npm nodejs yarn"
@ -52,6 +53,7 @@ package() {
install -Dm644 -t "$pkgdir"/usr/share/webapps/listmonk/ \ install -Dm644 -t "$pkgdir"/usr/share/webapps/listmonk/ \
schema.sql \ schema.sql \
queries.sql \ queries.sql \
permissions.json \
config.toml.sample config.toml.sample
install -Dm755 listmonk "$pkgdir"/usr/share/webapps/listmonk/ install -Dm755 listmonk "$pkgdir"/usr/share/webapps/listmonk/
install -Dm644 -t "$pkgdir"/usr/share/webapps/listmonk/frontend/dist/ \ install -Dm644 -t "$pkgdir"/usr/share/webapps/listmonk/frontend/dist/ \

View file

@ -10,6 +10,12 @@ if [ "${0##*.}" = 'post-upgrade' ]; then
* *
* listmonk --upgrade * listmonk --upgrade
* *
* If upgrading from v3.0.0, please first set the following env variables:
*
* export LISTMONK_ADMIN_USER=your-admin-user
* export LISTMONK_ADMIN_PASSWORD=your-admin-password
* listmonk --upgrade
*
EOF EOF
else else
cat >&2 <<-EOF cat >&2 <<-EOF