github eduardolat/pgbackweb 0.4.0
v0.4.0

latest releases: 0.4.2, 0.4.1
15 hours ago

PG Back Web v0.4.0

What's new

This release brings a lot of improvements and new features to PG Back Web.

This release includes among other things:

  • Support postgres 17
  • Fix ARM docker image
  • Add support to specify custom listen host and port
  • Add contributing guide
  • Migrate from nodejs to deno
  • Add devcontainer for easy development
  • Replace gomponents with NodX
  • Use AWS sdk v2 and update many dependencies
  • More clarity in navigation
  • Lots of ui improvements
  • Update golang to 1.23.5

💛 Support PG Back Web – Now Inside the UI!

PG Back Web is now easier to support! You’ll find a new "Support" button inside the UI, where you can:

  • Become a sponsor and get your name/logo featured inside every self-hosted instance of PG Back Web and in GH Readme.
  • Use referral links to get exclusive perks from our trusted partners while supporting the project at no extra cost.

🚀 Every contribution helps keep PG Back Web free and improving!

Join the PG Back Web Discord Server

Don't forget to join to our Discord server to be updated on PG Back Web releases and to ask questions: https://discord.gg/BmAwq29UZ8

How to Install

Follow the installation guide to install PG Back Web.

How to Update

Updating to the latest version of PG Back Web is simple. Just pull the latest Docker image or the specific 0.4.0 version with the following commands:

docker pull eduardolat/pgbackweb:latest
docker pull eduardolat/pgbackweb:0.4.0

Or in your compose.yaml file:

services:
  pgbackweb:
    image: eduardolat/pgbackweb:0.4.0

    ################################
    ## Rest of your configuration ##
    ################################

Thank you 🫶

If this project is useful to you, please consider supporting it by giving a star on GitHub ⭐️ and sharing it with your friends and colleagues to help them discover it.

Thank you for using PG Back Web!

Full Changelog: 0.3.0...0.4.0

Don't miss a new pgbackweb release

NewReleases is sending notifications on new releases.