Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DBLab Engine v3.4.0#180

Unanswered
NikolayS asked this question inGeneral
Aug 17, 2023· 0 comments
Discussion options


New name: DBLab Engine

The new name for the Database Lab Engine is "DBLab Engine". Updates are currently underway across our materials to reflect this change. To align with this change, we have introduced specific domains for the product:dblab.dev anddblab.sh. For ease of access, we have established the following short URLs:

New contributors

🙇 Many thanks to our first-time contributors:@mbobin,@TheLiamGuy,@gromsterus,@ibash,@byx01,@davidsvenson.

By the numbers

Thank you for the support!

New DBLab SE installer

We've expanded the installation options for DBLab SE. Besides its presence inthe AWS Marketplace, you can now seamlessly install DBLab SE directly fromthe Postgres.ai Console.

This setup is entirely automated and can be used anywhere:

  • For those who have existing machines, we support the "BYOM" (Bring Your Own Machine) method
  • If you're utilizing AWS, GCP, DigitalOcean, or Hetzner Cloud, the installer handles resource provisioning—including VMs, disks, and more—automatically.

Check outthe updated tutorial.

Migration notes

For those considering an upgrade, we recommend executing a fresh installation of DBLab. At present, we don't have automation in place for upgrades. If you need to update an existing DBLab installation, it's essential to stop and remove the current containers. Then, initiate a fresh start of the DBLab container using the3.4.0 tag. More details can be found inthe docs. Before initiation, ensure you've adjusted the DBLab configuration as outlined below.

Postgres images

There is a new method for running clones with customized port and socket directories. Please note that this is NOT backward compatible with previous versions of the Postgres images that DBLab utilized. It is crucial to ensure thedockerImage options utilize tags with the-0.3.0 suffix or later, such aspostgresai/extended-postgres:15-0.3.0 (details can be found inthis MR).

Global telemetry

Theglobal.telemetry subsection has been deprecated and removed. The control to activate/deactivate telemetry has been relocated to theplatform section:

platform:url:"https://postgres.ai/api/general"enableTelemetry:true

Platform

From versionv3.4.0 onward, theplatform section is enabled by default.

If either theaccessToken ororgKey keys aren't empty, ensure theurl parameter is specified; otherwise, the DBLab instance will not initialize. By default, neitheraccessToken nororgKey are defined when in case of self-managed installations.

platform:url:"https://postgres.ai/api/general"enableTelemetry:true#  orgKey: "org_key"#  accessToken: "platform_access_token"

Docker mounts

Please omit the following Docker mount directives during container startup, as they are no longer necessary:

    --volume /sys/kernel/debug:/sys/kernel/debug:rw \    --volume /lib/modules:/lib/modules:ro \    --volume /proc:/host_proc:ro \

Changelog

New features

Improvements and fixes

Internal changes

Full diff

Diff between versions v3.3.0 and v3.4.0:v3.3.0...v3.4.0

Where to start / get help

Provide feedback, contribute

We greatly value your feedback. Connect with us via:

Additional resources where you can hear more information about DBLab and Postgres:

Interested in giving back to the project? Here's how you can make an impact:

You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
1 participant
@NikolayS

[8]ページ先頭

©2009-2025 Movatter.jp