Browse Source

Update pocketbase to version v0.22.22 (#1684)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
c0b4fb51bf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      pocketbase/docker-compose.yml
  2. 4
      pocketbase/umbrel-app.yml

2
pocketbase/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false" PROXY_AUTH_ADD: "false"
app: app:
image: ghcr.io/muchobien/pocketbase:0.22.21@sha256:5916239bf33387cd64d9c194ce68a58f018417a9648727d68d988e4a30789057 image: ghcr.io/muchobien/pocketbase:0.22.22@sha256:df4ca7b59be1e3ef6029d8aca3fbd45ed7c8f49f11bc78702220cf31d1e68303
# pocketbase needs to run as root # pocketbase needs to run as root
# user: "1000:1000" # user: "1000:1000"
restart: on-failure restart: on-failure

4
pocketbase/umbrel-app.yml

@ -3,7 +3,7 @@ id: pocketbase
name: PocketBase name: PocketBase
tagline: Open Source backend for your next SaaS and Mobile app in 1 file tagline: Open Source backend for your next SaaS and Mobile app in 1 file
category: developer category: developer
version: "0.22.21" version: "0.22.22"
port: 5400 port: 5400
description: >- description: >-
PocketBase is an open source backend consisting of embedded database (SQLite) with realtime subscriptions, built-in auth management, convenient dashboard UI and simple REST-ish API. PocketBase is an open source backend consisting of embedded database (SQLite) with realtime subscriptions, built-in auth management, convenient dashboard UI and simple REST-ish API.
@ -41,7 +41,7 @@ gallery:
path: /_/ path: /_/
dependencies: [] dependencies: []
releaseNotes: >- releaseNotes: >-
This update improves database stability during backups by locking the logs database. This prevents potential errors that could occur if log writes happen during the backup process. This is a small bugfix release.
Full release notes are found at https://github.com/pocketbase/pocketbase/releases Full release notes are found at https://github.com/pocketbase/pocketbase/releases
Loading…
Cancel
Save